-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathBuildingStat.tscn
48 lines (43 loc) · 1.2 KB
/
BuildingStat.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
[gd_scene load_steps=4 format=2]
[ext_resource path="res://BuildingStat.gd" type="Script" id=1]
[ext_resource path="res://assets/gfx/icons/level.png" type="Texture" id=2]
[ext_resource path="res://Theme.tres" type="Theme" id=3]
[node name="BuildingStat" type="MarginContainer" groups=[
"building_stats",
]]
margin_right = 22.0
margin_bottom = 18.0
size_flags_horizontal = 0
size_flags_vertical = 0
custom_constants/margin_right = 1
custom_constants/margin_top = 1
custom_constants/margin_left = 1
custom_constants/margin_bottom = 1
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
}
[node name="hbox" type="HBoxContainer" parent="."]
margin_left = 1.0
margin_top = 1.0
margin_right = 21.0
margin_bottom = 17.0
hint_tooltip = "Level"
theme = ExtResource( 3 )
[node name="icon" type="TextureRect" parent="hbox"]
margin_right = 16.0
margin_bottom = 16.0
rect_min_size = Vector2( 16, 16 )
theme = ExtResource( 3 )
texture = ExtResource( 2 )
expand = true
[node name="label" type="Label" parent="hbox"]
margin_left = 20.0
margin_right = 20.0
margin_bottom = 16.0
mouse_filter = 1
size_flags_horizontal = 3
size_flags_vertical = 3
theme = ExtResource( 3 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
valign = 1