1
0

added TODO

This commit is contained in:
FoxSpellCaster
2025-01-11 12:50:28 -05:00
parent 4b61c16a25
commit 102aa37e97
41 changed files with 1454 additions and 2 deletions

View File

@@ -0,0 +1,17 @@
@tool
extends HBoxContainer
var colour : Color
var title : String:
set = set_title
var index : int
@onready var colour_picker := $TODOColourPickerButton
func _ready() -> void:
$TODOColourPickerButton.color = colour
$Label.text = title
func set_title(value: String) -> void:
title = value
$Label.text = value