bigger NatPlayground window
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<!-- ____________________________ Window Settings ___________________________ -->
|
||||
|
||||
<!--These window settings apply to all targets-->
|
||||
<window width="640" height="480" fps="60" background="#000000" hardware="true" vsync="false" />
|
||||
<window width="1280" height="720" fps="60" background="#000000" hardware="true" vsync="false" />
|
||||
|
||||
<!--HTML5-specific-->
|
||||
<window if="html5" resizable="false" />
|
||||
|
@@ -1,3 +1,3 @@
|
||||
(method new []
|
||||
(super)
|
||||
(addChild (new FlxGame 320 240 PlayState 1 60 60 true false)))
|
||||
(addChild (new FlxGame 1280 720 PlayState 1 60 60 true false)))
|
Reference in New Issue
Block a user