update ui

This commit was merged in pull request #31.
This commit is contained in:
2026-06-18 19:59:07 +00:00
parent 5c807d7b69
commit 5dd8f8092c
73 changed files with 1452 additions and 117 deletions

View File

@@ -0,0 +1,7 @@
@tool
extends Button
class_name CustomCheckbox
func _on_toggled(toggled_on: bool) -> void:
$%ToggleTexture.visible = toggled_on