Projekt přejmenován. Neko nastaven na výchozí pozici
This commit is contained in:
parent
1a27dd6fab
commit
ceac37920b
104 changed files with 873 additions and 208 deletions
BIN
ONDClient/Content/images/SpriteSheet_enemies.png
Normal file
BIN
ONDClient/Content/images/SpriteSheet_enemies.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
ONDClient/Content/images/SpriteSheet_monitor.png
Normal file
BIN
ONDClient/Content/images/SpriteSheet_monitor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.3 KiB |
BIN
ONDClient/Content/images/SpriteSheet_office.png
Normal file
BIN
ONDClient/Content/images/SpriteSheet_office.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
BIN
ONDClient/Content/images/SpriteSheet_rooms.png
Normal file
BIN
ONDClient/Content/images/SpriteSheet_rooms.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
ONDClient/Content/images/SpriteSheet_testBlocks.png
Normal file
BIN
ONDClient/Content/images/SpriteSheet_testBlocks.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
18
ONDClient/Content/images/enemies-definition.xml
Executable file
18
ONDClient/Content/images/enemies-definition.xml
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextureAtlas>
|
||||
<Texture>images/SpriteSheet_enemies</Texture>
|
||||
<Regions>
|
||||
<Region name="lurk-lit" x="0" y="0" width="240" height="240"/>
|
||||
<Region name="lurk-unlit" x="240" y="0" width="240" height="240"/>
|
||||
<Region name="neko-lit" x="0" y="240" width="240" height="240"/>
|
||||
<Region name="neko-unlit" x="240" y="240" width="240" height="240"/>
|
||||
<Region name="spot-awake-lit" x="0" y="480" width="240" height="240"/>
|
||||
<Region name="spot-awake-unlit" x="240" y="480" width="240" height="240"/>
|
||||
<Region name="spot-asleep-lit" x="0" y="720" width="240" height="240"/>
|
||||
<Region name="spot-asleep-unlit" x="240" y="720" width="240" height="240"/>
|
||||
<Region name="dash-lit" x="0" y="960" width="240" height="240"/>\
|
||||
<Region name="dash-unlit" x="240" y="960" width="240" height="240"/>
|
||||
<Region name="mare-lit" x="0" y="1200" width="240" height="240"/>
|
||||
<Region name="mare-unlit" x="240" y="1200" width="240" height="240"/>
|
||||
</Regions>
|
||||
</TextureAtlas>
|
||||
42
ONDClient/Content/images/monitor-definition.xml
Normal file
42
ONDClient/Content/images/monitor-definition.xml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextureAtlas>
|
||||
<Texture>images/SpriteSheet_monitor</Texture>
|
||||
<Regions>
|
||||
<Region name="screen" x="0" y="0" width="640" height="360"/>
|
||||
<Region name="view-frame" x="0" y="360" width="244" height="251"/>
|
||||
<Region name="map-frame" x="244" y="360" width="164" height="171"/>
|
||||
<Region name="map" x="408" y="360" width="164" height="171"/>
|
||||
<Region name="light-button" x="244" y="531" width="36" height="42"/>
|
||||
|
||||
<Region name="door-remote-open" x="280" y="531" width="32" height="33"/>
|
||||
<Region name="door-remote-closed" x="312" y="531" width="32" height="33"/>
|
||||
|
||||
<Region name="door-office-p1-left-open" x="344" y="531" width="32" height="33"/>
|
||||
<Region name="door-office-p1-left-closed" x="376" y="531" width="32" height="33"/>
|
||||
<Region name="door-office-p1-centre-open" x="408" y="531" width="32" height="33"/>
|
||||
<Region name="door-office-p1-centre-closed" x="440" y="531" width="32" height="33"/>
|
||||
<Region name="door-office-p1-right-open" x="472" y="531" width="32" height="33"/>
|
||||
<Region name="door-office-p1-right-closed" x="504" y="531" width="32" height="33"/>
|
||||
|
||||
<Region name="door-office-p2-right-open" x="344" y="564" width="32" height="33"/>
|
||||
<Region name="door-office-p2-right-closed" x="376" y="564" width="32" height="33"/>
|
||||
<Region name="door-office-p2-centre-open" x="408" y="564" width="32" height="33"/>
|
||||
<Region name="door-office-p2-centre-closed" x="440" y="564" width="32" height="33"/>
|
||||
<Region name="door-office-p2-left-open" x="472" y="564" width="32" height="33"/>
|
||||
<Region name="door-office-p2-left-closed" x="504" y="564" width="32" height="33"/>
|
||||
|
||||
<Region name="eye-opponent-open" x="572" y="360" width="32" height="14"/>
|
||||
<Region name="eye-opponent-open" x="604" y="360" width="32" height="14"/>
|
||||
<Region name="eye-player-open" x="572" y="374" width="32" height="14"/>
|
||||
|
||||
<Region name="eye-small-opponent-open" x="572" y="402" width="32" height="9"/>
|
||||
<Region name="eye-small-opponent-closed" x="604" y="402" width="32" height="9"/>
|
||||
<Region name="eye-small-player" x="572" y="411" width="32" height="9"/>
|
||||
|
||||
<Region name="map-light-indicator" x="280" y="564" width="32" height="32"/>
|
||||
|
||||
|
||||
|
||||
|
||||
</Regions>
|
||||
</TextureAtlas>
|
||||
13
ONDClient/Content/images/office-definition.xml
Executable file
13
ONDClient/Content/images/office-definition.xml
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextureAtlas>
|
||||
<Texture>images/SpriteSheet_office</Texture>
|
||||
<Regions>
|
||||
<Region name="left-closed" x="0" y="0" width="200" height="360"/>
|
||||
<Region name="centre-closed" x="200" y="0" width="240" height="360"/>
|
||||
<Region name="right-closed" x="440" y="0" width="200" height="360"/>
|
||||
|
||||
<Region name="left-open" x="0" y="360" width="200" height="360"/>
|
||||
<Region name="centre-open" x="200" y="360" width="240" height="360"/>
|
||||
<Region name="right-open" x="440" y="360" width="200" height="360"/>
|
||||
</Regions>
|
||||
</TextureAtlas>
|
||||
32
ONDClient/Content/images/rooms-definition.xml
Executable file
32
ONDClient/Content/images/rooms-definition.xml
Executable file
|
|
@ -0,0 +1,32 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextureAtlas>
|
||||
<Texture>images/SpriteSheet_map</Texture>
|
||||
<Regions>
|
||||
<Region name="room4" x="0" y="0" width="240" height="240"/>
|
||||
<Region name="room3" x="0" y="240" width="240" height="240"/>
|
||||
<Region name="room2" x="0" y="480" width="240" height="240"/>
|
||||
<Region name="room1" x="0" y="720" width="240" height="240"/>
|
||||
<Region name="room0" x="0" y="960" width="240" height="240"/>
|
||||
<Region name="room9" x="240" y="0" width="240" height="240"/>
|
||||
<Region name="room8" x="240" y="240" width="240" height="240"/>
|
||||
<Region name="room7" x="240" y="480" width="240" height="240"/>
|
||||
<Region name="room6" x="240" y="720" width="240" height="240"/>
|
||||
<Region name="room5" x="240" y="960" width="240" height="240"/>
|
||||
<Region name="room14" x="480" y="0" width="240" height="240"/>
|
||||
<Region name="room13" x="480" y="240" width="240" height="240"/>
|
||||
<Region name="room12" x="480" y="480" width="240" height="240"/>
|
||||
<Region name="room11" x="480" y="720" width="240" height="240"/>
|
||||
<Region name="room10" x="480" y="960" width="240" height="240"/>
|
||||
<Region name="room19" x="720" y="0" width="240" height="240"/>
|
||||
<Region name="room18" x="720" y="240" width="240" height="240"/>
|
||||
<Region name="room17" x="720" y="480" width="240" height="240"/>
|
||||
<Region name="room16" x="720" y="720" width="240" height="240"/>
|
||||
<Region name="room15" x="720" y="960" width="240" height="240"/>
|
||||
<Region name="room24" x="960" y="0" width="240" height="240"/>
|
||||
<Region name="room23" x="960" y="240" width="240" height="240"/>
|
||||
<Region name="room22" x="960" y="480" width="240" height="240"/>
|
||||
<Region name="room21" x="960" y="720" width="240" height="240"/>
|
||||
<Region name="room20" x="960" y="960" width="240" height="240"/>
|
||||
|
||||
</Regions>
|
||||
</TextureAtlas>
|
||||
10
ONDClient/Content/images/testBlocks-definition.xml
Executable file
10
ONDClient/Content/images/testBlocks-definition.xml
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<TextureAtlas count="4">
|
||||
<Texture>images/SpriteSheet_testBlocks</Texture>
|
||||
<Regions>
|
||||
<Region id = "0" name="R128" x="0" y="0" width="128" height="128"/>
|
||||
<Region id = "1" name="B128" x="128" y="0" width="128" height="128"/>
|
||||
<Region id = "2" name="R64" x="0" y="128" width="64" height="64"/>
|
||||
<Region id = "3" name="B64" x="64" y="128" width="64" height="64"/>
|
||||
</Regions>
|
||||
</TextureAtlas>
|
||||
Loading…
Add table
Add a link
Reference in a new issue