More migrated resource nixing.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@4222 542714f4-19e9-0310-aa3c-eee0fc999fb1
|
Before Width: | Height: | Size: 155 KiB |
|
Before Width: | Height: | Size: 7.2 KiB |
|
Before Width: | Height: | Size: 53 KiB |
|
Before Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 249 KiB |
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 8.5 KiB |
|
Before Width: | Height: | Size: 369 B |
|
Before Width: | Height: | Size: 19 KiB |
@@ -1 +0,0 @@
|
||||
bundle.jar
|
||||
|
Before Width: | Height: | Size: 155 KiB |
@@ -1,35 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- test tileset bundle -->
|
||||
<bundle>
|
||||
<uniform>
|
||||
<tileset name="Node Icons">
|
||||
<imagePath>node-icons.png</imagePath>
|
||||
<!--<width>16</width>-->
|
||||
<height>16</height>
|
||||
<tileCount>8</tileCount>
|
||||
</tileset>
|
||||
</uniform>
|
||||
|
||||
<swissarmy>
|
||||
<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>
|
||||
</swissarmy>
|
||||
|
||||
<object>
|
||||
<tileset name="Building">
|
||||
<imagePath>building.png</imagePath>
|
||||
<heights>293</heights>
|
||||
<widths>224</widths>
|
||||
<tileCounts>4</tileCounts>
|
||||
<offsetPos>2, 2</offsetPos>
|
||||
<gapSize>4, 0</gapSize>
|
||||
<objectWidths>4, 3, 4, 3</objectWidths>
|
||||
<objectHeights>3, 4, 3, 4</objectHeights>
|
||||
</tileset>
|
||||
</object>
|
||||
</bundle>
|
||||
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- test configuration for the tileset bundler -->
|
||||
<bundler-config>
|
||||
<mapping>
|
||||
<path>bundle/uniform</path>
|
||||
<ruleset>com.threerings.media.tools.tile.xml.UniformTileSetRuleSet</ruleset>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<path>bundle/swissarmy</path>
|
||||
<ruleset>
|
||||
com.threerings.media.tools.tile.xml.SwissArmyTileSetRuleSet
|
||||
</ruleset>
|
||||
</mapping>
|
||||
<mapping>
|
||||
<path>bundle/object</path>
|
||||
<ruleset>com.threerings.media.tools.tile.xml.ObjectTileSetRuleSet</ruleset>
|
||||
</mapping>
|
||||
</bundler-config>
|
||||
|
Before Width: | Height: | Size: 14 KiB |
|
Before Width: | Height: | Size: 369 B |
@@ -1,37 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- test tileset parser -->
|
||||
<tilesets>
|
||||
<uniform>
|
||||
<tileset name="Node Icons">
|
||||
<imagePath>node-icons.png</imagePath>
|
||||
<width>16</width>
|
||||
<height>16</height>
|
||||
<tileCount>8</tileCount>
|
||||
</tileset>
|
||||
</uniform>
|
||||
|
||||
<swissarmy>
|
||||
<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>
|
||||
<offsetPos>5, 5</offsetPos>
|
||||
<gapSize>10, 10</gapSize>
|
||||
</tileset>
|
||||
</swissarmy>
|
||||
|
||||
<object>
|
||||
<tileset name="Building">
|
||||
<imagePath>building.png</imagePath>
|
||||
<heights>293</heights>
|
||||
<widths>224</widths>
|
||||
<tileCounts>4</tileCounts>
|
||||
<offsetPos>2, 2</offsetPos>
|
||||
<gapSize>4, 0</gapSize>
|
||||
<objectWidths>4, 3, 4, 3</objectWidths>
|
||||
<objectHeights>3, 4, 3, 4</objectHeights>
|
||||
</tileset>
|
||||
</object>
|
||||
</tilesets>
|
||||