Update
This commit is contained in:
@@ -37,4 +37,8 @@ function actor_player:on_update(dt)
|
||||
self:update_camera_look()
|
||||
--self:update_camera_movement(dt)
|
||||
self:update_body_movement(dt)
|
||||
end
|
||||
|
||||
function actor_player:on_collide(other)
|
||||
--console.print(string.format("actor_player:on_collide: %s", other:get_classname()))
|
||||
end
|
||||
Reference in New Issue
Block a user