Behold, Nenya, Ring of Water and repository for our media and animation related

goodies, both Java 2D and LWJGL/JME 3D.


git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@1 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Michael Bayne
2006-06-23 18:07:28 +00:00
commit c2117ee86d
570 changed files with 61913 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
tilesets.map
@@ -0,0 +1,28 @@
<?xml version="1.0"?>
<!-- configuration for the tileset bundler -->
<bundler-config>
<!-- the mapping for tiles in the base layer -->
<mapping>
<path>bundle/base</path>
<ruleset>
com.threerings.miso.tile.tools.xml.BaseTileSetRuleSet
</ruleset>
</mapping>
<!-- the mapping for tiles in the fringe layer -->
<mapping>
<path>bundle/fringe</path>
<ruleset>
com.threerings.media.tile.tools.xml.SwissArmyTileSetRuleSet
</ruleset>
</mapping>
<!-- the mapping for tiles in the object layer -->
<mapping>
<path>bundle/object</path>
<ruleset>
com.threerings.media.tile.tools.xml.ObjectTileSetRuleSet
</ruleset>
</mapping>
</bundler-config>
@@ -0,0 +1 @@
bundle.jar
@@ -0,0 +1,70 @@
<?xml version="1.0" standalone="yes"?>
<!-- $Id: bundle.xml 1301 2002-04-27 05:16:01Z mdb $ -->
<!-- Ground tile bundle tileset descriptions. -->
<bundle>
<base>
<tileset name="Outdoors/Cobble">
<imagePath>cobble.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/Dirt">
<imagePath>dirt.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/Sand">
<imagePath>sand.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/Wood Planks">
<imagePath>woodplanks.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>3</tileCounts>
<passable>1, 1, 1</passable>
</tileset>
<tileset name="Outdoors/Seawater">
<imagePath>seawater.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>5</tileCounts>
<passable>0, 0, 0, 0, 0</passable>
</tileset>
</base>
<fringe>
<tileset name="Fringe">
<imagePath>fringe.png</imagePath>
<heights>48, 48, 48, 48, 48</heights>
<widths>64, 64, 64, 64, 64</widths>
<tileCounts>8, 8, 8, 8, 8</tileCounts>
</tileset>
<tileset name="Seawater fringe">
<imagePath>seafringe.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>17</tileCounts>
</tileset>
<tileset name="Generic fringe">
<imagePath>fringemask.png</imagePath>
<heights>48</heights>
<widths>64</widths>
<tileCounts>17</tileCounts>
</tileset>
</fringe>
</bundle>
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

@@ -0,0 +1 @@
bundle.jar
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.6 KiB

+137
View File
@@ -0,0 +1,137 @@
<?xml version="1.0" standalone="yes"?>
<!-- $Id: bundle.xml 1301 2002-04-27 05:16:01Z mdb $ -->
<!-- Object tile bundle tileset descriptions. -->
<bundle>
<object>
<tileset name="Outdoors/Building">
<imagePath>house.png</imagePath>
<widths>380</widths>
<heights>480</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>4, 5, 4, 5</objectWidths>
<objectHeights>5, 4, 5, 4</objectHeights>
<xOrigins>173, 205, 173, 205</xOrigins>
<yOrigins>466, 466, 466, 466</yOrigins>
</tileset>
<tileset name="Outdoors/Tree (palm)">
<imagePath> tree_palm.png</imagePath>
<widths>300</widths>
<heights>480</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>1, 1, 1, 1</objectWidths>
<objectHeights>1, 1, 1, 1</objectHeights>
<xOrigins>149, 149, 149, 149</xOrigins>
<yOrigins>456, 456, 456, 456</yOrigins>
</tileset>
<tileset name="Outdoors/Dock edge">
<imagePath>dockedge.png</imagePath>
<widths>100</widths>
<heights>200</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>1, 1, 1, 1</objectWidths>
<objectHeights>1, 1, 1, 1</objectHeights>
<xOrigins>49, 49, 49, 49</xOrigins>
<yOrigins>176, 176, 176, 176</yOrigins>
</tileset>
<tileset name="Outdoors/Bag (cloth)">
<imagePath>bag_cloth.png</imagePath>
<widths>100</widths>
<heights>200</heights>
<tileCounts>1</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>1</objectWidths>
<objectHeights>1</objectHeights>
<xOrigins>49</xOrigins>
<yOrigins>176</yOrigins>
</tileset>
<tileset name="Outdoors/Barrel (oak)">
<imagePath>barrel_oak.png</imagePath>
<widths>100</widths>
<heights>200</heights>
<tileCounts>1</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>1</objectWidths>
<objectHeights>1</objectHeights>
<xOrigins>49</xOrigins>
<yOrigins>176</yOrigins>
</tileset>
<tileset name="Outdoors/Crate">
<imagePath>crate.png</imagePath>
<widths>100</widths>
<heights>200</heights>
<tileCounts>2</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>1, 1</objectWidths>
<objectHeights>1, 1</objectHeights>
<xOrigins>49, 49</xOrigins>
<yOrigins>176, 176</yOrigins>
</tileset>
<tileset name="Outdoors/Mooring">
<imagePath>mooring.png</imagePath>
<widths>100</widths>
<heights>200</heights>
<tileCounts>4</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>1, 1, 1, 1</objectWidths>
<objectHeights>1, 1, 1, 1</objectHeights>
<xOrigins>49, 49, 49, 49</xOrigins>
<yOrigins>176, 176, 176, 176</yOrigins>
</tileset>
<tileset name="Outdoors/Tree (oak)">
<imagePath>tree_oak.png</imagePath>
<widths>300</widths>
<heights>480</heights>
<tileCounts>2</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>1, 1</objectWidths>
<objectHeights>1, 1</objectHeights>
<xOrigins>149, 149</xOrigins>
<yOrigins>456, 456</yOrigins>
</tileset>
<tileset name="Outdoors/Chest (treasure)">
<imagePath>chest_treasure.png</imagePath>
<widths>200</widths>
<heights>280</heights>
<tileCounts>2</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>2, 2</objectWidths>
<objectHeights>2, 2</objectHeights>
<xOrigins>99, 99</xOrigins>
<yOrigins>245, 245</yOrigins>
</tileset>
<tileset name="Outdoors/Well">
<imagePath>well.png</imagePath>
<widths>200</widths>
<heights>280</heights>
<tileCounts>2</tileCounts>
<offsetPos>0, 0</offsetPos>
<gapSize>0, 0</gapSize>
<objectWidths>2, 2</objectWidths>
<objectHeights>2, 2</objectHeights>
<xOrigins>99, 99</xOrigins>
<yOrigins>245, 245</yOrigins>
</tileset>
</object>
</bundle>
Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 254 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB