Main change is the fixed main menu The other changes include newly added resources, like the new ground tile and blobby animations/designs I also experimented with the display size and camera To adapt to the new Blobby design, the default tile size was changed to 24x24
74 lines
2.2 KiB
Plaintext
74 lines
2.2 KiB
Plaintext
[gd_scene load_steps=9 format=2]
|
|
|
|
[ext_resource path="res://assets/environment/background/background.png" type="Texture" id=1]
|
|
[ext_resource path="res://assets/meta/new_dynamicfont.tres" type="DynamicFont" id=2]
|
|
[ext_resource path="res://src/UserInterface/Buttons/Titel.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://src/UserInterface/Buttons/ChangeSceneButton.tscn" type="PackedScene" id=4]
|
|
[ext_resource path="res://src/UserInterface/Buttons/QuitButton.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://src/UserInterface/Buttons/StatsLabel.tscn" type="PackedScene" id=6]
|
|
[ext_resource path="res://assets/meta/ui_theme.tres" type="Theme" id=7]
|
|
[ext_resource path="res://src/UserInterface/Buttons/StatsLabel.gd" type="Script" id=8]
|
|
|
|
[node name="EndScreen" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
theme = ExtResource( 7 )
|
|
|
|
[node name="background" type="TextureRect" parent="."]
|
|
anchor_left = 0.00195313
|
|
anchor_right = 1.00195
|
|
anchor_bottom = 1.0
|
|
texture = ExtResource( 1 )
|
|
expand = true
|
|
stretch_mode = 2
|
|
__meta__ = {
|
|
"_edit_use_anchors_": true
|
|
}
|
|
|
|
[node name="EndScreenLabel" parent="." instance=ExtResource( 3 )]
|
|
anchor_left = 0.5
|
|
anchor_right = 0.5
|
|
margin_left = -170.0
|
|
margin_right = 170.0
|
|
margin_bottom = 93.0
|
|
rect_pivot_offset = Vector2( 170, 0 )
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
size_flags_stretch_ratio = 0.0
|
|
custom_fonts/font = ExtResource( 2 )
|
|
text = "Thank You For Playing!"
|
|
autowrap = true
|
|
|
|
[node name="StatsLabel" parent="." instance=ExtResource( 6 )]
|
|
margin_left = -146.5
|
|
margin_top = -33.5
|
|
margin_right = 146.5
|
|
margin_bottom = 33.5
|
|
size_flags_vertical = 1
|
|
align = 1
|
|
script = ExtResource( 8 )
|
|
|
|
[node name="MenuContainer" type="VBoxContainer" parent="."]
|
|
anchor_left = 0.5
|
|
anchor_top = 1.0
|
|
anchor_right = 0.5
|
|
anchor_bottom = 1.0
|
|
margin_left = -100.0
|
|
margin_top = -120.0
|
|
margin_right = 100.0
|
|
margin_bottom = -20.0
|
|
|
|
[node name="PlayButton" parent="MenuContainer" instance=ExtResource( 4 )]
|
|
margin_right = 200.0
|
|
margin_bottom = 48.0
|
|
text = "Begin Again"
|
|
next_scene_path = "res://src/UserInterface/Screens/MainScreen.tscn"
|
|
|
|
[node name="QuitButton" parent="MenuContainer" instance=ExtResource( 5 )]
|
|
anchor_left = 0.0
|
|
anchor_right = 0.0
|
|
margin_left = 0.0
|
|
margin_top = 52.0
|
|
margin_right = 200.0
|
|
margin_bottom = 100.0
|