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

@@ -9,5 +9,13 @@
<Position x="1.0" y="5.0" z="1.0" />
<IsDisableled value="false" />
</Entity>
<Entity classname="Entity">
<Position x="3.0" y="1.0" z="3.0" />
<Model filename="data/models/figure_cone.obj" />
<IsDisableled value="false" />
<Physics value="true" />
</Entity>
</Entities>
</Level>

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