spaceinator/scripts/get_chunk_seed.gml

4 lines
83 B
Plaintext

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