-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tscn
101 lines (88 loc) · 2.5 KB
/
main.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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
[gd_scene load_steps=7 format=1]
[ext_resource path="res://addons/ScalingTextureProgress/script.gd" type="Script" id=1]
[ext_resource path="res://addons/ScalingTextureProgress/icon.png" type="Texture" id=2]
[ext_resource path="res://assets/gray-512x320.png" type="Texture" id=3]
[ext_resource path="res://assets/blue-512x320.png" type="Texture" id=4]
[ext_resource path="res://assets/gray-66x41.png" type="Texture" id=5]
[ext_resource path="res://assets/blue-66x41.png" type="Texture" id=6]
[node name="Control" type="PanelContainer"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 0.0
margin/top = 0.0
margin/right = 526.0
margin/bottom = 314.0
[node name="ColorFrame" type="ColorFrame" parent="."]
rect/min_size = Vector2( 512, 300 )
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 7.0
margin/top = 7.0
margin/right = 519.0
margin/bottom = 307.0
color = Color( 1, 1, 1, 1 )
[node name="VBoxContainer" type="VBoxContainer" parent="."]
focus/ignore_mouse = false
focus/stop_mouse = false
size_flags/horizontal = 2
size_flags/vertical = 2
margin/left = 7.0
margin/top = 7.0
margin/right = 519.0
margin/bottom = 307.0
alignment = 0
[node name="ScalingTextureProgress" type="MarginContainer" parent="VBoxContainer"]
rect/min_size = Vector2( 66, 41 )
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 1
size_flags/vertical = 1
margin/left = 223.0
margin/top = 53.0
margin/right = 289.0
margin/bottom = 94.0
script/script = ExtResource( 1 )
__meta__ = {
"_editor_icon": ExtResource( 2 )
}
background_texture = ExtResource( 3 )
foreground_texture = null
progress_texture = ExtResource( 4 )
fill_mode = 0
radial_initial_angle = 0.0
fill_degrees = 360.0
radial_center_offset = Vector2( 0, 0 )
exp_unit_value = true
rounded_values = true
maximum = 100.0
minimum = 0.0
page = 0.0
step = 1.0
value = 50.0
[node name="default" type="TextureProgress" parent="VBoxContainer"]
focus/ignore_mouse = false
focus/stop_mouse = true
size_flags/horizontal = 1
size_flags/vertical = 1
margin/left = 223.0
margin/top = 205.0
margin/right = 289.0
margin/bottom = 246.0
range/min = 0.0
range/max = 100.0
range/step = 1.0
range/page = 0.0
range/value = 50.0
range/exp_edit = false
range/rounded = false
texture/under = ExtResource( 5 )
texture/over = null
texture/progress = ExtResource( 6 )
mode = 4
radial_fill/initial_angle = 215.0
radial_fill/fill_degrees = 290.0
radial_fill/center_offset = Vector2( 0, 0 )