Update
This commit is contained in:
3
Credits.txt
Normal file
3
Credits.txt
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
Font (Creative Commons Attribution License (CC BY))
|
||||||
|
RollandinEmilie by Emilie @ http://www.archistico.com/
|
||||||
|
------------
|
Binary file not shown.
@ -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
|
|
||||||
);
|
|
||||||
}
|
|
||||||
}
|
|
Reference in New Issue
Block a user