From 453910c94c3cb07842c3139ec2eb1e70239f5ac2 Mon Sep 17 00:00:00 2001
From: Mason Daugherty <mdaugher@bowdoin.edu>
Date: Sat, 18 May 2024 08:36:33 -0400
Subject: [PATCH] Update to resolution of CRT

---
 assets/app_config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/assets/app_config.json b/assets/app_config.json
index 58e48cd..758fc50 100644
--- a/assets/app_config.json
+++ b/assets/app_config.json
@@ -5,7 +5,7 @@
 
 	"o1": {"Windowed": [1200, 800, false, null]},
 	"o2": "FullscreenDesktop",
-	"screen_option": { "Windowed": [1200, 800, false, null] },
+	"screen_option": { "Windowed": [1024, 768, false, null] },
 
 	"hide_cursor": true,
 	"use_linear_filtering": true,