mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
fixture ui almost working
This commit is contained in:
@@ -45,7 +45,6 @@ internal object UICraftingTable : UICanvas() {
|
||||
}
|
||||
|
||||
override fun renderUI(batch: SpriteBatch, camera: Camera) {
|
||||
println("TurdTurdTurdTurd")
|
||||
|
||||
batch.color = Color.WHITE
|
||||
batch.draw(AppLoader.resourcePool.getAsTextureRegion("test_texture"), 0f, 0f)
|
||||
@@ -58,7 +57,6 @@ internal object UICraftingTable : UICanvas() {
|
||||
|
||||
override fun doOpening(delta: Float) {
|
||||
Terrarum.ingame?.paused = true
|
||||
println("You hit me!")
|
||||
}
|
||||
|
||||
override fun doClosing(delta: Float) {
|
||||
|
||||
Reference in New Issue
Block a user