2020-11-17 17:07:16 +01:00
|
|
|
[gd_scene load_steps=5 format=2]
|
2020-11-17 16:27:16 +01:00
|
|
|
|
|
|
|
[ext_resource path="res://nodes/head.svg" type="Texture" id=1]
|
|
|
|
[ext_resource path="res://fonts/default.tres" type="DynamicFont" id=2]
|
|
|
|
[ext_resource path="res://scenes/item.gd" type="Script" id=3]
|
2020-11-17 17:07:16 +01:00
|
|
|
[ext_resource path="res://scenes/drop_area.tscn" type="PackedScene" id=4]
|
2020-11-17 16:27:16 +01:00
|
|
|
|
|
|
|
[node name="Item" type="Node2D"]
|
2020-11-24 17:34:46 +01:00
|
|
|
z_index = 10
|
2020-11-17 16:27:16 +01:00
|
|
|
script = ExtResource( 3 )
|
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="."]
|
|
|
|
position = Vector2( 0.763641, 1.03008 )
|
|
|
|
scale = Vector2( 0.700258, 0.700258 )
|
|
|
|
texture = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
|
|
margin_left = -63.2723
|
|
|
|
margin_top = 42.4548
|
|
|
|
margin_right = 62.7277
|
|
|
|
margin_bottom = 71.4548
|
|
|
|
custom_fonts/font = ExtResource( 2 )
|
|
|
|
text = "you"
|
|
|
|
align = 1
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Status" type="Sprite" parent="."]
|
|
|
|
position = Vector2( 34.3633, -34.3633 )
|
2020-11-17 17:07:16 +01:00
|
|
|
|
|
|
|
[node name="DropArea" parent="." instance=ExtResource( 4 )]
|