Closed octopuddle closed 1 month ago
_enemy_spawner.stop() _health_potion_spawner.stop()
should read
_enemy_spawner.stop_timer() _health_potion_spawner.stop_timer()
Indeed! I added it to the errate 👌
_enemy_spawner.stop() _health_potion_spawner.stop()
should read
_enemy_spawner.stop_timer() _health_potion_spawner.stop_timer()