Add controls to readme

This commit is contained in:
2023-07-02 22:16:28 +02:00
parent 125e19e0be
commit aa3dd28fb3
3 changed files with 13 additions and 12 deletions

View File

@@ -1,3 +1,13 @@
A work in progress game engine written in C++ using OpenGL and [entt](https://github.com/skypjack/entt).
![A screenshot](screenshot.png)
## Controls
| Button | Action |
| ------------ | -------------------------- |
| W, A, S, D | Horizontal Camera Movement |
| Left Shift | Camera Down |
| Space | Camera Up |
| Left Alt | Accelerate |
| Left Control | Catch Mouse |
| Escape | Quit |