working some more on enemy movement, they stilldon't always want to move to the sides when they reach the front so still some more work to do. also updated the aiming a bit to clamp the arc for firing and drawing, rewrote the draw arc function
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ debug_color = Color(0.6411928, 0.52469516, 0, 0.41960785)
|
||||
position = Vector2(25, -50)
|
||||
|
||||
[node name="AttackSpawn" type="Marker2D" parent="." unique_id=715904909]
|
||||
position = Vector2(0, 50)
|
||||
position = Vector2(0, -24)
|
||||
|
||||
[connection signal="mouse_entered" from="Area" to="." method="OnMouseEntered"]
|
||||
[connection signal="mouse_exited" from="Area" to="." method="OnMouseExited"]
|
||||
|
||||
Reference in New Issue
Block a user