Collision stuff

This commit is contained in:
2019-02-25 11:33:18 -06:00
parent d5a5ced955
commit 97818c8a33
8 changed files with 32 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ class IMICFPS
def setup
bind_model("base", "biped")
@collision = :dynamic
@speed = 2.5 # meter's per second
@running_speed = 6.8 # meter's per second

View File

@@ -2,6 +2,7 @@ class IMICFPS
class Skydome < Entity
def setup
bind_model("base", "skydome")
@collision = :none
end
def draw