OSDN Git Service

水タラのchasingRangeの修正
authorkoenma <pengin.king.kid@gmail.com>
Thu, 5 Sep 2013 16:52:20 +0000 (01:52 +0900)
committerkoenma <pengin.king.kid@gmail.com>
Thu, 5 Sep 2013 16:52:20 +0000 (01:52 +0900)
www/corelib/classes/EnemyCharacters/EnemyCharacterClass_AntigravityTaraba.js

index 283dbc9..edc5204 100644 (file)
@@ -4,7 +4,7 @@
        this.size.x = 32;
        this.size.y = 32;
        
-       this.chasingRange = 600;
+       this.chasingRange =100;
        
        this.movingVelocity = 30;
  this.antigravity = 700 / GameManager.prototype.tickPerSecond ;