Halfway done

This commit is contained in:
Senad Uka
2022-11-27 18:57:45 +01:00
parent 8f158db4a9
commit 7d0d4881f5
13 changed files with 178 additions and 98 deletions

View File

@@ -36,8 +36,8 @@
#include "game.h"
// Define screen dimensions
#define SCREEN_WIDTH 800
#define SCREEN_HEIGHT 600
#define SCREEN_WIDTH 1024
#define SCREEN_HEIGHT 768
int main(int argc, char* argv[])
{