159 ImGui::TextColored(
ImVec4(1.0f, 0.3f, 0.3f, 1.0f),
"Error Loading Asset");
164 ImGui::TextColored(
ImVec4(1.0f, 0.5f, 0.5f, 1.0f),
"Error:");
167 ImGui::TextColored(
ImVec4(0.8f, 0.8f, 0.4f, 1.0f),
168 "The JSON file may be corrupted or malformed. Please check the file syntax.");