Add configuration option for ghost reset distance. Improve documentation.

This commit is contained in:
2025-12-20 17:12:58 -05:00
parent faf3f239d8
commit 7a3705d342
25 changed files with 132 additions and 28 deletions

1
text.h
View File

@@ -7,6 +7,7 @@
#include <ft2build.h>
#include FT_FREETYPE_H
// Loads glyphs and configures OpenGL state to render HUD text via Freetype.
int init_text(int *shader);
void render_text(int shader, std::string text, float x, float y, float scale, glm::vec3 color);