GMTKJam2021/GameEnd.tscn

100 lines
2.5 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=5 format=2]
[ext_resource path="res://assets/MonoRaccoon.ttf" type="DynamicFontData" id=1]
[ext_resource path="res://GameEnd.gd" type="Script" id=2]
[sub_resource type="DynamicFont" id=1]
size = 58
outline_color = Color( 0.0313726, 0.0313726, 0.0313726, 1 )
font_data = ExtResource( 1 )
[sub_resource type="DynamicFont" id=2]
size = 22
font_data = ExtResource( 1 )
[node name="MarginContainer" type="MarginContainer"]
margin_top = -8.0
margin_right = 1280.0
margin_bottom = 739.0
script = ExtResource( 2 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="ColorRect" type="ColorRect" parent="."]
margin_right = 1280.0
margin_bottom = 747.0
color = Color( 1, 1, 1, 0.447059 )
[node name="VBoxContainer" type="VBoxContainer" parent="ColorRect"]
margin_top = 164.0
margin_right = 1280.0
margin_bottom = 516.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Game Over" type="Label" parent="ColorRect/VBoxContainer"]
margin_right = 1280.0
margin_bottom = 59.0
size_flags_horizontal = 3
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "GAME OVER"
align = 1
[node name="MarginContainer" type="MarginContainer" parent="ColorRect/VBoxContainer"]
margin_top = 63.0
margin_right = 1280.0
margin_bottom = 122.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="You got" type="Label" parent="ColorRect/VBoxContainer/MarginContainer"]
margin_right = 1280.0
margin_bottom = 59.0
size_flags_horizontal = 3
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "You got"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="value" type="Label" parent="ColorRect/VBoxContainer"]
margin_top = 126.0
margin_right = 1280.0
margin_bottom = 185.0
size_flags_horizontal = 3
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "test"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Points" type="Label" parent="ColorRect/VBoxContainer"]
margin_top = 189.0
margin_right = 1280.0
margin_bottom = 248.0
size_flags_horizontal = 3
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
text = "Points"
align = 1
__meta__ = {
"_edit_use_anchors_": false
}
[node name="New Game" type="Button" parent="ColorRect/VBoxContainer"]
margin_top = 252.0
margin_right = 1280.0
margin_bottom = 281.0
custom_fonts/font = SubResource( 2 )
text = "New Game"
[connection signal="pressed" from="ColorRect/VBoxContainer/New Game" to="." method="_on_New_Game_pressed"]