KaijuEngine/kaiju

Create a unique texture for each of the different filter types

Open

#321 geöffnet am 10. Sept. 2025

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (194 Forks)auto 404
editorgood first issue

Repository-Metriken

Stars
 (4.569 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Right now, the default file icon is used (editor/textures/icons/file.png). We'll want a unique icon for each of the different primary filter types:

  • Stage (a collection of entities, typically called map, level, scene or prefab)
  • Mesh (a 3D mesh)
  • HTML (a HTML UI file)
  • Image (a texture)
  • Material
  • Shader
  • Shader Pipeline
  • Render Pass

Contributor Guide