Update
This commit is contained in:
parent
73ba51a812
commit
350084a913
BIN
Assets/Pinkend.ttf
Normal file
BIN
Assets/Pinkend.ttf
Normal file
Binary file not shown.
@ -1,3 +1,6 @@
|
|||||||
Font (Creative Commons Attribution License (CC BY))
|
Font (Creative Commons Attribution License (CC BY))
|
||||||
RollandinEmilie by Emilie @ http://www.archistico.com/
|
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
|
||||||
|
------------
|
26
Sources/Main.hx
Normal file
26
Sources/Main.hx
Normal file
@ -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
|
||||||
|
);
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user