init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
2
objects/obGuiButton/Draw_64.gml
Normal file
2
objects/obGuiButton/Draw_64.gml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue