mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 06:54:05 +09:00
keyboard control ported to GDX (at least as much as I can right now)
This commit is contained in:
@@ -33,5 +33,5 @@ class TapestryObject(pixmap: Pixmap, val artName: String, val artAuthor: String)
|
||||
super.drawBody(batch)
|
||||
}
|
||||
|
||||
override var tooltipText: String = "$artName\n$artAuthor"
|
||||
override var tooltipText: String? = "$artName\n$artAuthor"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user