Fixed Camera free_move, reduced camera speed.

This commit is contained in:
2019-02-22 15:04:42 -06:00
parent 6191699d8b
commit 7aa99a70a7
2 changed files with 13 additions and 13 deletions

View File

@@ -110,7 +110,7 @@ IMICFPS::InputMapper.set(:sprint, [Gosu::KbLeftControl])
IMICFPS::InputMapper.set(:turn_180, Gosu::KbX)
IMICFPS::InputMapper.set(:ascend, Gosu::KbSpace)
IMICFPS::InputMapper.set(:descend, [Gosu::KbLeftControl, Gosu::KbRightControl])
IMICFPS::InputMapper.set(:descend, Gosu::KbC)
IMICFPS::InputMapper.set(:toggle_first_person_view, Gosu::KbF)
IMICFPS::InputMapper.set(:release_mouse, [Gosu::KbLeftAlt, Gosu::KbRightAlt])