Imagine first release
This commit is contained in:
29
content/value_slider.tscn
Normal file
29
content/value_slider.tscn
Normal file
@@ -0,0 +1,29 @@
|
||||
[gd_scene load_steps=2 format=3 uid="uid://b3hvp2t36d4eo"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://b30buugsxbwhs" path="res://content/value_slider.gd" id="1_vyn1w"]
|
||||
|
||||
[node name="ValueSlider" type="HSlider"]
|
||||
offset_right = 104.0
|
||||
offset_bottom = 25.0
|
||||
tick_count = 3
|
||||
ticks_position = 3
|
||||
script = ExtResource("1_vyn1w")
|
||||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
modulate = Color(0, 0, 1, 1)
|
||||
layout_mode = 1
|
||||
anchors_preset = 3
|
||||
anchor_left = 1.0
|
||||
anchor_top = 1.0
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
offset_left = -21.0
|
||||
offset_top = -17.0
|
||||
grow_horizontal = 0
|
||||
grow_vertical = 0
|
||||
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
||||
theme_override_constants/outline_size = 5
|
||||
theme_override_font_sizes/font_size = 12
|
||||
text = "0 %"
|
||||
horizontal_alignment = 2
|
||||
vertical_alignment = 2
|
||||
Reference in New Issue
Block a user