mirror of
https://github.com/litruv/PNGTuber-Plus.git
synced 2026-07-24 10:36:01 +10:00
Added renaming layers on right click, removed a lot of old debug logging
This commit is contained in:
@@ -45,7 +45,6 @@ func _on_wobble_value_changed(new_value: float):
|
||||
if not target_sprite or parameter_name == "":
|
||||
return
|
||||
|
||||
print("DEBUG: WobbleSlider ", parameter_name, " changed to: ", new_value)
|
||||
target_sprite.updateWobbleParameter(parameter_name, new_value)
|
||||
|
||||
# Update visual feedback for sync status
|
||||
|
||||
Reference in New Issue
Block a user