mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 05:54:05 +09:00
actorwithbody splitted in favour of new particle type
Former-commit-id: 121bd069d0a9eeef60f5ecb085a11a93c4b4a84d Former-commit-id: 539b4b6916e808c01298190cf347e928f61fe62e
This commit is contained in:
@@ -10,7 +10,7 @@ import org.newdawn.slick.Graphics
|
||||
/**
|
||||
* Created by minjaesong on 16-03-05.
|
||||
*/
|
||||
class PhysTestBall : ActorWithBody(ActorOrder.MIDDLE) {
|
||||
class PhysTestBall : ActorWithSprite(ActorOrder.MIDDLE) {
|
||||
|
||||
private var color = Color.orange
|
||||
|
||||
|
||||
Reference in New Issue
Block a user