Files
tgcc/core/game_menu/checkbox.gd
2026-06-18 19:59:07 +00:00

8 lines
131 B
GDScript

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