Add black background

This commit is contained in:
Hugo Mårdbrink 2025-08-25 23:35:43 +02:00
parent 705f498daa
commit 77c5c23cf5
3 changed files with 20 additions and 10 deletions

View file

@ -29,7 +29,7 @@ ColorComponent :: struct {
}
MeshID :: enum {
CubeMesh,
Cube,
}
MeshComponent :: struct {
@ -37,7 +37,7 @@ MeshComponent :: struct {
}
MaterialID :: enum {
GridTexture,
Grid,
}
MaterialComponent :: struct {