mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-12-22 09:39:43 +01:00
Enemy graphics for Japanese
These depend on pull request https://github.com/TerryCavanagh/VVVVVV/pull/1031 - if the format or implementation changes, I'll update the branch to match!
This commit is contained in:
parent
99dd10b158
commit
61d14ce2af
3 changed files with 8 additions and 0 deletions
BIN
desktop_version/lang/ja/graphics/flipsprites.png
Normal file
BIN
desktop_version/lang/ja/graphics/flipsprites.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
desktop_version/lang/ja/graphics/sprites.png
Normal file
BIN
desktop_version/lang/ja/graphics/sprites.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
8
desktop_version/lang/ja/graphics/spritesmask.xml
Normal file
8
desktop_version/lang/ja/graphics/spritesmask.xml
Normal file
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<spritesmask sprite_w="32" sprite_h="32">
|
||||
<sprite x="4" y="2" w="4"/> <!-- STOP -->
|
||||
<sprite x="4" y="5" w="2"/> <!-- TRUTH -->
|
||||
<sprite x="3" y="5"/> <!-- LIES -->
|
||||
<sprite x="2" y="5"/> <!-- LIES receiver -->
|
||||
<sprite x="3" y="4"/> <!-- OBEY -->
|
||||
</spritesmask>
|
Loading…
Reference in a new issue