mirror of
https://port.numenaute.org/aleajactaest/khanat-client.git
synced 2024-11-09 08:49:05 +00:00
38 lines
1.2 KiB
Text
38 lines
1.2 KiB
Text
[gd_scene load_steps=6 format=2]
|
|
|
|
[ext_resource path="res://assets/fonts/IMMORTAL.ttf" type="DynamicFontData" id=1]
|
|
[ext_resource path="res://scenes/interfaces/inventory_window/items_box.gd" type="Script" id=2]
|
|
[ext_resource path="res://scenes/interfaces/inventory_window/inventory_box.gd" type="Script" id=4]
|
|
|
|
[sub_resource type="DynamicFont" id=1]
|
|
size = 10
|
|
outline_size = 2
|
|
outline_color = Color( 0, 0, 0, 1 )
|
|
font_data = ExtResource( 1 )
|
|
|
|
[sub_resource type="Theme" id=2]
|
|
default_font = SubResource( 1 )
|
|
|
|
[node name="inventory_box" type="VBoxContainer"]
|
|
margin_left = 474.0
|
|
margin_right = 506.0
|
|
size_flags_horizontal = 11
|
|
script = ExtResource( 4 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="scroll_item_box" type="ScrollContainer" parent="."]
|
|
margin_right = 32.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 11
|
|
scroll_horizontal_enabled = false
|
|
|
|
[node name="items_box" type="GridContainer" parent="scroll_item_box"]
|
|
margin_right = 32.0
|
|
size_flags_horizontal = 11
|
|
theme = SubResource( 2 )
|
|
custom_constants/vseparation = 8
|
|
custom_constants/hseparation = 8
|
|
script = ExtResource( 2 )
|
|
[connection signal="resized" from="scroll_item_box/items_box" to="scroll_item_box/items_box" method="_on_items_box_resized"]
|