commit cf36e05fcd0b6fe8592717c4183889e96cdc3803
parent 8a03a924b4c389ed3b0342185be00dfd568bb18d
Author: Erik Letson <hmagellan@hmagellan.com>
Date: Mon, 27 Sep 2021 11:20:31 -0500
test commit
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/main.py b/main.py
@@ -2,6 +2,7 @@ import pygame
from src import game
## GLOBAL TODO:
+# test
# 1. The UI is essentially at a different resolution from the actual game. This looks bad. Ideally the game's assets should be available in 2 main
# resolutions: 240p (320x240 window AKA 4:3 aspect ratio) and 360p (640x360 window AKA 16:9 aspect ratio). Both of these scale correctly to higher
# resolutions (especially the latter) and offer unique advantages: 240p is more accurate to traditional 80's PC and pre-6th generation console