Chapter
Rust Roguelike Tutorial - Chapter 46 - Data-Driven Spawning
· ☕ 1 min read
Chapter 46 expands upon the previous Data-Driven work by also making entity spawning driven by your JSON files. So now you can quickly build new monsters, items and props - and decide where they spawn without editing your Rust code.