This commit is contained in:
Hunter 2023-05-27 10:08:01 -04:00
commit 2f372ede93
212 changed files with 50289 additions and 0 deletions

13
include/config.hpp Normal file
View file

@ -0,0 +1,13 @@
#pragma once
#define SCREEN_WIDTH 1000
#define SCREEN_HEIGHT 1000
#define MAX_AMMO 400
// 32x32 textures
#define TEXTURE_WIDTH 32
#define TEXTURE_HEIGHT 32
// Texture IDs
#define BRICK_WALL_TEXTURE_ID 0
#define FLOOR_TEXTURE_ID 1