• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Windows Need help in drawing text

A

Aayan Gohar

Guest
Hello,
I have just started using GameMaker studio 2 and I am not able to draw text at the corner of the screen in a way that it is fixed and won't move. Please reply soon.
Thanks!
 

Perseus

Not Medusa
Forum Staff
Moderator
Draw the text to the GUI layer or use the camera_get_view_*() functions to retrieve the position of the view to position the text in a regular Draw event (the Manual entries for the said functions have an example code that demonstrate how to do exactly this).
 
Top