diff options
author | tpart <tpart120@proton.me> | 2024-07-21 17:49:57 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-07-21 17:50:02 +0200 |
commit | 7a69ab85eb775c7e1461a6ebf883a0b0c7f783a4 (patch) | |
tree | a2d90f58ed79c6506bdd61158fbced96dbda10c9 /client/menu/settings.tscn | |
parent | 599e7d548dabf363848d91056a71ae3ba2bcdfe9 (diff) | |
download | hurrycurry-7a69ab85eb775c7e1461a6ebf883a0b0c7f783a4.tar hurrycurry-7a69ab85eb775c7e1461a6ebf883a0b0c7f783a4.tar.bz2 hurrycurry-7a69ab85eb775c7e1461a6ebf883a0b0c7f783a4.tar.zst |
Add support for controller scrolling
Diffstat (limited to 'client/menu/settings.tscn')
-rw-r--r-- | client/menu/settings.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/settings.tscn b/client/menu/settings.tscn index e5a0d1c5..b36f8c29 100644 --- a/client/menu/settings.tscn +++ b/client/menu/settings.tscn @@ -1,8 +1,9 @@ -[gd_scene load_steps=4 format=3 uid="uid://8ic77jmadadj"] +[gd_scene load_steps=5 format=3 uid="uid://8ic77jmadadj"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_foq3a"] [ext_resource type="Script" path="res://menu/settings.gd" id="2_3hgm8"] [ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="3_8nykw"] +[ext_resource type="Script" path="res://menu/scroll_container_custom.gd" id="4_vfb63"] [node name="SettingsMenu" type="Control"] layout_mode = 3 @@ -52,6 +53,7 @@ text = "Settings" layout_mode = 2 size_flags_vertical = 3 follow_focus = true +script = ExtResource("4_vfb63") [node name="Options" type="VBoxContainer" parent="OuterGap/Panel/InnerGap/VBoxContainer/ScrollContainer"] layout_mode = 2 |