mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
14 lines
429 B
JSON
14 lines
429 B
JSON
{
|
|
"components" : {
|
|
"renderer" : {},
|
|
"sprite_renderer" : {
|
|
"materials" : {
|
|
"additive" : "../materials/sprite_material_additive.json",
|
|
"multiply" : "../materials/sprite_material_multiply.json",
|
|
"normal" : "../materials/sprite_material_normal.json",
|
|
"screen" : "../materials/sprite_material_screen.json"
|
|
}
|
|
}
|
|
}
|
|
}
|