diff --git a/Assets/Pinkend.ttf b/Assets/Pinkend.ttf new file mode 100644 index 0000000..cf3ff7f Binary files /dev/null and b/Assets/Pinkend.ttf differ diff --git a/Credits.txt b/Credits.txt index 8e7b401..9ac787e 100644 --- a/Credits.txt +++ b/Credits.txt @@ -1,3 +1,6 @@ Font (Creative Commons Attribution License (CC BY)) RollandinEmilie by Emilie @ http://www.archistico.com/ +------------ +Font (Creative Commons Attribution-NoDerivs License (CC BY-ND)) +Syafrizal a.k.a. Khurasan @ https://www.paypal.me/khurasantype ------------ \ No newline at end of file diff --git a/Sources/Main.hx b/Sources/Main.hx new file mode 100644 index 0000000..cd4dbf2 --- /dev/null +++ b/Sources/Main.hx @@ -0,0 +1,26 @@ +// 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