minor edits

Former-commit-id: 727c880ff913f72cf17f89155c35966f38224c07
Former-commit-id: 65d4bf1045440de7d23efd3ef43176e1cddfa1e4
This commit is contained in:
Song Minjae
2016-12-18 23:21:51 +09:00
parent 3ed7c0e496
commit 62ca7403c0
5 changed files with 52 additions and 39 deletions

View File

@@ -63,7 +63,7 @@ open class ProjectileSimple(
collisionType = KINEMATIC
collisionType = COLLISION_KINEMATIC
}
override fun update(gc: GameContainer, delta: Int) {