Overworld render test.

This commit is contained in:
2025-09-11 23:33:24 -05:00
parent b4d94c2cbe
commit 964a9f64f2
32 changed files with 249 additions and 1219 deletions

View File

@@ -41,6 +41,8 @@ errorret_t engineUpdate(void) {
inputUpdate();
consoleUpdate();
assetManagerUpdate();
rpgUpdate();
errorChain(displayUpdate());
errorOk();