scene stuff

This commit is contained in:
2025-10-08 15:18:38 -05:00
parent 67604eca8d
commit 20cf016b06
6 changed files with 28 additions and 10 deletions

View File

@@ -23,8 +23,8 @@ if(DUSK_TARGET_SYSTEM STREQUAL "linux")
target_compile_definitions(${DUSK_TARGET_NAME}
PRIVATE
DISPLAY_SDL2=1
DISPLAY_WINDOW_WIDTH_DEFAULT=960
DISPLAY_WINDOW_HEIGHT_DEFAULT=720
DISPLAY_WINDOW_WIDTH_DEFAULT=1080
DISPLAY_WINDOW_HEIGHT_DEFAULT=810
)
elseif(DUSK_TARGET_SYSTEM STREQUAL "psp")
target_compile_definitions(${DUSK_TARGET_NAME}

View File

@@ -117,8 +117,6 @@ errorret_t displayUpdate(void) {
);
sceneManagerRender();
uiRender();
// UI will probs go here
// Finish up
spriteBatchFlush();