Enable actual command execution again, when playing cards

This commit is contained in:
blinry 2020-11-03 13:08:07 +01:00
parent 977a085940
commit 751434c4d8
4 changed files with 19 additions and 32 deletions
scenes

View file

@ -23,6 +23,8 @@ corner_radius_bottom_left = 5
[node name="Node" type="Node2D"]
script = ExtResource( 2 )
[node name="DropArea" parent="." instance=ExtResource( 6 )]
[node name="Arrows" type="Node2D" parent="."]
z_index = -1
@ -58,8 +60,6 @@ __meta__ = {
[node name="Pop" type="AudioStreamPlayer2D" parent="."]
stream = ExtResource( 5 )
[node name="DropArea" parent="." instance=ExtResource( 6 )]
[node name="Area2D" type="Area2D" parent="."]
[node name="CollisionShape2D" type="CollisionShape2D" parent="Area2D"]