mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
sprites can be rendered across the world seam
This commit is contained in:
@@ -11,8 +11,8 @@ import net.torvald.terrarum.console.Echo
|
||||
internal object Seed : ConsoleCommand {
|
||||
|
||||
override fun execute(args: Array<String>) {
|
||||
Echo("Map$ccW: $ccG${(Terrarum.ingame!!.world).generatorSeed}")
|
||||
println("[seed] Map$ccW: $ccG${(Terrarum.ingame!!.world).generatorSeed}")
|
||||
Echo("Map$ccW: $ccG${(INGAME.world).generatorSeed}")
|
||||
println("[seed] Map$ccW: $ccG${(INGAME.world).generatorSeed}")
|
||||
// TODO display randomiser seed
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user