switching up some more clicking
This commit is contained in:
+4
-4
@@ -11,9 +11,9 @@ self_modulate = Color(0, 0, 0, 1)
|
||||
texture = ExtResource("1_vedim")
|
||||
script = ExtResource("1_k1sas")
|
||||
|
||||
[node name="Area" type="Area2D" parent="." unique_id=620986087]
|
||||
[node name="HoverBounds" type="Area2D" parent="." unique_id=620986087]
|
||||
|
||||
[node name="Bounds" type="CollisionShape2D" parent="Area" unique_id=1639875880]
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="HoverBounds" unique_id=1639875880]
|
||||
position = Vector2(0, 0.5)
|
||||
shape = SubResource("RectangleShape2D_vedim")
|
||||
debug_color = Color(0.6411928, 0.52469516, 0, 0.41960785)
|
||||
@@ -24,5 +24,5 @@ position = Vector2(25, -50)
|
||||
[node name="AttackSpawn" type="Marker2D" parent="." unique_id=715904909]
|
||||
position = Vector2(0, -24)
|
||||
|
||||
[connection signal="mouse_entered" from="Area" to="." method="OnMouseEntered"]
|
||||
[connection signal="mouse_exited" from="Area" to="." method="OnMouseExited"]
|
||||
[connection signal="mouse_entered" from="HoverBounds" to="." method="OnMouseEntered"]
|
||||
[connection signal="mouse_exited" from="HoverBounds" to="." method="OnMouseExited"]
|
||||
|
||||
Reference in New Issue
Block a user