Skip to content

1.0.0

Compare
Choose a tag to compare
@KeeVeeGames KeeVeeGames released this 09 Oct 17:48
· 19 commits to main since this release

Place the executable inside #shady directory.
Create or modify compiler scripts in your project location to include the code:

Windows Batch Files


pre_build_step.bat

%~dp0\#shady\Shady %~dp0 --pre


post_textures.bat

%~dp0\#shady\Shady %~dp0 --post
Linux / MacOS Shell Scripts


pre_build_step.sh

#!/bin/bash

${0%/*}/#shady/Shady ${0%/*} --pre


post_textures.sh

#!/bin/bash

${0%/*}/#shady/Shady ${0%/*} --post