Guest User

Untitled

a guest
Jul 11th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. global.input = "";
  2. global.character = 0;
  3. global.color =0;
  4.  
  5. draw_set_font(font0);
  6. draw_set_halign(fa_center);
  7. draw_set_color(global.color);
  8.  
  9. draw_text(global.character.x , global.character.y-20 , global.input);
Add Comment
Please, Sign In to add comment