Fix: change animal record list

This commit is contained in:
2019-08-19 20:15:32 +09:00
parent 7a4197689e
commit 6dd9a8aa5b
8 changed files with 42 additions and 149 deletions
+1
View File
@@ -165,6 +165,7 @@ Animal.ANIMATION_TYPE_DAMAGE = 1;
Animal.SPRITE_WIDTH = 100;
Animal.SPRITE_DAMAGE_WIDTH = 50;
Animal.SPRITE_HEIGHT = 100;
Animal.SPRITE_DAMAGE_HEIGHT = 50;
Animal.HIDE_POS_Y = 1000;