Expose Application.window, and define config.background for all platforms

This commit is contained in:
Joshua Granick
2014-06-20 13:51:18 -07:00
parent 22ebfee143
commit ef4f191464
5 changed files with 56 additions and 31 deletions

View File

@@ -42,6 +42,7 @@ class ApplicationMain {
config = {
antialiasing: Std.int (::WIN_ANTIALIASING::),
background: Std.int (::WIN_BACKGROUND::),
borderless: ::WIN_BORDERLESS::,
depthBuffer: ::WIN_DEPTH_BUFFER::,
fps: Std.int (::WIN_FPS::),