mirror of
https://github.com/PfandBoss/SemesterGameJam2022.git
synced 2025-11-12 04:16:12 +01:00
6 lines
120 B
GDScript
6 lines
120 B
GDScript
extends CanvasLayer
|
|
|
|
func _ready():
|
|
var hbox = self.get_node("Rahmen/Ressourcen/RessourcenBox")
|
|
hbox.add_spacer(true)
|