This commit is contained in:
2026-03-05 04:31:17 +03:00
parent 4290e99c61
commit 33104c3bca
15 changed files with 409 additions and 120 deletions

View File

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