|
|
@ -1,13 +1,9 @@ |
|
|
|
[gd_scene load_steps=6 format=2] |
|
|
|
[gd_scene load_steps=5 format=2] |
|
|
|
|
|
|
|
[ext_resource path="res://GameBoard.tscn" type="PackedScene" id=1] |
|
|
|
[ext_resource path="res://UI.gd" type="Script" id=2] |
|
|
|
[ext_resource path="res://Main.gd" type="Script" id=3] |
|
|
|
[ext_resource path="res://Resources/Kenney Future.ttf" type="DynamicFontData" id=4] |
|
|
|
|
|
|
|
[sub_resource type="DynamicFont" id=1] |
|
|
|
size = 128 |
|
|
|
font_data = ExtResource( 4 ) |
|
|
|
[ext_resource path="res://Resources/UITextLarge.tres" type="DynamicFont" id=4] |
|
|
|
|
|
|
|
[node name="Main" type="Node"] |
|
|
|
script = ExtResource( 3 ) |
|
|
@ -38,7 +34,7 @@ margin_bottom = 150.0 |
|
|
|
margin_top = 3.0 |
|
|
|
margin_right = 107.0 |
|
|
|
margin_bottom = 147.0 |
|
|
|
custom_fonts/font = SubResource( 1 ) |
|
|
|
custom_fonts/font = ExtResource( 4 ) |
|
|
|
text = "0" |
|
|
|
|
|
|
|
[node name="Spacer" type="Control" parent="UI/VBoxContainer/HBoxContainer"] |
|
|
@ -57,3 +53,30 @@ rect_min_size = Vector2( 150, 150 ) |
|
|
|
[node name="Origin" type="Node2D" parent="UI/VBoxContainer/HBoxContainer/NextShape"] |
|
|
|
position = Vector2( 67, 100 ) |
|
|
|
scale = Vector2( 0.5, 0.5 ) |
|
|
|
|
|
|
|
[node name="GameOverUI" type="CenterContainer" parent="UI"] |
|
|
|
visible = false |
|
|
|
anchor_right = 1.0 |
|
|
|
anchor_bottom = 1.0 |
|
|
|
__meta__ = { |
|
|
|
"_edit_use_anchors_": false |
|
|
|
} |
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="UI/GameOverUI"] |
|
|
|
margin_left = 42.0 |
|
|
|
margin_top = 811.0 |
|
|
|
margin_right = 1037.0 |
|
|
|
margin_bottom = 1109.0 |
|
|
|
|
|
|
|
[node name="GameOverText" type="Label" parent="UI/GameOverUI/VBoxContainer"] |
|
|
|
margin_right = 995.0 |
|
|
|
margin_bottom = 144.0 |
|
|
|
custom_fonts/font = ExtResource( 4 ) |
|
|
|
text = "Game Over!" |
|
|
|
|
|
|
|
[node name="RestartButton" type="Button" parent="UI/GameOverUI/VBoxContainer"] |
|
|
|
margin_top = 148.0 |
|
|
|
margin_right = 995.0 |
|
|
|
margin_bottom = 298.0 |
|
|
|
custom_fonts/font = ExtResource( 4 ) |
|
|
|
text = "Restart" |