Since it doesn't all go in main.lua, right? I'm not sure if this is the most efficient way, but my idea was to make a different .lua file for each screen, but I'm not sure where to go from there. The screen happens immediately when I call
Code: Select all
require 'examplefile'
So how do I do this? Or is there a different, "standard" way to do it? If so please let me know, thanks