2020-10-13 14:16:36 +02:00
|
|
|
[gd_scene load_steps=3 format=2]
|
|
|
|
|
2020-10-26 19:15:47 +01:00
|
|
|
[ext_resource path="res://scenes/drop_area.gd" type="Script" id=1]
|
|
|
|
|
2020-10-13 14:16:36 +02:00
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
|
|
radius = 23.5871
|
|
|
|
|
|
|
|
[node name="DropArea" type="Node2D"]
|
|
|
|
position = Vector2( -0.197731, 0.0673599 )
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
|
|
shape = SubResource( 1 )
|
|
|
|
[connection signal="mouse_entered" from="Area2D" to="." method="_mouse_entered"]
|
|
|
|
[connection signal="mouse_exited" from="Area2D" to="." method="_mouse_exited"]
|