zekene20 wrote: ↑Tue Mar 12, 2024 12:27 pm
Is there a way to make sizeable warps? It would be so much easier than making an individual warp for each block.
Code: Select all
-- put the following into your level's luna.lua file
function onStart()
local w = Warp(*insert warp index number here*)
w.entranceWidth = 64
w.entranceHeight = 64
w.exitWidth = 64
w.exitHeight = 64
end