Use 1600x900 resolution

Remember to change that in final submission
This commit is contained in:
Edgaru089 2024-04-02 09:08:10 +08:00
parent 6bae280a0c
commit bba3e9d15b

View File

@ -11,8 +11,8 @@ extern "C" {
#endif
#define SCREEN_WIDTH 1280
#define SCREEN_HEIGHT 720
#define SCREEN_WIDTH 1600
#define SCREEN_HEIGHT 900
#define WARN(fmt, ...) fprintf(stderr, "[WARN][%s] " fmt "\n", __func__, __VA_ARGS__)