mirror of
https://github.com/cyberarm/i-mic-fps.git
synced 2025-12-16 08:02:36 +00:00
added support for ruby-prof, make trees jump to nearest vertex position.
This commit is contained in:
@@ -9,7 +9,7 @@ class IMICFPS
|
||||
def setup
|
||||
bind_model(ModelLoader.new(type: :obj, file_path: "objects/biped.obj", game_object: self))
|
||||
@speed = 2.5 # meter's per second
|
||||
@running_speed = 6.8
|
||||
@running_speed = 6.8 # meter's per second
|
||||
@old_speed = @speed
|
||||
@mass = 72 # kg
|
||||
@y_velocity = 0
|
||||
|
||||
Reference in New Issue
Block a user