diff --git a/README.md b/README.md index f142a09..5e8d7c7 100644 --- a/README.md +++ b/README.md @@ -12,16 +12,16 @@ Voxel Engine This is a voxel engine made in Java that uses software raycasting. You can compile and run it using Eclipse. Right now it's pretty hacked together, so yeah. **Controls:** -W Move forward -A Move left -D Move right -S Move backward -E Rise -Q Fall -J Rotate left -L Rotate right -I Rotate up -K Rotate down -+ Increase pixel size (reduce quality) -- Decrease pixel size (increase quality) -C Capture screenshot +- W Move forward +- A Move left +- D Move right +- S Move backward +- E Rise +- Q Fall +- J Rotate left +- L Rotate right +- I Rotate up +- K Rotate down +- + Increase pixel size (reduce quality) +- - Decrease pixel size (increase quality) +- C Capture screenshot