Run Haxe formatter
This commit is contained in:
@@ -31,55 +31,56 @@ class AIRPlatform extends FlashPlatform
|
||||
|
||||
var defaults = new HXProject();
|
||||
|
||||
defaults.meta = {
|
||||
title: "MyApplication",
|
||||
description: "",
|
||||
packageName: "com.example.myapp",
|
||||
version: "1.0.0",
|
||||
company: "",
|
||||
companyUrl: "",
|
||||
buildNumber: null,
|
||||
companyId: ""
|
||||
};
|
||||
defaults.meta =
|
||||
{
|
||||
title: "MyApplication",
|
||||
description: "",
|
||||
packageName: "com.example.myapp",
|
||||
version: "1.0.0",
|
||||
company: "",
|
||||
companyUrl: "",
|
||||
buildNumber: null,
|
||||
companyId: ""
|
||||
};
|
||||
|
||||
defaults.app =
|
||||
{
|
||||
main: "Main",
|
||||
file: "MyApplication",
|
||||
path: "bin",
|
||||
preloader: "",
|
||||
swfVersion: 17,
|
||||
url: "",
|
||||
init: null
|
||||
};
|
||||
{
|
||||
main: "Main",
|
||||
file: "MyApplication",
|
||||
path: "bin",
|
||||
preloader: "",
|
||||
swfVersion: 17,
|
||||
url: "",
|
||||
init: null
|
||||
};
|
||||
|
||||
defaults.window =
|
||||
{
|
||||
width: 800,
|
||||
height: 600,
|
||||
parameters: "{}",
|
||||
background: 0xFFFFFF,
|
||||
fps: 30,
|
||||
hardware: true,
|
||||
display: 0,
|
||||
resizable: true,
|
||||
borderless: false,
|
||||
orientation: Orientation.AUTO,
|
||||
vsync: false,
|
||||
fullscreen: false,
|
||||
allowHighDPI: true,
|
||||
alwaysOnTop: false,
|
||||
antialiasing: 0,
|
||||
allowShaders: true,
|
||||
requireShaders: false,
|
||||
depthBuffer: true,
|
||||
stencilBuffer: true,
|
||||
colorDepth: 32,
|
||||
maximized: false,
|
||||
minimized: false,
|
||||
hidden: false,
|
||||
title: ""
|
||||
};
|
||||
{
|
||||
width: 800,
|
||||
height: 600,
|
||||
parameters: "{}",
|
||||
background: 0xFFFFFF,
|
||||
fps: 30,
|
||||
hardware: true,
|
||||
display: 0,
|
||||
resizable: true,
|
||||
borderless: false,
|
||||
orientation: Orientation.AUTO,
|
||||
vsync: false,
|
||||
fullscreen: false,
|
||||
allowHighDPI: true,
|
||||
alwaysOnTop: false,
|
||||
antialiasing: 0,
|
||||
allowShaders: true,
|
||||
requireShaders: false,
|
||||
depthBuffer: true,
|
||||
stencilBuffer: true,
|
||||
colorDepth: 32,
|
||||
maximized: false,
|
||||
minimized: false,
|
||||
hidden: false,
|
||||
title: ""
|
||||
};
|
||||
|
||||
if (project.targetFlags.exists("ios") || project.targetFlags.exists("android"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user