Use 1600x900 resolution
Remember to change that in final submission
This commit is contained in:
parent
6bae280a0c
commit
bba3e9d15b
4
types.h
4
types.h
@ -11,8 +11,8 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#define SCREEN_WIDTH 1280
|
#define SCREEN_WIDTH 1600
|
||||||
#define SCREEN_HEIGHT 720
|
#define SCREEN_HEIGHT 900
|
||||||
|
|
||||||
#define WARN(fmt, ...) fprintf(stderr, "[WARN][%s] " fmt "\n", __func__, __VA_ARGS__)
|
#define WARN(fmt, ...) fprintf(stderr, "[WARN][%s] " fmt "\n", __func__, __VA_ARGS__)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user