2020-10-03 14:00:15 +00:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://MiscCodes/Item.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="Item" type="Node2D"]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="TextureRect" type="TextureRect" parent="."]
|
2023-03-25 20:42:54 +00:00
|
|
|
offset_left = 2.0
|
|
|
|
offset_top = 2.0
|
|
|
|
offset_right = 118.0
|
|
|
|
offset_bottom = 118.0
|
|
|
|
custom_minimum_size = Vector2( 116, 116 )
|
2020-10-03 14:00:15 +00:00
|
|
|
expand = true
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|