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
2021-03-18 18:57:25 +13:00

3 lines
83 B
Text

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