41 lines
1 KiB
Text
41 lines
1 KiB
Text
[gd_scene load_steps=3 format=3 uid="uid://b31tqrkh73to2"]
|
|
|
|
[ext_resource type="Script" path="res://addons/SUI/src/SuiScroller.gd" id="1_dcfql"]
|
|
[ext_resource type="Theme" uid="uid://jg7l68yqa6n2" path="res://addons/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 = -1053.33
|
|
offset_bottom = -563.333
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_dcfql")
|
|
|
|
[node name="HScrollBar" type="HScrollBar" parent="."]
|
|
modulate = Color(1, 1, 1, 0.501961)
|
|
layout_mode = 1
|
|
offset_top = 226.417
|
|
offset_right = 366.42
|
|
offset_bottom = 246.667
|
|
theme = ExtResource("2_4lteo")
|
|
max_value = 386.67
|
|
step = 1.0
|
|
page = 1.0
|
|
|
|
[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 = -20.25
|
|
offset_bottom = 226.417
|
|
grow_horizontal = 0
|
|
theme = ExtResource("2_4lteo")
|
|
max_value = 246.667
|
|
step = 1.0
|
|
page = 1.0
|