-
Notifications
You must be signed in to change notification settings - Fork 0
/
SUS Meter.tscn
65 lines (58 loc) · 1.96 KB
/
SUS Meter.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
[gd_scene load_steps=8 format=2]
[ext_resource path="res://img/sussy_leeg.png" type="Texture" id=1]
[ext_resource path="res://img/sussy_vol.png" type="Texture" id=2]
[ext_resource path="res://SUS Meter.gd" type="Script" id=3]
[ext_resource path="res://SUSimg.tscn" type="PackedScene" id=4]
[ext_resource path="res://img/sus0.png" type="Texture" id=5]
[ext_resource path="res://img/sus1.png" type="Texture" id=6]
[ext_resource path="res://font/dynamic_font.tres" type="DynamicFont" id=7]
[node name="SUS Meter" type="Control"]
anchor_right = 0.066
anchor_bottom = 0.444
margin_right = 17.416
margin_bottom = 66.6
rect_scale = Vector2( 0.8, 0.8 )
size_flags_horizontal = 3
size_flags_vertical = 3
script = ExtResource( 3 )
progress = NodePath("TextureProgress")
[node name="TextureProgress" type="TextureProgress" parent="."]
anchor_left = 0.191
anchor_top = 0.111
anchor_right = 1.352
anchor_bottom = 1.089
margin_left = 0.0149975
margin_top = 4.287
margin_right = 42.33
margin_bottom = 137.613
rect_scale = Vector2( 0.7, 0.7 )
value = 4.0
texture_under = ExtResource( 1 )
texture_over = ExtResource( 1 )
texture_progress = ExtResource( 2 )
fill_mode = 3
[node name="RichTextLabel" type="RichTextLabel" parent="TextureProgress"]
anchor_left = 0.064
anchor_top = -0.023
anchor_right = 1.339
anchor_bottom = 0.059
margin_left = -16.1669
margin_top = -0.157282
margin_right = 0.058136
margin_bottom = 0.204716
rect_min_size = Vector2( 100, 20 )
size_flags_vertical = 3
custom_fonts/normal_font = ExtResource( 7 )
bbcode_enabled = true
bbcode_text = "[center]SUSSY METER[/center]"
text = "SUSSY METER"
[node name="SusImg3" parent="." instance=ExtResource( 4 )]
position = Vector2( 38.8741, 87.7105 )
[node name="SusImg2" parent="." instance=ExtResource( 4 )]
position = Vector2( 32.0307, 186.307 )
scale = Vector2( 0.3, 0.3 )
texture = ExtResource( 6 )
[node name="SusImg" parent="." instance=ExtResource( 4 )]
position = Vector2( 34.3646, 299.233 )
scale = Vector2( 0.15, 0.2 )
texture = ExtResource( 5 )