cosmic-gms/objects/obGuiButton/Draw_64.gml
2024-10-31 17:39:35 +03:00

2 lines
No EOL
158 B
Text

draw_sprite_stretched_ext(spMenuBack, 0, _x, _y, width, height, color, 1);
draw_text_color(_x + width/2, _y + height/2, text, color, color, color, color, 1);