Guest User

Untitled

a guest
Jan 24th, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. Option A:
  2.  
  3. [graphics : option]
  4. resolution[0] = 800
  5. resolution[1] = 600
  6. fullscreen = false
  7. renderer = "opengl3"
  8.  
  9. Option B:
  10. option graphics = {
  11. resolution = { 800, 600 };
  12. fullscreen = false;
  13. renderer = "opengl3";
  14. };
Add Comment
Please, Sign In to add comment