diff options
author | metamuffin <metamuffin@disroot.org> | 2024-07-01 15:46:13 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-07-01 15:46:13 +0200 |
commit | 69cce2c92e067595d862c479104df6e966a1e8ee (patch) | |
tree | 33c5f8ca6993f4d8fdc38516ca7684406eb66e1d /client/menu/entry.tscn | |
parent | 1e28d68b1fc17a95b0dda305633be2016b692836 (diff) | |
download | hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.bz2 hurrycurry-69cce2c92e067595d862c479104df6e966a1e8ee.tar.zst |
refactor menu system yet again
Diffstat (limited to 'client/menu/entry.tscn')
-rw-r--r-- | client/menu/entry.tscn | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/client/menu/entry.tscn b/client/menu/entry.tscn new file mode 100644 index 00000000..85b16fbf --- /dev/null +++ b/client/menu/entry.tscn @@ -0,0 +1,12 @@ +[gd_scene load_steps=2 format=3 uid="uid://cd52sr1cmo8oj"] + +[ext_resource type="Script" path="res://menu/entry.gd" id="1_kibw2"] + +[node name="MenuManager" type="Control"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("1_kibw2") |