inventory backdrop is now image

This commit is contained in:
minjaesong
2023-06-18 16:02:25 +09:00
parent 6b8798a19e
commit 93c427473d
8 changed files with 58 additions and 21 deletions

View File

@@ -25,7 +25,7 @@ class PhysTestBall : ActorWithBody(RenderOrder.MIDDLE, PhysProperties.PHYSICS_OB
}
override fun drawBody(batch: SpriteBatch) {
Terrarum.inShapeRenderer {
/*Terrarum.inShapeRenderer {
it.color = color
it.circle(
hitbox.startX.toFloat() - 1f,
@@ -44,7 +44,7 @@ class PhysTestBall : ActorWithBody(RenderOrder.MIDDLE, PhysProperties.PHYSICS_OB
hitbox.startY.toFloat() - 1f,
hitbox.width.toFloat()
)
}
}*/
//println(moveDelta)
}