Posted October 20, 2024 by AlsoFunGames
- Fixed the enemies spawning outside the camera view by using the Camera3D function is_position_in_frustum().
- Increased enemy spawn rate to increase difficulty and more game play.
@export var enemy_multiplier: int = 15
- Increased the rate that the enemies that spawn.
random_spawn_time = randf_range(0.7, 1.2)
ENJOY!