Lighting is working way better and now for world generation work.
This commit is contained in:
parent
9c03e850b5
commit
194cc6664b
8 changed files with 57 additions and 63 deletions
|
@ -17,5 +17,6 @@ const int MAX_FONT_SIZE = 140;
|
|||
const int MIN_FONT_SIZE = 20;
|
||||
const int SCREEN_WIDTH = 40;
|
||||
const int SCREEN_HEIGHT = 30;
|
||||
const float PERCENT = 0.01f;
|
||||
#define FONT_FILE_NAME "./assets/text.otf"
|
||||
#define TILE_MAP_CONFIG "./assets/tiles.json"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue