mirror of
https://github.com/TerryCavanagh/VVVVVV.git
synced 2024-11-04 18:29:41 +01:00
5c7be6c1de
These should be pretty finalized, and serve as a demo for this PR.
6 lines
253 B
XML
6 lines
253 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<spritesmask sprite_w="32" sprite_h="32">
|
|
<sprite x="3" y="4"/> <!-- OBEY -->
|
|
<sprite x="2" y="5" w="2"/> <!-- LIES receiver and LIES -->
|
|
<sprite x="4" y="5" w="2"/> <!-- TRUTH -->
|
|
</spritesmask>
|