Commit 99c6acbb authored by 18손재민's avatar 18손재민

이제 호패가 90도 돌아간 상태로 쌓임

parent efb86266
......@@ -188,8 +188,10 @@ class NameWord extends WordObject
WordSpace.nameGroup.push(this);
this.isActive = false;
this.physicsObj.setVelocity(0, 0);
this.physicsObj.setPosition(100 + WordSpace.nameGroup.length * 50, 650).setDepth(2);
this.physicsObj.setPosition(500 + WordSpace.nameGroup.length * 25, 650).setDepth(2);
this.physicsObj.angle = 90;
this.wordObj.setPosition(this.physicsObj.x, this.physicsObj.y).setDepth(2);
this.wordObj.angle = 90;
super.destroy();
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment