23 lines
598 B
Plaintext
23 lines
598 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://wlejteovfj8v"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://cljn3tou8pxjt" path="res://menu_game_mode.tscn" id="1_ce5im"]
|
|
|
|
[node name="Level3D" type="Level3D"]
|
|
game_mode_prototype = ExtResource("1_ce5im")
|
|
|
|
[node name="LevelComplete" type="Control" parent="."]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Label" type="Label" parent="LevelComplete"]
|
|
layout_mode = 0
|
|
offset_left = 23.0
|
|
offset_top = 27.0
|
|
offset_right = 447.0
|
|
offset_bottom = 163.0
|
|
text = "Test Level Complete"
|