diff options
author | metamuffin <metamuffin@disroot.org> | 2024-06-26 23:08:32 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-06-26 23:08:32 +0200 |
commit | 8784d1a619f4224a4fe659750c91561fcc733100 (patch) | |
tree | 61f1671fe536d743f657404c73f87387094acac8 /client/menu/settings_menu.tscn | |
parent | 211e3d619e82aeb73dc6c52868991384682869f5 (diff) | |
parent | 3bccabee977e51ebae977731413cb6f93299b9a9 (diff) | |
download | hurrycurry-8784d1a619f4224a4fe659750c91561fcc733100.tar hurrycurry-8784d1a619f4224a4fe659750c91561fcc733100.tar.bz2 hurrycurry-8784d1a619f4224a4fe659750c91561fcc733100.tar.zst |
Merge branch 'master' of codeberg.org:metamuffin/undercooked
Diffstat (limited to 'client/menu/settings_menu.tscn')
-rw-r--r-- | client/menu/settings_menu.tscn | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/client/menu/settings_menu.tscn b/client/menu/settings_menu.tscn index 6ead9b8b..84da46f3 100644 --- a/client/menu/settings_menu.tscn +++ b/client/menu/settings_menu.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=3 format=3 uid="uid://8ic77jmadadj"] +[gd_scene load_steps=4 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_menu.gd" id="2_3hgm8"] +[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="3_8nykw"] [node name="SettingsMenu" type="Control"] layout_mode = 3 @@ -20,12 +21,9 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 -theme_override_constants/margin_left = 40 -theme_override_constants/margin_top = 40 -theme_override_constants/margin_right = 40 -theme_override_constants/margin_bottom = 40 [node name="panel" type="Panel" parent="outer_gap"] +material = ExtResource("3_8nykw") layout_mode = 2 [node name="inner_gap" type="MarginContainer" parent="outer_gap/panel"] |