Guest User

Untitled

a guest
Jan 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. window_set_size(room_width,room_height);
  2. window_set_region_size(room_width,room_height,true);
  3. view_xview[0]=0;
  4. view_yview[0]=0;
  5. view_wview[0]=room_width;
  6. view_hview[0]=room_height;
  7. view_xport[0]=0;
  8. view_yport[0]=0;
  9. view_wport[0]=room_width;
  10. view_hport[0]=room_height;
Add Comment
Please, Sign In to add comment