From 26a6be35b9604ff109549fa5dee6110dae8e116c Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Mon, 27 Sep 2021 22:45:37 -0600 Subject: [PATCH] bigger NatPlayground window --- projects/nat-flixel-desktop-playground/Project.xml | 2 +- projects/nat-flixel-desktop-playground/source/Main.kiss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/nat-flixel-desktop-playground/Project.xml b/projects/nat-flixel-desktop-playground/Project.xml index 05efc742..314916ee 100644 --- a/projects/nat-flixel-desktop-playground/Project.xml +++ b/projects/nat-flixel-desktop-playground/Project.xml @@ -14,7 +14,7 @@ - + diff --git a/projects/nat-flixel-desktop-playground/source/Main.kiss b/projects/nat-flixel-desktop-playground/source/Main.kiss index b062f683..dd7e1047 100644 --- a/projects/nat-flixel-desktop-playground/source/Main.kiss +++ b/projects/nat-flixel-desktop-playground/source/Main.kiss @@ -1,3 +1,3 @@ (method new [] (super) - (addChild (new FlxGame 320 240 PlayState 1 60 60 true false))) \ No newline at end of file + (addChild (new FlxGame 1280 720 PlayState 1 60 60 true false))) \ No newline at end of file