2020-11-03 12:39:40 +01:00
|
|
|
[gd_scene load_steps=4 format=2]
|
2020-10-13 14:16:36 +02:00
|
|
|
|
2020-10-26 19:15:47 +01:00
|
|
|
[ext_resource path="res://scenes/drop_area.gd" type="Script" id=1]
|
2020-11-03 12:39:40 +01:00
|
|
|
[ext_resource path="res://nodes/blob.svg" type="Texture" id=2]
|
2020-10-13 14:16:36 +02:00
|
|
|
|
|
|
|
[sub_resource type="CircleShape2D" id=1]
|
|
|
|
radius = 23.5871
|
|
|
|
|
2020-11-03 12:39:40 +01:00
|
|
|
[node name="DropArea" type="Node2D" groups=[
|
|
|
|
"drop_areas",
|
|
|
|
]]
|
2020-10-13 14:16:36 +02:00
|
|
|
position = Vector2( -0.197731, 0.0673599 )
|
2020-11-07 13:59:47 +01:00
|
|
|
z_index = 2
|
2020-10-13 14:16:36 +02:00
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="Area2D" type="Area2D" parent="."]
|
2020-11-07 13:59:47 +01:00
|
|
|
input_pickable = false
|
|
|
|
collision_layer = 0
|
|
|
|
collision_mask = 524288
|
2020-10-13 14:16:36 +02:00
|
|
|
|
|
|
|
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]
|
|
|
|
shape = SubResource( 1 )
|
2020-11-03 12:39:40 +01:00
|
|
|
|
|
|
|
[node name="Highlight" type="Node2D" parent="."]
|
|
|
|
|
|
|
|
[node name="Sprite" type="Sprite" parent="Highlight"]
|
2020-11-03 14:39:54 +01:00
|
|
|
modulate = Color( 0.847059, 0.788235, 0.996078, 0.533333 )
|
|
|
|
position = Vector2( 0.177797, -0.65835 )
|
|
|
|
scale = Vector2( 1.23678, 1.23678 )
|
2020-11-03 12:39:40 +01:00
|
|
|
texture = ExtResource( 2 )
|
2020-11-07 13:59:47 +01:00
|
|
|
[connection signal="area_entered" from="Area2D" to="." method="_mouse_entered"]
|
|
|
|
[connection signal="area_exited" from="Area2D" to="." method="_mouse_exited"]
|