Updating mini textbox
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user