Add inventory.
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
#include "util/memory.h"
|
||||
#include "display/tileset/tileset_minogram.h"
|
||||
#include "display/screen.h"
|
||||
#include "ui/uitextbox.h"
|
||||
// #include "ui/uitextbox.h"
|
||||
|
||||
ui_t UI;
|
||||
|
||||
@@ -33,7 +33,7 @@ void uiUpdate(void) {
|
||||
UI.camera.orthographic.top = 0;
|
||||
UI.camera.orthographic.bottom = SCREEN.height;
|
||||
|
||||
uiTextboxUpdate();
|
||||
// uiTextboxUpdate();
|
||||
}
|
||||
|
||||
void uiRender(void) {
|
||||
@@ -42,7 +42,7 @@ void uiRender(void) {
|
||||
// Render UI elements here
|
||||
if(UI.fontTexture.width > 0) {
|
||||
uiDebugRender(UI.fontTileset, &UI.fontTexture);
|
||||
uiTextboxRender();
|
||||
// uiTextboxRender();
|
||||
}
|
||||
cameraPopMatrix();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user