You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
anim\main.lit contains light producing information which Factorio can use.
An example source code shows its structure with colour, intensity, and radius. These would be plugged directly into LightDefinition as color, intensity, and size.
Alternatively use LuaRendering.draw_light when a light option isn't available (i.e. as with entity-with-force)
The text was updated successfully, but these errors were encountered:
anim\main.lit
contains light producing information which Factorio can use.An example source code shows its structure with colour, intensity, and radius. These would be plugged directly into LightDefinition as
color
,intensity
, andsize
.Alternatively use
LuaRendering.draw_light
when a light option isn't available (i.e. as with entity-with-force)The text was updated successfully, but these errors were encountered: