started on crafting and clock panels
This commit is contained in:
parent
aa81f860b5
commit
f58fd81ec5
20 changed files with 506 additions and 68 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue