-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInterface.tscn
63 lines (53 loc) · 1.47 KB
/
Interface.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://health.png" type="Texture" id=1]
[ext_resource path="res://ui_background.png" type="Texture" id=2]
[ext_resource path="res://tile_0106.png" type="Texture" id=3]
[node name="Interface" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="Background" type="HBoxContainer" parent="."]
margin_right = 152.0
margin_bottom = 40.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="TextureRect" type="TextureRect" parent="Background"]
margin_right = 152.0
margin_bottom = 48.0
texture = ExtResource( 2 )
[node name="Bar" type="HBoxContainer" parent="."]
margin_left = 5.0
margin_top = 2.0
margin_right = 179.0
margin_bottom = 48.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="VBoxContainer" type="VBoxContainer" parent="Bar"]
margin_right = 144.0
margin_bottom = 46.0
[node name="Label" type="Label" parent="Bar/VBoxContainer"]
margin_right = 144.0
margin_bottom = 14.0
text = "Food"
[node name="TextureProgress" type="TextureProgress" parent="Bar/VBoxContainer"]
margin_top = 18.0
margin_right = 144.0
margin_bottom = 42.0
value = 40.0
texture_progress = ExtResource( 1 )
[node name="Label" type="Label" parent="Bar"]
margin_left = 148.0
margin_top = 16.0
margin_right = 156.0
margin_bottom = 30.0
text = "0"
[node name="TextureRect" type="TextureRect" parent="Bar"]
margin_left = 160.0
margin_right = 181.0
margin_bottom = 46.0
texture = ExtResource( 3 )
stretch_mode = 4