init
This commit is contained in:
commit
2f372ede93
212 changed files with 50289 additions and 0 deletions
13
include/config.hpp
Normal file
13
include/config.hpp
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue