35 lines
1,002 B
Text
35 lines
1,002 B
Text
[gd_scene load_steps=4 format=3 uid="uid://d0jrygo3ihcdk"]
|
|
|
|
[ext_resource type="Script" path="res://main.gd" id="1_51vn3"]
|
|
[ext_resource type="PackedScene" path="res://selftest.tscn" id="2_jnmxu"]
|
|
[ext_resource type="PackedScene" uid="uid://d31udhuuwrajn" path="res://levels/bottomhud.tscn" id="3_tig2r"]
|
|
|
|
[node name="Main" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_51vn3")
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 290.0
|
|
offset_top = 258.0
|
|
offset_right = 949.0
|
|
offset_bottom = 326.0
|
|
theme_override_font_sizes/font_size = 49
|
|
text = "Press enter or B to continue"
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Selftest" parent="." instance=ExtResource("2_jnmxu")]
|
|
layout_mode = 0
|
|
offset_left = 57.0
|
|
offset_top = 112.0
|
|
offset_right = 97.0
|
|
offset_bottom = 135.0
|
|
|
|
[node name="Bottomhud" parent="." instance=ExtResource("3_tig2r")]
|
|
layout_mode = 1
|