Tweaked player drag, speed, and turn speed

This commit is contained in:
2019-08-09 19:20:19 -05:00
parent f84b680de5
commit bc89fb6911
3 changed files with 12 additions and 8 deletions

View File

@@ -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)