Moved GUI out of GUI.

This commit is contained in:
2021-08-30 09:38:24 -07:00
parent 7628417b72
commit 5369795134
45 changed files with 77 additions and 935 deletions

View File

@ -6,7 +6,7 @@
*/
#pragma once
#include "../../libs.h"
#include "../libs.h"
/** Which is the first character within the font tilemap */
#define BITMAP_FONT_CHAR_START 33

View File

@ -6,8 +6,8 @@
*/
#pragma once
#include "../../libs.h"
#include "../texture.h"
#include "../libs.h"
#include "texture.h"
/** Which character (ASCII) to start the font from */
#define FONT_FIRST_CHAR 32