PacktPublishing / Learning-GDScript-by-Developing-a-Game-with-Godot-4

Learning GDScript by Developing a Game with Godot 4, published by Packt
MIT License
17 stars 8 forks source link

P233 Incorrect code #8

Closed octopuddle closed 1 month ago

octopuddle commented 3 months ago

_enemy_spawner.stop() _health_potion_spawner.stop()

should read

_enemy_spawner.stop_timer() _health_potion_spawner.stop_timer()

SanderVanhove commented 1 month ago

Indeed! I added it to the errate 👌