Some code style fixes. Fixed enemy spawning

This commit is contained in:
2025-12-07 23:51:00 +03:00
parent c594f561a5
commit a19a5eeb80
23 changed files with 100 additions and 98 deletions
+1
View File
@@ -21,5 +21,6 @@ func _input(event: InputEvent) -> void:
if not input_direction.is_zero_approx():
blink.emit(input_direction)
func _get_input_direction() -> Vector2:
return Input.get_vector("move_left", "move_right", "move_up", "move_down")