Populate additional Config values, use company name and file name for preference path
This commit is contained in:
@@ -64,14 +64,18 @@ class ApplicationMain {
|
||||
antialiasing: Std.int (::WIN_ANTIALIASING::),
|
||||
background: Std.int (::WIN_BACKGROUND::),
|
||||
borderless: ::WIN_BORDERLESS::,
|
||||
company: "::META_COMPANY::",
|
||||
depthBuffer: ::WIN_DEPTH_BUFFER::,
|
||||
file: "::APP_FILE::",
|
||||
fps: Std.int (::WIN_FPS::),
|
||||
fullscreen: ::WIN_FULLSCREEN::,
|
||||
height: Std.int (::WIN_HEIGHT::),
|
||||
orientation: "::WIN_ORIENTATION::",
|
||||
packageName: "::META_PACKAGE_NAME::",
|
||||
resizable: ::WIN_RESIZABLE::,
|
||||
stencilBuffer: ::WIN_STENCIL_BUFFER::,
|
||||
title: "::APP_TITLE::",
|
||||
version: "::META_VERSION::",
|
||||
vsync: ::WIN_VSYNC::,
|
||||
width: Std.int (::WIN_WIDTH::),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user