Leo - GUI WIP

This commit is contained in:
2022-12-11 01:50:33 +01:00
parent 553214600e
commit 14490c71e4
13 changed files with 192 additions and 39 deletions

5
menu/stats_player_1.gd Normal file
View File

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