added play/pause and basic icon storage
This commit is contained in:
@@ -16,7 +16,7 @@ namespace OpenEngine {
|
||||
: current_directory(assets_directory)
|
||||
{
|
||||
// TODO: Add file texture. Get free icons and add license
|
||||
folder_icon = Texture2D::Create("resources/textures/folder.png");
|
||||
folder_icon = Texture2D::Create("resources/textures/icons/folder.png");
|
||||
}
|
||||
|
||||
void ContentBrowserPanel::OnImGuiRender()
|
||||
|
||||
Reference in New Issue
Block a user