mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
Leo - GUI WIP
This commit is contained in:
5
menu/stats_player_1.gd
Normal file
5
menu/stats_player_1.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends CanvasLayer
|
||||
|
||||
func _ready():
|
||||
var hbox = self.get_node("Rahmen/Ressourcen/RessourcenBox")
|
||||
hbox.add_spacer(true)
|
||||
Reference in New Issue
Block a user