Hi!
I’d like to have several scenes, each of them having its own tilemap.
To do so, I need to “dynamically” require my lua files, with a variable inserted into the path.
Ex (test):
The entire path seems to be broken by the inserted variable, so… I assume the “require” path is not a simple string that I can edit at will (would have been too easy )
Is there a method to dynamically require a file?