mirror of
https://github.com/git-learning-game/oh-my-git.git
synced 2025-05-09 05:02:22 +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
|
@ -10,6 +10,7 @@ radius = 23.5871
|
|||
"drop_areas",
|
||||
]]
|
||||
position = Vector2( -0.197731, 0.0673599 )
|
||||
z_index = -2
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="Area2D" type="Area2D" parent="."]
|
||||
|
@ -18,12 +19,11 @@ script = ExtResource( 1 )
|
|||
shape = SubResource( 1 )
|
||||
|
||||
[node name="Highlight" type="Node2D" parent="."]
|
||||
visible = false
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="Highlight"]
|
||||
modulate = Color( 0.65098, 0.560784, 0.890196, 0.533333 )
|
||||
position = Vector2( -0.302719, 0.302704 )
|
||||
scale = Vector2( 1.64865, 1.64865 )
|
||||
position = Vector2( -0.302734, -1.13884 )
|
||||
scale = Vector2( 0.921018, 0.921018 )
|
||||
texture = ExtResource( 2 )
|
||||
[connection signal="mouse_entered" from="Area2D" to="." method="_mouse_entered"]
|
||||
[connection signal="mouse_exited" from="Area2D" to="." method="_mouse_exited"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue