diff options
author | Reid <reidyaro@gmail.com> | 2012-01-02 02:36:59 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2012-01-02 02:36:59 +0100 |
commit | 15aa7c60f5836a69c64c2cbfe164d0861e8b2856 (patch) | |
tree | 47561fdbae78f88bf886eeada2f8d61b8a790a4a | |
parent | 579528424a18d31bcfd42a46fcf3abf5a8df8bbc (diff) | |
download | clientdata-15aa7c60f5836a69c64c2cbfe164d0861e8b2856.tar.gz clientdata-15aa7c60f5836a69c64c2cbfe164d0861e8b2856.tar.bz2 clientdata-15aa7c60f5836a69c64c2cbfe164d0861e8b2856.tar.xz clientdata-15aa7c60f5836a69c64c2cbfe164d0861e8b2856.zip |
Correct timer of hammocks on 000-2-1 map.
-rw-r--r-- | graphics/tiles/Ship2.png | bin | 129164 -> 129538 bytes | |||
-rw-r--r-- | maps/000-2-1.tmx | 48 |
2 files changed, 24 insertions, 24 deletions
diff --git a/graphics/tiles/Ship2.png b/graphics/tiles/Ship2.png Binary files differindex 9ef2db81..4d779bf6 100644 --- a/graphics/tiles/Ship2.png +++ b/graphics/tiles/Ship2.png diff --git a/maps/000-2-1.tmx b/maps/000-2-1.tmx index 7208258e..bcb0c22e 100644 --- a/maps/000-2-1.tmx +++ b/maps/000-2-1.tmx @@ -15,12 +15,12 @@ <image source="../graphics/tiles/Indoor/Ship-indoor_x2.png" width="384" height="128"/> <tile id="0"> <properties> - <property name="animation-delay0" value="50"/> - <property name="animation-delay1" value="40"/> - <property name="animation-delay2" value="35"/> - <property name="animation-delay3" value="50"/> - <property name="animation-delay4" value="40"/> - <property name="animation-delay5" value="35"/> + <property name="animation-delay0" value="40"/> + <property name="animation-delay1" value="18"/> + <property name="animation-delay2" value="15"/> + <property name="animation-delay3" value="30"/> + <property name="animation-delay4" value="18"/> + <property name="animation-delay5" value="15"/> <property name="animation-frame0" value="0"/> <property name="animation-frame1" value="1"/> <property name="animation-frame2" value="2"/> @@ -31,12 +31,12 @@ </tile> <tile id="4"> <properties> - <property name="animation-delay0" value="50"/> - <property name="animation-delay1" value="40"/> - <property name="animation-delay2" value="35"/> - <property name="animation-delay3" value="50"/> - <property name="animation-delay4" value="40"/> - <property name="animation-delay5" value="35"/> + <property name="animation-delay0" value="40"/> + <property name="animation-delay1" value="18"/> + <property name="animation-delay2" value="15"/> + <property name="animation-delay3" value="30"/> + <property name="animation-delay4" value="18"/> + <property name="animation-delay5" value="15"/> <property name="animation-frame0" value="4"/> <property name="animation-frame1" value="5"/> <property name="animation-frame2" value="6"/> @@ -47,12 +47,12 @@ </tile> <tile id="8"> <properties> - <property name="animation-delay0" value="50"/> - <property name="animation-delay1" value="40"/> - <property name="animation-delay2" value="35"/> - <property name="animation-delay3" value="50"/> - <property name="animation-delay4" value="40"/> - <property name="animation-delay5" value="35"/> + <property name="animation-delay0" value="30"/> + <property name="animation-delay1" value="18"/> + <property name="animation-delay2" value="15"/> + <property name="animation-delay3" value="40"/> + <property name="animation-delay4" value="18"/> + <property name="animation-delay5" value="15"/> <property name="animation-frame0" value="8"/> <property name="animation-frame1" value="9"/> <property name="animation-frame2" value="10"/> @@ -63,12 +63,12 @@ </tile> <tile id="12"> <properties> - <property name="animation-delay0" value="50"/> - <property name="animation-delay1" value="40"/> - <property name="animation-delay2" value="35"/> - <property name="animation-delay3" value="50"/> - <property name="animation-delay4" value="40"/> - <property name="animation-delay5" value="35"/> + <property name="animation-delay0" value="30"/> + <property name="animation-delay1" value="18"/> + <property name="animation-delay2" value="15"/> + <property name="animation-delay3" value="40"/> + <property name="animation-delay4" value="18"/> + <property name="animation-delay5" value="15"/> <property name="animation-frame0" value="12"/> <property name="animation-frame1" value="13"/> <property name="animation-frame2" value="14"/> |