37 lines
967 B
Text
37 lines
967 B
Text
|
[gd_scene load_steps=3 format=3 uid="uid://b31tqrkh73to2"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://SUI/src/SuiScroller.gd" id="1_dcfql"]
|
||
|
[ext_resource type="Theme" uid="uid://jg7l68yqa6n2" path="res://SUI/themes/ScrollBar.tres" id="2_4lteo"]
|
||
|
|
||
|
[node name="SuiScroller" type="Control"]
|
||
|
clip_contents = true
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
offset_right = -860.0
|
||
|
offset_bottom = -440.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_dcfql")
|
||
|
speed_value = 0.0
|
||
|
|
||
|
[node name="HScrollBar" type="HScrollBar" parent="."]
|
||
|
modulate = Color(1, 1, 1, 0.501961)
|
||
|
layout_mode = 1
|
||
|
offset_top = 86.5
|
||
|
offset_right = 86.5
|
||
|
offset_bottom = 100.0
|
||
|
theme = ExtResource("2_4lteo")
|
||
|
|
||
|
[node name="VScrollBar" type="VScrollBar" parent="."]
|
||
|
modulate = Color(1, 1, 1, 0.501961)
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 1
|
||
|
anchor_left = 1.0
|
||
|
anchor_right = 1.0
|
||
|
offset_left = -13.5
|
||
|
offset_bottom = 86.5
|
||
|
grow_horizontal = 0
|
||
|
theme = ExtResource("2_4lteo")
|