mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 01:54:04 +09:00
World Click events
let's hope it works w/o tests as I can't get to the Ingame now
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -55,7 +55,7 @@ class TestPick extends GameItem {
|
||||
}
|
||||
|
||||
@Override
|
||||
boolean primaryUse(float delta) {
|
||||
boolean startPrimaryUse(float delta) {
|
||||
int mouseTileX = Terrarum.getMouseTileX()
|
||||
int mouseTileY = Terrarum.getMouseTileY()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user