mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-07 05:02:04 +02:00
Enable actual command execution again, when playing cards
This commit is contained in:
parent
977a085940
commit
751434c4d8
4 changed files with 19 additions and 32 deletions
scenes
|
@ -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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue