SUI/sui/scenesrc/SuiScroller.tscn

36 lines
965 B
Text
Raw Normal View History

2024-05-08 21:01:46 +02:00
[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
2024-05-08 22:13:17 +02:00
offset_right = -1053.33
offset_bottom = -563.333
2024-05-08 21:01:46 +02:00
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
2024-05-08 22:13:17 +02:00
offset_top = 226.417
offset_right = 366.417
offset_bottom = 246.667
2024-05-08 21:01:46 +02:00
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
2024-05-08 22:13:17 +02:00
offset_left = -20.25
offset_bottom = 226.417
2024-05-08 21:01:46 +02:00
grow_horizontal = 0
theme = ExtResource("2_4lteo")