diff --git a/Credits.txt b/Credits.txt new file mode 100644 index 0000000..8e7b401 --- /dev/null +++ b/Credits.txt @@ -0,0 +1,3 @@ +Font (Creative Commons Attribution License (CC BY)) +RollandinEmilie by Emilie @ http://www.archistico.com/ +------------ \ No newline at end of file diff --git a/PuzzlePocalypse_LNX.blend b/PuzzlePocalypse_LNX.blend index 0ddbc1a..afd1d11 100644 Binary files a/PuzzlePocalypse_LNX.blend and b/PuzzlePocalypse_LNX.blend differ diff --git a/Sources/Main.hx b/Sources/Main.hx deleted file mode 100644 index cd4dbf2..0000000 --- a/Sources/Main.hx +++ /dev/null @@ -1,26 +0,0 @@ -// Auto-generated -package; - -class Main { - public static inline var projectName = 'PuzzlePocalypse_LNX'; - public static inline var projectVersion = '1.0.0'; - public static inline var projectPackage = 'lnx'; - - public static function main() { - iron.object.BoneAnimation.skinMaxBones = 8; - iron.object.LightObject.cascadeCount = 4; - iron.object.LightObject.cascadeSplitFactor = 0.800000011920929; - leenkx.system.Starter.main( - 'Scene', - 0, - false, - true, - false, - 1920, - 1080, - 1, - true, - leenkx.renderpath.RenderPathCreator.get - ); - } -} \ No newline at end of file