diff --git a/evolve-die-repeat/molecular_stage.tscn b/evolve-die-repeat/molecular_stage.tscn index a3c2221..0925748 100644 --- a/evolve-die-repeat/molecular_stage.tscn +++ b/evolve-die-repeat/molecular_stage.tscn @@ -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")