25 lines
718 B
Text
25 lines
718 B
Text
[gd_scene load_steps=2 format=3 uid="uid://cl4squ3cegosj"]
|
|
|
|
[ext_resource type="Script" uid="uid://d1ixiojxt27x7" path="res://01 - Menus/03 - Sheets/item.gd" id="1_sscaq"]
|
|
|
|
[node name="item" type="Node2D"]
|
|
script = ExtResource("1_sscaq")
|
|
|
|
[node name="tabs" type="ColorRect" parent="."]
|
|
offset_top = -256.0
|
|
offset_right = 384.0
|
|
offset_bottom = 1184.0
|
|
color = Color(0.047058824, 0.07058824, 0.09803922, 1)
|
|
|
|
[node name="scroll" type="ScrollContainer" parent="."]
|
|
clip_contents = false
|
|
offset_left = 64.0
|
|
offset_top = 64.0
|
|
offset_right = 320.0
|
|
offset_bottom = 960.0
|
|
|
|
[node name="container" type="VBoxContainer" parent="scroll"]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|