bigger NatPlayground window

This commit is contained in:
2021-09-27 22:45:37 -06:00
parent c18a35251c
commit 26a6be35b9
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@
<!-- ____________________________ Window Settings ___________________________ --> <!-- ____________________________ Window Settings ___________________________ -->
<!--These window settings apply to all targets--> <!--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--> <!--HTML5-specific-->
<window if="html5" resizable="false" /> <window if="html5" resizable="false" />

View File

@@ -1,3 +1,3 @@
(method new [] (method new []
(super) (super)
(addChild (new FlxGame 320 240 PlayState 1 60 60 true false))) (addChild (new FlxGame 1280 720 PlayState 1 60 60 true false)))