mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
Tweaked player drag, speed, and turn speed
This commit is contained in:
@@ -20,7 +20,7 @@ class IMICFPS
|
||||
@renderable = true
|
||||
@rotation = Vector.new(0, 0, 0)
|
||||
@velocity = Vector.new(0, 0, 0)
|
||||
@drag = 0.94
|
||||
@drag = 1.0
|
||||
|
||||
@debug_color = Color.new(0.0, 1.0, 0.0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user