diff options
author | tpart <tpart120@proton.me> | 2025-07-17 22:04:18 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2025-07-17 22:04:22 +0200 |
commit | 838a48f0c9c16486ceb051121fc4a6eacbac07d5 (patch) | |
tree | 46c8ecf36b30a25f39909c442bb06730d005cccb /client/menu/credits.tscn | |
parent | 5139391a930eb3f1fb8e4a7101bd9a5142282550 (diff) | |
download | hurrycurry-838a48f0c9c16486ceb051121fc4a6eacbac07d5.tar hurrycurry-838a48f0c9c16486ceb051121fc4a6eacbac07d5.tar.bz2 hurrycurry-838a48f0c9c16486ceb051121fc4a6eacbac07d5.tar.zst |
Add smart margin container which takes screen safe areas into acocunt (Fixes #330)
Diffstat (limited to 'client/menu/credits.tscn')
-rw-r--r-- | client/menu/credits.tscn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/client/menu/credits.tscn b/client/menu/credits.tscn index 60e30dd3..a9b56d67 100644 --- a/client/menu/credits.tscn +++ b/client/menu/credits.tscn @@ -1,7 +1,8 @@ -[gd_scene load_steps=6 format=3 uid="uid://7mqbxa054bjv"] +[gd_scene load_steps=7 format=3 uid="uid://7mqbxa054bjv"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_16kk6"] [ext_resource type="Script" uid="uid://c3eimx76ucpsp" path="res://menu/credits.gd" id="2_alvab"] +[ext_resource type="Script" uid="uid://byshs20og68tn" path="res://menu/smart_margin_container.gd" id="3_i6qat"] [ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/materials/dark_blur_material.tres" id="3_nwoiv"] [ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://menu/auto_setup/blur_setup.gd" id="4_8sii3"] [ext_resource type="Script" uid="uid://bd7bylb2t2m0" path="res://menu/auto_setup/scroll_container_custom.gd" id="4_bfcw8"] @@ -24,6 +25,7 @@ anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 +script = ExtResource("3_i6qat") [node name="Panel" type="Panel" parent="OuterMargin"] material = ExtResource("3_nwoiv") |