Added renaming layers on right click, removed a lot of old debug logging

This commit is contained in:
2025-07-21 08:29:11 +10:00
parent 85a208a729
commit e8620611df
19 changed files with 184 additions and 360 deletions

View File

@@ -24,8 +24,6 @@ func _ready():
# Find the wobble sync control node
wobbleSyncControl = find_child("WobbleSyncControl")
if wobbleSyncControl == null:
print("Warning: WobbleSyncControl node not found in sprite viewer")
# Set up blend mode dropdown
setupBlendModeDropdown()