Populate additional Config values, use company name and file name for preference path

This commit is contained in:
Joshua Granick
2015-03-19 14:16:31 -07:00
parent 057a1b082e
commit ea0db8f13f
6 changed files with 50 additions and 16 deletions

View File

@@ -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::),