mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 19:44:05 +09:00
layer export: tested output seems legit but can't confirm
This commit is contained in:
@@ -24,7 +24,7 @@ import kotlin.system.measureNanoTime
|
||||
*/
|
||||
class BuildingMaker(batch: SpriteBatch) : IngameInstance(batch) {
|
||||
|
||||
val gameWorld = GameWorldExtension(1024, 256)
|
||||
val gameWorld = GameWorldExtension(1, 1024, 256)
|
||||
|
||||
init {
|
||||
// ghetto world for building
|
||||
|
||||
Reference in New Issue
Block a user