OSDN Git Service

Merge branch 'master' of https://scm.sourceforge.jp/gitroot/h58pcdgame/GameScriptCore...
[h58pcdgame/GameScriptCoreLibrary.git] / www / corelib / classes / FreeItemClass.js
index eaab559..372290e 100644 (file)
@@ -31,6 +31,8 @@ var FreeItemClass = function(stage, args){
        
        this.isPhantom = true;
        this.debugMode = false;
+       this.size.x = 32;
+       this.size.y = 32;
        
        this.isDisabled = false;
        this.isTouching = false;