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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user