57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://73cn4swq2gc7"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://e3dmisrrgqq7" path="res://Levels/testmap.tscn" id="1_kul4y"]
|
|
|
|
[node name="Level3D" type="Level3D"]
|
|
|
|
[node name="GameUI" type="MenuUI" parent="."]
|
|
game_scene = ExtResource("1_kul4y")
|
|
|
|
[node name="StartButton" type="Button" parent="GameUI"]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -115.0
|
|
offset_top = -57.0
|
|
offset_right = 115.0
|
|
offset_bottom = 57.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
focus_neighbor_bottom = NodePath("../ControlsButton")
|
|
text = "Start"
|
|
|
|
[node name="ControlsButton" type="Button" parent="GameUI"]
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -115.0
|
|
offset_top = 111.0
|
|
offset_right = 115.0
|
|
offset_bottom = 225.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
focus_neighbor_top = NodePath("../StartButton")
|
|
text = "Controls"
|
|
|
|
[node name="ControlsScreen" type="Panel" parent="GameUI"]
|
|
offset_left = 32.0
|
|
offset_top = 30.0
|
|
offset_right = 437.0
|
|
offset_bottom = 339.0
|
|
|
|
[node name="Label" type="Label" parent="GameUI/ControlsScreen"]
|
|
layout_mode = 0
|
|
offset_left = 25.0
|
|
offset_top = 19.0
|
|
offset_right = 388.0
|
|
offset_bottom = 290.0
|
|
text = "W : Accelerate
|
|
SPACE : Handbrake
|
|
A/D : Steering"
|
|
|
|
[node name="Camera3D" type="Camera3D" parent="."]
|