This is small lua library for level entering without level extension (.lvlx or .lvl) to hide star count (there was such feature in 1.3, it was removed in 2.0). Works in warps to level and level objects in world map
You can use in episode, level or everywhere (save to scripts\base)
Code: Select all
require("levelEnteringWithoutExtension") -- in luna.lua (for warps to level) and/or map.lua (for level objects in world map), or at the end of lunabase.lua for all levels and episodes
Download