-
Notifications
You must be signed in to change notification settings - Fork 0
/
GUI.tscn
75 lines (64 loc) · 1.96 KB
/
GUI.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
[gd_scene load_steps=3 format=3 uid="uid://d2kqyu81p5f2v"]
[ext_resource type="Texture2D" uid="uid://btcqwpufpbng" path="res://Art/GUI/empty_heart.png" id="1_el5dt"]
[ext_resource type="Texture2D" uid="uid://xodm0vbxcga3" path="res://Art/GUI/heart.png" id="1_va4s5"]
[node name="GUI" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="Hearts Shadow" type="HBoxContainer" parent="."]
layout_mode = 0
offset_left = 28.0
offset_top = 33.0
offset_right = 168.0
offset_bottom = 73.0
theme_override_constants/separation = 10
[node name="TextureRect" type="TextureRect" parent="Hearts Shadow"]
layout_mode = 2
texture = ExtResource("1_el5dt")
expand_mode = 3
[node name="TextureRect2" type="TextureRect" parent="Hearts Shadow"]
layout_mode = 2
texture = ExtResource("1_el5dt")
expand_mode = 3
[node name="TextureRect3" type="TextureRect" parent="Hearts Shadow"]
layout_mode = 2
texture = ExtResource("1_el5dt")
expand_mode = 3
[node name="Hearts" type="HBoxContainer" parent="."]
layout_mode = 1
offset_left = 32.0
offset_top = 32.0
offset_right = 160.0
offset_bottom = 72.0
theme_override_constants/separation = 10
[node name="heart1" type="TextureRect" parent="Hearts"]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
texture = ExtResource("1_va4s5")
expand_mode = 3
[node name="heart2" type="TextureRect" parent="Hearts"]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
texture = ExtResource("1_va4s5")
expand_mode = 3
[node name="heart3" type="TextureRect" parent="Hearts"]
custom_minimum_size = Vector2(32, 32)
layout_mode = 2
texture = ExtResource("1_va4s5")
expand_mode = 3
[node name="ScoreText" type="RichTextLabel" parent="."]
layout_mode = 1
anchors_preset = 1
anchor_left = 1.0
anchor_right = 1.0
offset_left = -394.0
offset_top = 20.0
offset_right = -29.0
offset_bottom = 143.0
grow_horizontal = 0
theme_override_font_sizes/normal_font_size = 48
text = "SCORE: 0"
text_direction = 2