added panning to edit mode

This commit is contained in:
2025-07-20 06:13:09 +10:00
parent 29b903fadd
commit 52496df10e
8 changed files with 84 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ func _ready():
Global.mouse = self
func _process(delta):
if Global.main.editMode:
if Global.main and Global.main.editMode:
if text != "":
label.text = text
visible = true