mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Moved constants into their own file, LoadingState now loads shaders and now shows 'Loading [model|shader] name...', tweaked player running speed, Player model is no longer rendered when in first person view, removed redundant ShaderManager
This commit is contained in:
@@ -11,6 +11,7 @@ class IMICFPS
|
||||
|
||||
def setup
|
||||
$debug = self
|
||||
|
||||
set(:boundingboxes, false)
|
||||
set(:wireframe, false)
|
||||
set(:stats, false)
|
||||
|
||||
@@ -151,6 +151,8 @@ class IMICFPS
|
||||
end
|
||||
|
||||
def focus
|
||||
InputMapper.reset_keys
|
||||
|
||||
@active_text_input = window.text_input
|
||||
window.text_input = @text_input
|
||||
|
||||
|
||||
Reference in New Issue
Block a user