Added UI component, resource & system. Now renders on screen and live reloads
This commit is contained in:
@@ -79,6 +79,11 @@ FileType File::GetFileType() const
|
||||
return FileType::Mesh;
|
||||
}
|
||||
|
||||
if (ext == ".html")
|
||||
{
|
||||
return FileType::UI;
|
||||
}
|
||||
|
||||
return FileType::Unkown;
|
||||
}
|
||||
|
||||
|
||||
@@ -17,6 +17,7 @@ namespace Nuake
|
||||
Map,
|
||||
Assembly,
|
||||
Solution,
|
||||
Audio
|
||||
Audio,
|
||||
UI
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user