Skip to content

Commit

Permalink
Scene
Browse files Browse the repository at this point in the history
  • Loading branch information
Oen44 authored Sep 28, 2018
1 parent dfe6241 commit 2e88024
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions Inventory.tscn
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
[gd_scene load_steps=2 format=2]

[ext_resource path="res://Inventory.gd" type="Script" id=1]

[node name="Node" type="Node" index="0"]

[node name="Panel" type="Panel" parent="." index="0"]

anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_right = 160.0
margin_bottom = 200.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 2
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
_sections_unfolded = [ "Mouse", "Rect" ]

[node name="GridContainer" type="GridContainer" parent="Panel" index="0"]

anchor_left = 0.0
anchor_top = 0.0
anchor_right = 0.0
anchor_bottom = 0.0
margin_left = 6.0
margin_top = 7.0
margin_right = 154.0
margin_bottom = 193.0
rect_pivot_offset = Vector2( 0, 0 )
rect_clip_content = false
mouse_filter = 2
mouse_default_cursor_shape = 0
size_flags_horizontal = 1
size_flags_vertical = 1
columns = 4
script = ExtResource( 1 )
_sections_unfolded = [ "Mouse" ]
__meta__ = {
"_edit_group_": true
}


0 comments on commit 2e88024

Please sign in to comment.