mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 08:36:07 +09:00
finally decided the world size of small/normal/large/huge
This commit is contained in:
@@ -38,9 +38,13 @@ class UIProxyNewRandomGame : UICanvas() {
|
||||
|
||||
|
||||
val ingame = TerrarumIngame(AppLoader.batch)
|
||||
val worldParam = TerrarumIngame.NewWorldParameters(2400, 800, 0x51621DL)
|
||||
//val worldParam = TerrarumIngame.NewWorldParameters(2400, 800, HQRNG().nextLong())
|
||||
//val worldParam = TerrarumIngame.NewWorldParameters(8192, 2048, 0x51621DL)
|
||||
val worldParam = TerrarumIngame.NewWorldParameters(2400, 1280, 0x51621DL)
|
||||
//val worldParam = TerrarumIngame.NewWorldParameters(2400, 1280, HQRNG().nextLong())
|
||||
|
||||
//val worldParam = TerrarumIngame.NewWorldParameters(6000, 1800, 0x51621DL)
|
||||
//val worldParam = TerrarumIngame.NewWorldParameters(9000, 2250, 0x51621DL)
|
||||
//val worldParam = TerrarumIngame.NewWorldParameters(13500, 3000, 0x51621DL)
|
||||
//val worldParam = TerrarumIngame.NewWorldParameters(22500, 4500, 0x51621DL)
|
||||
ingame.gameLoadInfoPayload = worldParam
|
||||
ingame.gameLoadMode = TerrarumIngame.GameLoadMode.CREATE_NEW
|
||||
|
||||
|
||||
Reference in New Issue
Block a user