A small and simple Lua preprocessor for Defold. This extension hooks into the Lua builder plugin system in bob.
Defold version 1.4.2 or higher
To use this library in your Defold project, add the needed version URL to your game.project dependencies from Releases
-- Use one of the following keywords: RELEASE, DEBUG or HEADLESS
--#IF DEBUG
local lives_num = 999
--#ELSE
local lives_num = 3
--#ENDIFIf you have any issues, questions or suggestions please create an issue
