This commit is contained in:
2026-09-10 07:47:15 -04:00
parent 1f555ed3e4
commit 1c4d0ecbfe
39 changed files with 1499 additions and 2357 deletions
+4 -1
View File
@@ -1,4 +1,7 @@
extends Node2D
func _ready() -> void:
$Container.size=get_viewport_rect().size
func set_tooltip(text: String) -> void:
$Tooltip.text=text
$Container/Tooltip.text=text