diff options
author | Reid <reidyaro@gmail.com> | 2016-10-13 22:49:22 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-10-13 22:49:22 +0200 |
commit | 22ef0b77c77363d018c8e0d68cfbcafa1f7a552e (patch) | |
tree | dbee9f3f33fa086027a6ec389bc6d0d32ecd7ae2 /maps/000-2-1.tmx | |
parent | 2fc38e901cd256147586a71687bcceda7f55cd88 (diff) | |
download | clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.tar.gz clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.tar.bz2 clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.tar.xz clientdata-22ef0b77c77363d018c8e0d68cfbcafa1f7a552e.zip |
rename eA_spawn and eA_death into spawn and death.s20161017
Diffstat (limited to 'maps/000-2-1.tmx')
-rw-r--r-- | maps/000-2-1.tmx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index d350a05c..292aa5d7 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -362,8 +362,8 @@ </object> <object id="3" name="Piou" type="spawn" x="992" y="736" width="1376" height="640"> <properties> - <property name="eA_death" value="20000"/> - <property name="eA_spawn" value="30000"/> + <property name="death" value="20000"/> + <property name="spawn" value="30000"/> <property name="max_beings" value="3"/> <property name="monster_id" value="1002"/> </properties> |