Updating mini textbox

This commit is contained in:
2026-07-08 11:45:10 -05:00
parent 46e2a924d3
commit 195399635e
16 changed files with 238 additions and 15 deletions
-10
View File
@@ -65,16 +65,6 @@ errorret_t rpgInit(void) {
backpackAdd(ITEM_ID_POTATO, 3);
backpackAdd(ITEM_ID_APPLE, 8);
// TEST: Show a mini textbox at the world origin.
uiTextboxMiniShow(
&UI_TEXTBOX_MINI_LIST[0],
"Hello, World!",
(vec3){ 0.0f, 0.0f, 0.0f },
100.0f,
NULL,
NULL
);
// TEST: Create a test map area.
uint8_t areaIndex = mapAreaAdd(
(worldpos_t){ 11, 3, 0 },