Lua test.

This commit is contained in:
2026-04-14 18:50:04 -05:00
parent 2a9667feca
commit ca6cbf41c1
+1 -1
View File
@@ -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
material.unlit.color = colorBlue()