### Camera angles
-Like I said before you can control vertical and horizontal angles using the mouse. To rotate the view you need to use the commands `+right` and `+left`. Probably you will want to bind them to keyboard keys with something like:
+Like I said before you can control vertical and horizontal angles using the mouse. To rotate the view you need to use the commands `+roll_right` and `+roll_left`. Probably you will want to bind them to keyboard keys with something like:
- bind LEFTARROW "+left"
- bind RIGHTARROW "+right"
+ bind LEFTARROW "+roll_left"
+ bind RIGHTARROW "+roll_right"
### Camera position