Added simple UI
This commit is contained in:
parent
9de9d18632
commit
263011b460
|
|
@ -7,13 +7,6 @@
|
|||
|
||||
[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="ParallaxFar" type="Parallax2D" parent="Background"]
|
||||
|
|
@ -51,3 +44,14 @@ limit_left = 0
|
|||
limit_top = 0
|
||||
limit_right = 1152
|
||||
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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue