diff options
| author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-15 17:05:53 +0700 |
|---|---|---|
| committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2021-09-16 00:12:44 +0700 |
| commit | 6bfeb5cbc20e3336d8e2a2147b02b380e2d50378 (patch) | |
| tree | 37149c46c84da45411b1b7f3322397c77980fa2e /src/GameInitDispose.cpp | |
| parent | 662673fd3ceac4895769241c1b6836061738d46a (diff) | |
| download | blackshades-6bfeb5cbc20e3336d8e2a2147b02b380e2d50378.tar.gz | |
Tweak control system to mirror Overgrowth
Diffstat (limited to 'src/GameInitDispose.cpp')
| -rw-r--r-- | src/GameInitDispose.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/GameInitDispose.cpp b/src/GameInitDispose.cpp index 935945c..027d74b 100644 --- a/src/GameInitDispose.cpp +++ b/src/GameInitDispose.cpp @@ -80,8 +80,8 @@ Game* makeGame(Config config) backwardskey = GLFW_KEY_S; leftkey = GLFW_KEY_A; rightkey = GLFW_KEY_D; - aimkey = GLFW_KEY_Q; - psychicaimkey = GLFW_KEY_E; + aimkey = GLFW_KEY_E; + psychicaimkey = GLFW_KEY_Q; psychickey = GLFW_KEY_Z; game->customlevels = config.custom_levels; |
