Files
clover/clover_simulation/models/red_circle/materials/scripts/red_circle.material
2023-01-13 12:58:51 +03:00

17 lines
173 B
Plaintext

material red_circle
{
technique
{
pass
{
scene_blend alpha_blend
texture_unit
{
texture red_circle.png
filtering none
scale 1.0 1.0
}
}
}
}