[gd_scene load_steps=4 format=2] [ext_resource path="res://addons/kh_window/kh_window.gd" type="Script" id=1] [ext_resource path="res://scenes/interfaces/inventory_window/inventory_box.tscn" type="PackedScene" id=2] [ext_resource path="res://assets/interfaces/windows/window_frame.png" type="Texture" id=3] [node name="inventory_window" type="MarginContainer"] anchor_left = 0.5 anchor_top = 0.5 anchor_right = 0.5 anchor_bottom = 0.5 margin_left = -642.158 margin_top = -360.0 margin_right = -514.158 margin_bottom = -232.0 rect_min_size = Vector2( 128, 128 ) size_flags_horizontal = 2 size_flags_vertical = 2 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } title = "inventaire" background_texture = ExtResource( 3 ) [node name="content_box" type="VBoxContainer" parent="."] margin_right = 128.0 margin_bottom = 128.0 [node name="inventory_box" parent="content_box" instance=ExtResource( 2 )] margin_left = 0.0 margin_right = 128.0 margin_bottom = 128.0 size_flags_vertical = 3