CommitLog |
This commit is contained in:
parent
82965bb8bb
commit
242b257004
5 changed files with 12 additions and 2 deletions
3
scripts/get_chunk_seed.gml
Normal file
3
scripts/get_chunk_seed.gml
Normal file
|
@ -0,0 +1,3 @@
|
|||
///get_chunk_seed(x,y)
|
||||
return x*193 + y*391 + obj_controller_world_gen.WorldSeed;
|
||||
|
Reference in a new issue