Posted June 21, 2024 by Marcos Donnantuoni
In this video I show two optimizations I added recently to the game; one involves returning to Godot's internal RNG instead of the custom GDScript one I made (it was rather slow) and another is about pre-splitting level data to speed up the loading time.