26 lines
701 B
Haxe
Raw Normal View History

2025-03-24 16:37:44 -06:00
// Auto-generated
package;
class Main {
2025-03-25 07:41:12 +01:00
public static inline var projectName = 'PuzzlePocalypse_LNX';
public static inline var projectVersion = '1.0.0';
2025-03-25 07:28:02 +01:00
public static inline var projectPackage = 'lnx';
2025-03-24 16:37:44 -06:00
public static function main() {
iron.object.BoneAnimation.skinMaxBones = 8;
iron.object.LightObject.cascadeCount = 4;
iron.object.LightObject.cascadeSplitFactor = 0.800000011920929;
2025-03-25 07:28:02 +01:00
leenkx.system.Starter.main(
2025-03-24 16:37:44 -06:00
'Scene',
0,
2025-03-25 07:41:12 +01:00
false,
2025-03-24 16:37:44 -06:00
true,
2025-03-25 07:41:12 +01:00
false,
2025-03-24 16:37:44 -06:00
1920,
1080,
1,
true,
2025-03-25 07:28:02 +01:00
leenkx.renderpath.RenderPathCreator.get
2025-03-24 16:37:44 -06:00
);
}
}