From 6db2d34e0fe6662e329537d64b951f4922539ee5 Mon Sep 17 00:00:00 2001 From: Justus Wolff Date: Sun, 15 Feb 2026 11:44:07 +0100 Subject: [PATCH] reset camera on load --- src/main.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.lua b/src/main.lua index e6e91d3..ef459aa 100644 --- a/src/main.lua +++ b/src/main.lua @@ -157,6 +157,7 @@ local function newdesign() content = textutils.unserialiseJSON(content) dimensions = content["dimensions"] buf = content["buf"] + camx,camy,currentfloor = 0,0,1 end end if action == 4 then -- change X size