diff options
Diffstat (limited to 'res/maps')
-rw-r--r-- | res/maps/map1.tmx | 2 | ||||
-rw-r--r-- | res/maps/map2.tmx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/res/maps/map1.tmx b/res/maps/map1.tmx index 8afb909..e1a9049 100644 --- a/res/maps/map1.tmx +++ b/res/maps/map1.tmx | |||
@@ -781,7 +781,7 @@ | |||
781 | </object> | 781 | </object> |
782 | <object id="8" name="moveToRight" type="trigger" x="761" y="359.667" width="18" height="60.3333"> | 782 | <object id="8" name="moveToRight" type="trigger" x="761" y="359.667" width="18" height="60.3333"> |
783 | <properties> | 783 | <properties> |
784 | <property name="script" value="map1_off_right"/> | 784 | <property name="script" value="off_right"/> |
785 | </properties> | 785 | </properties> |
786 | </object> | 786 | </object> |
787 | <object id="9" name="fromRight" type="warp" x="748.667" y="382.667"> | 787 | <object id="9" name="fromRight" type="warp" x="748.667" y="382.667"> |
diff --git a/res/maps/map2.tmx b/res/maps/map2.tmx index c1d2f2d..43fa850 100644 --- a/res/maps/map2.tmx +++ b/res/maps/map2.tmx | |||
@@ -642,7 +642,7 @@ | |||
642 | </object> | 642 | </object> |
643 | <object id="2" name="moveToLeft" type="trigger" x="-20.3333" y="304" width="22.6667" height="91.6667"> | 643 | <object id="2" name="moveToLeft" type="trigger" x="-20.3333" y="304" width="22.6667" height="91.6667"> |
644 | <properties> | 644 | <properties> |
645 | <property name="script" value="map2_off_left"/> | 645 | <property name="script" value="off_left"/> |
646 | </properties> | 646 | </properties> |
647 | </object> | 647 | </object> |
648 | </objectgroup> | 648 | </objectgroup> |