CommitLog |

This commit is contained in:
JoshuanBurger12 2021-03-18 19:01:07 +13:00
parent 82965bb8bb
commit e2a6b539a5
6 changed files with 12 additions and 2 deletions

View file

@ -0,0 +1,3 @@
///get_chunk_seed(x,y)
return x*193 + y*391 + obj_controller_world_gen.WorldSeed;