3 lines
83 B
Text
3 lines
83 B
Text
///get_chunk_seed(x,y)
|
|
return x*193 + y*391 + obj_controller_world_gen.WorldSeed;
|
|
|