I put icons into train stop names, but they look funky, rotating off axis, they look fine when the angle is set to 0
video:
[wheybags] [0.17.2] Icons in Train Stop names doesn't rotate correctly (map view)
Re: [0.17.2]Icons in Train Stop names doesn't rotate correctly (map view)
yup, noticed the same thing in 0.17.3:
Re: [0.17.5] Icons in Train Stop names doesn't rotate correctly (map view)
still happens in 0.17.5
Re: [0.17.2] Icons in Train Stop names doesn't rotate correctly (map view)
I supspect that this may be related to viewtopic.php?p=405440.
Re: [wheybags] [0.17.2] Icons in Train Stop names doesn't rotate correctly (map view)
Still looks strange in 0.17.17
My mods: Red Alert Harvesters - Clean Pipes - Filtered Splitters
Re: [wheybags] [0.17.2] Icons in Train Stop names doesn't rotate correctly (map view)
Thanks for the report, fixed for the next version.
Re: [wheybags] [0.17.5] Icons in Train Stop names doesn't rotate correctly (map view)
Still happens in 0.17.50, the name does not rotate correctly when using some options of the [font] tag.
This is the rich text name that caused the issue:
When not using the [font] tag shows correctly:
This is the rich text name that caused the issue:
Code: Select all
[img=item/artillery-wagon] [font=default-bold][color=yellow]Artillery Defense[/color][/font] [img=item/artillery-wagon]
Code: Select all
[img=item/artillery-wagon] Artillery Defense [img=item/artillery-wagon]
Re: [wheybags] [0.17.2] Icons in Train Stop names doesn't rotate correctly (map view)
Ah, yup, we draw text by two different methods internally, depending on the size, and we forgot to add rotation support to one of the types.
Thanks for the report, and fixed for the next version.
Thanks for the report, and fixed for the next version.