Files
tgcc/core/game_menu/checkbox.gd
2026-06-15 22:55:04 +02:00

8 lines
131 B
GDScript

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