Add input field size constant and improve sprite preview handling; adjust depth and add checks for empty graphics

This commit is contained in:
scawful
2024-11-13 08:52:55 -05:00
parent 5677b62b32
commit e0db021e7c
3 changed files with 12 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
#include "imgui/imgui.h"
#include "app/editor/overworld/overworld_editor.h"
#include "app/zelda3/common.h"
#include "app/zelda3/overworld/overworld.h"
@@ -85,4 +84,4 @@ bool DrawSpriteEditorPopup(zelda3::Sprite &sprite);
} // namespace app
} // namespace yaze
#endif // YAZE_APP_EDITOR_OVERWORLD_ENTITY_H
#endif // YAZE_APP_EDITOR_OVERWORLD_ENTITY_H