-
Notifications
You must be signed in to change notification settings - Fork 1
/
GAMEOVER.tscn
42 lines (37 loc) · 1.01 KB
/
GAMEOVER.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[gd_scene load_steps=6 format=2]
[ext_resource path="res://icon.png" type="Texture" id=1]
[ext_resource path="res://Inventory/Arial.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://GAMEOVER.gd" type="Script" id=3]
[sub_resource type="StyleBoxTexture" id=1]
texture = ExtResource( 1 )
region_rect = Rect2( 0, 0, 64, 64 )
modulate_color = Color( 0, 0, 0, 1 )
[sub_resource type="DynamicFont" id=2]
size = 300
font_data = ExtResource( 2 )
[node name="Control" type="Panel"]
anchor_left = -0.162
anchor_top = -0.253
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -182.983
margin_top = -174.994
margin_right = 355.129
margin_bottom = 392.206
custom_styles/panel = SubResource( 1 )
script = ExtResource( 3 )
__meta__ = {
"_edit_group_": true,
"_edit_use_anchors_": false
}
[node name="Label" type="Label" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
custom_fonts/font = SubResource( 2 )
custom_colors/font_color = Color( 1, 1, 1, 1 )
text = "DEAD"
align = 1
valign = 1
__meta__ = {
"_edit_use_anchors_": false
}