mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-12 02:55:55 +00:00
Tabbed inventory
This commit is contained in:
parent
c81a92679b
commit
6d7282f5cb
214 changed files with 9329 additions and 186 deletions
|
|
@ -0,0 +1,23 @@
|
|||
[gd_scene load_steps=3 format=3 uid="uid://d1s6oihqedvo5"]
|
||||
|
||||
[ext_resource type="Script" path="res://addons/resources_spreadsheet_view/main_screen/table_header.gd" id="1_5fd1m"]
|
||||
[ext_resource type="Script" path="res://addons/resources_spreadsheet_view/editor_icon_button.gd" id="2_0ymob"]
|
||||
|
||||
[node name="Header" type="HBoxContainer"]
|
||||
offset_right = 179.0
|
||||
offset_bottom = 31.0
|
||||
size_flags_horizontal = 3
|
||||
script = ExtResource("1_5fd1m")
|
||||
|
||||
[node name="Button" type="Button" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 0
|
||||
text = "resource_name"
|
||||
clip_text = true
|
||||
|
||||
[node name="Button2" type="MenuButton" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 9
|
||||
script = ExtResource("2_0ymob")
|
||||
icon_name = "ArrowDown"
|
||||
Loading…
Add table
Add a link
Reference in a new issue