summary refs log tree commit diff stats
path: root/res/entities.xml
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-03-05 16:41:54 -0500
committerKelly Rauchenberger <fefferburbia@gmail.com>2018-03-05 16:41:54 -0500
commit0f70db34d9b47de55b00c558ac3c445f30b7b6a5 (patch)
treeb6956aa74c61c1c33887c9b316f86867ce9d94da /res/entities.xml
parent72853ab716fa24213f6b5baafdff4105081fd8f4 (diff)
downloadtherapy-0f70db34d9b47de55b00c558ac3c445f30b7b6a5.tar.gz
therapy-0f70db34d9b47de55b00c558ac3c445f30b7b6a5.tar.bz2
therapy-0f70db34d9b47de55b00c558ac3c445f30b7b6a5.zip
Fixed moving platform sprite width
Diffstat (limited to 'res/entities.xml')
-rw-r--r--res/entities.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/entities.xml b/res/entities.xml index b3d2c38..a4b3321 100644 --- a/res/entities.xml +++ b/res/entities.xml
@@ -2,7 +2,7 @@
2<entities> 2<entities>
3 <entity id="checkpoint" name="Checkpoint" sprite="res/keyring.png" width="8" height="11" action="save" /> 3 <entity id="checkpoint" name="Checkpoint" sprite="res/keyring.png" width="8" height="11" action="save" />
4 4
5 <entity id="movplat" name="Moving Platform" sprite="res/platform4.png" width="30" height="8" action="carry"> 5 <entity id="movplat" name="Moving Platform" sprite="res/platform4.png" width="32" height="8" action="carry">
6 <input id="dir" name="Direction" type="choice"> 6 <input id="dir" name="Direction" type="choice">
7 <value id="0">Left</value> 7 <value id="0">Left</value>
8 <value id="1">Right</value> 8 <value id="1">Right</value>