This was so easy! I should have done this months ago! So much slogging new nodes across the work surface.
GAVIPVVABI6MDYEUET5MNJFTQYWBDBHL4DQQAL23IQEKOXB67MSQC
O5GJ6PNNBYHH4X3DU4XOB7IDJ4QEW5KXFETIDUJESBUKJYXBSYYAC
IBQT4VPSPFH6QFC5YNFWWPIWDY3FRCDSGPT55VTAUAIG6O3CDRIAC
IWAIL5L3K33LGZLWGSKYLHWQPJANWI3O4UE5DAPCA7MLWK757FXAC
R5QXEHUIZLELJGGCZAE7ATNS3CLRJ7JFRENMGH4XXH24C5WABZDQC
7TQAF4BYIK75EEYCCK7VEUSZHNCWMWIA3HZGQKIILYESUZ5ZZRVQC
Spawn_point = {x=0, y=0}-- idea: command to move the spawn point around-- but we don't have a command palette yet
Spawn_point = {x=0, y=0}
-- idea: command to move the spawn point around
-- but we don't have a command palette yet
local p = spawn_point()
x=Spawn_point.x, y=Spawn_point.y,
x=p.x, y=p.y,
Viewport.x = Spawn_point.x-30 Viewport.y = Spawn_point.y-30
Viewport.x = Spawn_point.x-30
Viewport.y = Spawn_point.y-30
end