Added simple UI

This commit is contained in:
MartinOpat 2025-11-24 22:59:08 +01:00
parent 9de9d18632
commit 263011b460
1 changed files with 11 additions and 7 deletions

View File

@ -7,13 +7,6 @@
[node name="MolecularStag" type="Node2D"] [node name="MolecularStag" type="Node2D"]
[node name="DebugLabel" type="Label" parent="."]
offset_right = 40.0
offset_bottom = 23.0
text = "Debug: You made it into the game!
This is running from C++: "
script = ExtResource("1_0kdu2")
[node name="Background" type="Node2D" parent="."] [node name="Background" type="Node2D" parent="."]
[node name="ParallaxFar" type="Parallax2D" parent="Background"] [node name="ParallaxFar" type="Parallax2D" parent="Background"]
@ -51,3 +44,14 @@ limit_left = 0
limit_top = 0 limit_top = 0
limit_right = 1152 limit_right = 1152
limit_bottom = 648 limit_bottom = 648
[node name="UI" type="Node2D" parent="."]
[node name="CanvasLayer" type="CanvasLayer" parent="UI"]
[node name="DebugLabel" type="Label" parent="UI/CanvasLayer"]
offset_right = 296.0
offset_bottom = 49.0
text = "Debug: You made it into the game!
This is running from C++: "
script = ExtResource("1_0kdu2")