56 lines
1.6 KiB
Text
56 lines
1.6 KiB
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://images/end-progress.png" type="Texture" id=1]
|
|
[ext_resource path="res://scenes/end-screen/GaugeProgress.gd" type="Script" id=2]
|
|
[ext_resource path="res://fonts/open-sans/OpenSans-Regular.ttf" type="DynamicFontData" id=3]
|
|
[ext_resource path="res://scenes/end-screen/HoverControl.tscn" type="PackedScene" id=4]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
font_data = ExtResource( 3 )
|
|
|
|
[node name="GaugeProgress" type="MarginContainer"]
|
|
margin_right = 41.0
|
|
margin_bottom = 473.0
|
|
rect_min_size = Vector2( 120, 0 )
|
|
mouse_filter = 1
|
|
custom_constants/margin_right = 20
|
|
custom_constants/margin_left = 20
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
gauge_name = "test"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 20.0
|
|
margin_right = 100.0
|
|
margin_bottom = 473.0
|
|
|
|
[node name="ProgressBar" type="TextureProgress" parent="VBoxContainer"]
|
|
margin_right = 80.0
|
|
margin_bottom = 446.0
|
|
rect_min_size = Vector2( 40, 0 )
|
|
size_flags_vertical = 3
|
|
step = 0.01
|
|
allow_lesser = true
|
|
texture_progress = ExtResource( 1 )
|
|
fill_mode = 3
|
|
tint_progress = Color( 0.698039, 0.0705882, 0.0705882, 1 )
|
|
nine_patch_stretch = true
|
|
|
|
[node name="Label" type="Label" parent="VBoxContainer"]
|
|
margin_top = 450.0
|
|
margin_right = 80.0
|
|
margin_bottom = 473.0
|
|
custom_fonts/font = SubResource( 1 )
|
|
text = "Gauge"
|
|
align = 1
|
|
|
|
[node name="Tween" type="Tween" parent="."]
|
|
|
|
[node name="HoverControl" parent="." instance=ExtResource( 4 )]
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
margin_left = 20.0
|
|
margin_right = 100.0
|
|
margin_bottom = 473.0
|