Add black background
This commit is contained in:
parent
705f498daa
commit
77c5c23cf5
3 changed files with 20 additions and 10 deletions
|
|
@ -29,7 +29,7 @@ ColorComponent :: struct {
|
|||
}
|
||||
|
||||
MeshID :: enum {
|
||||
CubeMesh,
|
||||
Cube,
|
||||
}
|
||||
|
||||
MeshComponent :: struct {
|
||||
|
|
@ -37,7 +37,7 @@ MeshComponent :: struct {
|
|||
}
|
||||
|
||||
MaterialID :: enum {
|
||||
GridTexture,
|
||||
Grid,
|
||||
}
|
||||
|
||||
MaterialComponent :: struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue