added play/pause and basic icon storage

This commit is contained in:
Erris
2026-02-28 09:42:20 +01:00
parent 9de9609dee
commit 3192d7b9a0
5 changed files with 157 additions and 39 deletions

View File

@@ -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()