diff options
| author | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
|---|---|---|
| committer | Radio <radiohotline@disroot.org> | 2026-06-04 15:15:11 +0300 |
| commit | 9d74b49ab62908d4acf53dde444413886b8b28e5 (patch) | |
| tree | 0cb785267ea7e239b19d88684c0d64b9bd5d52f0 /addons/escoria-ui-keyboard-9verbs/inventory/inventory_ui.tscn | |
| parent | 2c85d452ad02a5f89cd43bad7f9de31d0e4fa0c1 (diff) | |
escoria setup and old branch archives
Diffstat (limited to 'addons/escoria-ui-keyboard-9verbs/inventory/inventory_ui.tscn')
| -rw-r--r-- | addons/escoria-ui-keyboard-9verbs/inventory/inventory_ui.tscn | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/addons/escoria-ui-keyboard-9verbs/inventory/inventory_ui.tscn b/addons/escoria-ui-keyboard-9verbs/inventory/inventory_ui.tscn new file mode 100644 index 0000000..8ade917 --- /dev/null +++ b/addons/escoria-ui-keyboard-9verbs/inventory/inventory_ui.tscn @@ -0,0 +1,31 @@ +[gd_scene load_steps=3 format=3 uid="uid://b5yss2p8c83cp"] + +[ext_resource type="Script" uid="uid://b1l4nnky23hwo" path="res://addons/escoria-core/game/scenes/inventory/inventory_ui.gd" id="1"] +[ext_resource type="Script" uid="uid://c4syt26p7mg66" path="res://addons/escoria-core/ui_library/inventory/esc_inventory_container.gd" id="3"] + +[node name="inventory_ui" type="PanelContainer"] +offset_right = 600.0 +offset_bottom = 175.0 +script = ExtResource("1") +__meta__ = { +"_edit_use_anchors_": false +} +inventory_ui_container = NodePath("ScrollContainer/GridContainer") + +[node name="ScrollContainer" type="ScrollContainer" parent="."] +offset_left = 7.0 +offset_top = 7.0 +offset_right = 593.0 +offset_bottom = 168.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 + +[node name="GridContainer" type="GridContainer" parent="ScrollContainer"] +offset_right = 586.0 +offset_bottom = 161.0 +size_flags_horizontal = 3 +size_flags_vertical = 3 +theme_override_constants/v_separation = 16 +theme_override_constants/h_separation = 16 +columns = 4 +script = ExtResource("3") |
