Init commit
This commit is contained in:
commit
a4452b69c4
59 changed files with 1259 additions and 0 deletions
67
Scenes/game_over.tscn
Normal file
67
Scenes/game_over.tscn
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://dliccivjx8fcm"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://cf1vwutwpi4rf" path="res://Scripts/game_over.gd" id="1_ojehl"]
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_i2yjh"]
|
||||
font_size = 72
|
||||
|
||||
[sub_resource type="LabelSettings" id="LabelSettings_ojehl"]
|
||||
font_size = 32
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 14
|
||||
anchor_top = 0.5
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 0.5
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_ojehl")
|
||||
|
||||
[node name="Container" type="Control" parent="."]
|
||||
layout_mode = 1
|
||||
anchors_preset = 13
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 1.0
|
||||
offset_top = -100.0
|
||||
offset_bottom = -100.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Title" type="Label" parent="Container"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -195.0
|
||||
offset_right = 195.0
|
||||
offset_bottom = 99.0
|
||||
grow_horizontal = 2
|
||||
text = "Game Over"
|
||||
label_settings = SubResource("LabelSettings_i2yjh")
|
||||
|
||||
[node name="Score" type="Label" parent="Container"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -60.5
|
||||
offset_top = 85.0
|
||||
offset_right = 60.5
|
||||
offset_bottom = 130.0
|
||||
grow_horizontal = 2
|
||||
text = "Score: 0"
|
||||
label_settings = SubResource("LabelSettings_ojehl")
|
||||
|
||||
[node name="New Game" type="Button" parent="Container"]
|
||||
layout_mode = 1
|
||||
anchors_preset = 5
|
||||
anchor_left = 0.5
|
||||
anchor_right = 0.5
|
||||
offset_left = -46.5
|
||||
offset_top = 150.0
|
||||
offset_right = 46.5
|
||||
offset_bottom = 181.0
|
||||
grow_horizontal = 2
|
||||
text = "New Game"
|
||||
Loading…
Add table
Add a link
Reference in a new issue