mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-17 05:54:05 +09:00
code cleanup, shortening things
Former-commit-id: d1c81cf3207fff4dd311e9b6c3beb04c194aebc5 Former-commit-id: 26f5042ba41cd577e681a22465435945434c864b
This commit is contained in:
@@ -10,10 +10,10 @@ internal object Seed : ConsoleCommand {
|
||||
val ccG = GameFontBase.colToCode["g"]
|
||||
val ccW = GameFontBase.colToCode["w"]
|
||||
val ccY = GameFontBase.colToCode["y"]
|
||||
// tsalagi
|
||||
|
||||
override fun execute(args: Array<String>) {
|
||||
Echo("Map$ccW: $ccG${Terrarum.ingame.world.generatorSeed}")
|
||||
println("[seed] Map$ccW: $ccG${Terrarum.ingame.world.generatorSeed}")
|
||||
// TODO display randomiser seed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user