CommitLog |

This commit is contained in:
SilicaAndPina 2021-03-18 18:57:25 +13:00
parent 82965bb8bb
commit 242b257004
5 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;