From ca6cbf41c185e99e3a693b7a0a26546445e1c7ce Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Tue, 14 Apr 2026 18:50:04 -0500 Subject: [PATCH] Lua test. --- assets/entity/test.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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