sprite :: source_orientation_offset
Posted: Wed Jan 08, 2025 9:07 am
i just made this mod:
https://mods.factorio.com/mod/leave_the_lights_on
but now realized that the tanks have rotated lights so i can't just copy their light cones into a single layered sprite
because unlike the .light property, which has a "source_orientation_offset", there is no such thing for sprites
for my case i can just make multiple sprites and transfer the offset from the data stage to the runtime stage somehow, but isn't it weird that this isn't possible yet?
https://mods.factorio.com/mod/leave_the_lights_on
but now realized that the tanks have rotated lights so i can't just copy their light cones into a single layered sprite
because unlike the .light property, which has a "source_orientation_offset", there is no such thing for sprites
for my case i can just make multiple sprites and transfer the offset from the data stage to the runtime stage somehow, but isn't it weird that this isn't possible yet?