Update
This commit is contained in:
@@ -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>
|
||||
@@ -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