started on crafting and clock panels

This commit is contained in:
Tabby 2026-01-11 16:05:12 +11:00
parent aa81f860b5
commit f58fd81ec5
20 changed files with 506 additions and 68 deletions

View file

@ -4,6 +4,7 @@ extends PanelContainer
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
hide()
pass # Replace with function body.
@ -13,6 +14,7 @@ func _process(delta: float) -> void:
func show_tip(text : String):
tooltip_label.text = text
reset_size()
show()
func hide_tip():