JujuAdams / Scribble

Efficient, internationalized, multi-effects text renderer for GameMaker
https://www.jujuadams.com/Scribble/
MIT License
322 stars 47 forks source link

Fix for valign font offset issue in __scribble_gen_2_parser.gml #540

Closed SpookySquidGames closed 3 weeks ago

SpookySquidGames commented 3 weeks ago

Fix for the bug listed here: https://github.com/JujuAdams/Scribble/issues/539

var _state_valign_offset was using the _font_halign_offset_array which caused any valign settings to be ignored and halign settings to be used in their place when using font alignment offsets.

JujuAdams commented 3 weeks ago

Thanks bud