Icons are back + Texture can now be created from data

This commit is contained in:
antopilo
2025-01-04 01:54:13 -05:00
parent 90c6652074
commit e8ad4be39d
6 changed files with 85 additions and 7 deletions

View File

@@ -2793,7 +2793,7 @@ namespace Nuake {
void EditorInterface::BuildFonts()
{
ImGui::PushStyleVar(ImGuiStyleVar_ButtonTextAlign, ImVec2(0.5f, 0.5f));
//FontManager::LoadFonts();
FontManager::LoadFonts();
}
std::string EditorInterface::GetEntityTypeName(const Entity& entity) const