scene crap

This commit is contained in:
2025-10-06 23:16:19 -05:00
parent cf2e6bf382
commit b00ca3d48c
12 changed files with 163 additions and 36 deletions

View File

@@ -63,11 +63,6 @@ errorret_t displayInit(void) {
glEnableClientState(GL_VERTEX_ARRAY);
#endif
// Commands
// Variables
consoleRegVar("fps", "0", NULL);
quadInit();
frameBufferInitBackbuffer();
spriteBatchInit();
@@ -115,6 +110,8 @@ errorret_t displayUpdate(void) {
// Bind screen and render scene
screenBind();
sceneManagerRender();
// UI will probs go here
// Finish up
spriteBatchFlush();