summary refs log tree commit diff stats
path: root/res/entities.xml
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2018-05-17 15:55:37 -0400
committerGitHub <noreply@github.com>2018-05-17 15:55:37 -0400
commit90aadf3844386824140a20d7fbb847bc16009a94 (patch)
tree6f83fce90e71abb22b1a8f3e09c79963b2a34d5d /res/entities.xml
parentbc63fa57ced1c7329f7fdcfd168eaf7e290158bc (diff)
parent86f0106d0523825549f1e74b835688c78a10cf6c (diff)
downloadtherapy-90aadf3844386824140a20d7fbb847bc16009a94.tar.gz
therapy-90aadf3844386824140a20d7fbb847bc16009a94.tar.bz2
therapy-90aadf3844386824140a20d7fbb847bc16009a94.zip
Merge pull request #7 from hatkirby/es-rewrite
The ECS rewrite exceeds the original branch in functionality, so it is time to merge it in.
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>