titlebar/close/moving of nwm windows

This commit is contained in:
kepler155c@gmail.com
2020-05-06 18:02:01 -06:00
parent 428477bdec
commit 9eff14f3ba
6 changed files with 68 additions and 12 deletions

View File

@@ -47,7 +47,7 @@ local fsm = machine.create({
-- state changes
onenterwait = function()
print('waitng for fishing rod to be selected')
print('waiting for fishing rod to be selected')
if icon then
icon.remove()
icon = canvas.addItem({ w - 20, h - 20 }, 'minecraft:fishing_rod' )