UGP/UGP.gmx/scripts/draw_text_center.gml

3 lines
105 B
Plaintext
Raw Normal View History

2024-01-04 08:20:45 +00:00
///draw_text(y, text)
draw_text((room_width / 2) - (string_width(argument1) / 2), argument0, argument1);