Advertisement
Guest User

Draw Event

a guest
Sep 26th, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if ! surface_exists(global.surid) {
  2. global.surid = surface_create(view_wport, view_hport);
  3. };
  4. draw_surface(global.surid,0,0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement