Updated default swf-version to 17 (latest Haxe 3.2.1 seems to allow)

This commit is contained in:
Joshua Granick
2017-05-16 13:51:53 -07:00
committed by GitHub
parent c519a83531
commit a432b3ca27

View File

@@ -125,7 +125,7 @@ class HXProject {
templatePaths = _templatePaths.copy ();
defaultMeta = { title: "MyApplication", description: "", packageName: "com.example.myapp", version: "1.0.0", company: "", companyUrl: "", buildNumber: null, companyId: "" }
defaultApp = { main: "Main", file: "MyApplication", path: "bin", preloader: "", swfVersion: 11.2, url: "", init: null }
defaultApp = { main: "Main", file: "MyApplication", path: "bin", preloader: "", swfVersion: 17, url: "", init: null }
defaultWindow = { 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: false, stencilBuffer: false }
platformType = PlatformType.DESKTOP;