diff options
author | metamuffin <metamuffin@disroot.org> | 2025-09-05 23:05:01 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-09-05 23:07:07 +0200 |
commit | 6efdec681466addf3c203640518bd8db122270db (patch) | |
tree | f81f15bb918dfa52e983727b7399153f8ce5a7c2 /client/gui/overlays/pinned_messages.tscn | |
parent | 81deaf81c800900e30046cb927be1c9d91ae61b8 (diff) | |
download | hurrycurry-6efdec681466addf3c203640518bd8db122270db.tar hurrycurry-6efdec681466addf3c203640518bd8db122270db.tar.bz2 hurrycurry-6efdec681466addf3c203640518bd8db122270db.tar.zst |
refactor scene tree of all overlays to be children of Overlays
Diffstat (limited to 'client/gui/overlays/pinned_messages.tscn')
-rw-r--r-- | client/gui/overlays/pinned_messages.tscn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/client/gui/overlays/pinned_messages.tscn b/client/gui/overlays/pinned_messages.tscn new file mode 100644 index 00000000..318c9b85 --- /dev/null +++ b/client/gui/overlays/pinned_messages.tscn @@ -0,0 +1,22 @@ +[gd_scene load_steps=2 format=3 uid="uid://dcrr1rwdwbkq8"] + +[ext_resource type="Script" uid="uid://c0k6f1wkynbkd" path="res://gui/overlays/pinned_messages.gd" id="1_q0jkk"] + +[node name="PinnedItemMessages" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 2 +script = ExtResource("1_q0jkk") + +[node name="HBoxContainer" type="HBoxContainer" parent="."] +layout_direction = 2 +layout_mode = 1 +anchors_preset = 10 +anchor_right = 1.0 +offset_bottom = 256.0 +grow_horizontal = 2 +mouse_filter = 2 |