Indie Dev

Hello Guest!. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, sell your games, upload content, as well as connect with other members through your own private inbox!

centering

  1. LTN Games

    [Scripting]Centering drawTextEx

    Curious how one would go about centering drawTextEx according to the windows width? I mean I understand how to do it, but a bit stuck on getting it done correctly. So this is what I attempted... var tx = LTN.Param.windowWidth / 2 ; Assuming this would center the X value of the text properly...
Top