diff --git a/assets/entity/test.lua b/assets/entity/test.lua index 4c83052d..5d75afaf 100644 --- a/assets/entity/test.lua +++ b/assets/entity/test.lua @@ -11,4 +11,4 @@ entityPositionSetPosition(ENTITY_ID, posComp, vec3(1, 2, 3)) -- Material local matComp = entityAddComponent(ENTITY_ID, COMPONENT_TYPE_MATERIAL) local material = entityMaterialGetShaderMaterial(ENTITY_ID, matComp) -material.unlit.color = COLOR_BLUE \ No newline at end of file +material.unlit.color = colorBlue() \ No newline at end of file