Update UI.tscn

This commit is contained in:
PfandBoss
2022-12-10 21:40:46 +01:00
parent 28ccaf42b3
commit 257db83511

View File

@@ -1,10 +1,12 @@
[gd_scene load_steps=5 format=3 uid="uid://cys06pnxfjl2m"] [gd_scene load_steps=6 format=3 uid="uid://cys06pnxfjl2m"]
[ext_resource type="Texture2D" uid="uid://b8rsm7uapp583" path="res://undefined - Imgur (1).png" id="1_cb7ct"] [ext_resource type="Texture2D" uid="uid://b8rsm7uapp583" path="res://undefined - Imgur (1).png" id="1_cb7ct"]
[ext_resource type="Texture2D" uid="uid://44lfs83sax35" path="res://undefined - Imgur.png" id="2_udann"] [ext_resource type="Texture2D" uid="uid://44lfs83sax35" path="res://undefined - Imgur.png" id="2_udann"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_fir3c"] [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_fir3c"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_3mtn2"]
[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_oa1ad"] [sub_resource type="StyleBoxTexture" id="StyleBoxTexture_oa1ad"]
[node name="Control" type="Control"] [node name="Control" type="Control"]
@@ -19,6 +21,7 @@ size_flags_horizontal = 4
[node name="Panel" type="Panel" parent="."] [node name="Panel" type="Panel" parent="."]
custom_minimum_size = Vector2(15, 0) custom_minimum_size = Vector2(15, 0)
layout_mode = 1
anchors_preset = 13 anchors_preset = 13
anchor_left = 0.5 anchor_left = 0.5
anchor_right = 0.5 anchor_right = 0.5
@@ -27,6 +30,7 @@ grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
[node name="VSlider" type="VSlider" parent="."] [node name="VSlider" type="VSlider" parent="."]
layout_mode = 1
anchors_preset = 13 anchors_preset = 13
anchor_left = 0.5 anchor_left = 0.5
anchor_right = 0.5 anchor_right = 0.5
@@ -38,11 +42,13 @@ grow_vertical = 2
pivot_offset = Vector2(32, 0) pivot_offset = Vector2(32, 0)
theme_override_icons/grabber_disabled = ExtResource("1_cb7ct") theme_override_icons/grabber_disabled = ExtResource("1_cb7ct")
theme_override_styles/grabber_area = SubResource("StyleBoxTexture_fir3c") theme_override_styles/grabber_area = SubResource("StyleBoxTexture_fir3c")
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxTexture_3mtn2")
max_value = 150.0 max_value = 150.0
editable = false editable = false
scrollable = false scrollable = false
[node name="VSlider2" type="VSlider" parent="."] [node name="VSlider2" type="VSlider" parent="."]
layout_mode = 1
anchors_preset = 13 anchors_preset = 13
anchor_left = 0.5 anchor_left = 0.5
anchor_right = 0.5 anchor_right = 0.5
@@ -53,6 +59,7 @@ grow_horizontal = 2
grow_vertical = 2 grow_vertical = 2
theme_override_icons/grabber_disabled = ExtResource("2_udann") theme_override_icons/grabber_disabled = ExtResource("2_udann")
theme_override_styles/grabber_area = SubResource("StyleBoxTexture_oa1ad") theme_override_styles/grabber_area = SubResource("StyleBoxTexture_oa1ad")
theme_override_styles/grabber_area_highlight = SubResource("StyleBoxTexture_3mtn2")
max_value = 150.0 max_value = 150.0
value = 50.0 value = 50.0
editable = false editable = false