mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2024-11-03 19:04:40 +01:00
18 lines
564 B
Text
18 lines
564 B
Text
|
[gd_scene load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://drop_area.gd" type="Script" id=1]
|
||
|
|
||
|
[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"]
|