Guest User

Untitled

a guest
Jan 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. # User control settings #
  2. up = "UP"
  3. down = "DOWN"
  4. left = "LEFT"
  5. right = "RIGHT"
  6. action = "RCONTROL"
  7.  
  8. # Remove the '#' char from the 4 lines below to enable wsad controls #
  9. #up2 = "W"
  10. #down2 = "S"
  11. #left2 = "A"
  12. #right2 = "D"
  13. action2 = "LCONTROL"
  14.  
  15. # Controller Vibration #
  16. vibration = true
  17.  
  18. # Change the backbuffer height to a custom value. Limbo was designed for 720. #
  19. # Lowering backbuffer size will improve performance #
  20. # Common values: 360, 480, 576, 720, 768, 900, 1080 #
  21. backbufferheight = 720
  22.  
  23. # Start limbo in windowed mode #
  24. windowedmode = false
  25.  
  26. # Limit the framerate to 30fps for a more framerate consistent experince on slow computers #
  27. use30hz = false
  28.  
  29. # Use the 8bit color depth to slightly improve performance at the cost of image quality #
  30. use8bitrender = false
  31.  
  32. # To enable 3D anaglyph press "Shift + 3 + D" in-game. Take a guess on how to change it back to normal 2D #
Add Comment
Please, Sign In to add comment