Leo - GUI checkpoint

This commit is contained in:
2022-12-11 05:19:46 +01:00
parent c201a1a08a
commit b87baba2fe
10 changed files with 228 additions and 50 deletions

View File

@@ -1,5 +1,10 @@
extends CanvasLayer
extends Control
func _ready():
var hbox = self.get_node("Rahmen/Ressourcen/RessourcenBox")
hbox.add_spacer(true)
pass
func _process(delta):