This repository has been archived on 2025-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
spaceinator/scripts/get_chunk_seed.gml
JoshuanBurger12 e2a6b539a5 CommitLog |
2021-03-18 19:01:07 +13:00

3 lines
83 B
Text

///get_chunk_seed(x,y)
return x*193 + y*391 + obj_controller_world_gen.WorldSeed;