Hello,
I'm a factorio mod beginner and I search for a way to display a roation (direction) indicator over a (simple-) entity.
(like pipe connectors for assambler. ( fluid_boxes ))
Why? The entity rotation is important for my mod logic and since the entity is 5x5 large it would be prefered to indicate the direction without replacing the entity or entire texture.
Any idea/tips how to achive this?
Thank you!
Rotation/Direction Indicator
Re: Rotation/Direction Indicator
You can construct the entity graphics from multiple images. Make 2 layers, one your existing graphics and the other the rotation indicator. Then you define 4 images for the rotations where only the rotation indicator changes. The direction indicator should be simple to draw for each rotation.
Re: Rotation/Direction Indicator
Hi mrvn,
thank you for the input! I will look this up since I havn't worked with layers yet.
Best regards
thank you for the input! I will look this up since I havn't worked with layers yet.
Best regards