feat: playtest-build
This commit is contained in:
parent
3e8c8a08f2
commit
c8e9e2fb4d
73 changed files with 3609 additions and 642 deletions
40
godot/Levels/game_end_screen.tscn
Normal file
40
godot/Levels/game_end_screen.tscn
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://05prvqpy0r6m"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://73cn4swq2gc7" path="res://Levels/game_ui.tscn" id="1_c4p6k"]
|
||||
[ext_resource type="PackedScene" uid="uid://e3dmisrrgqq7" path="res://Levels/testmap.tscn" id="2_qhspd"]
|
||||
|
||||
[node name="Level3D" type="Level3D"]
|
||||
|
||||
[node name="EndScreen" type="EndScreen" parent="."]
|
||||
main_menu_scene = ExtResource("1_c4p6k")
|
||||
game_scene = ExtResource("2_qhspd")
|
||||
|
||||
[node name="RestartButton" type="Button" parent="EndScreen"]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -78.5
|
||||
offset_top = -29.0
|
||||
offset_right = 78.5
|
||||
offset_bottom = 29.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
focus_neighbor_bottom = NodePath("../MainMenuButton")
|
||||
text = "Restart"
|
||||
|
||||
[node name="MainMenuButton" type="Button" parent="EndScreen"]
|
||||
anchors_preset = 8
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -78.0
|
||||
offset_top = 55.0
|
||||
offset_right = 79.0
|
||||
offset_bottom = 113.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
focus_neighbor_top = NodePath("../RestartButton")
|
||||
text = "Menu"
|
||||
46
godot/Levels/game_ui.tscn
Normal file
46
godot/Levels/game_ui.tscn
Normal file
|
|
@ -0,0 +1,46 @@
|
|||
[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="Camera3D" type="Camera3D" parent="."]
|
||||
726
godot/Levels/testmap.tscn
Normal file
726
godot/Levels/testmap.tscn
Normal file
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue