examples/gameplay: remove useless cameras
This commit is contained in:
parent
fd78d083af
commit
1922a975e9
1 changed files with 0 additions and 3 deletions
|
@ -32,9 +32,6 @@ function Plateformer:new()
|
|||
local folder = "examples.gameplay.plateform"
|
||||
|
||||
self.world = World(self, folder .. ".actors", "examples/gameplay/plateform/assets/platformer.lua")
|
||||
|
||||
self.world.cameras:addView(24, 150*16)
|
||||
self.world.cameras:addView(24, 240)
|
||||
end
|
||||
|
||||
function Plateformer:update(dt)
|
||||
|
|
Loading…
Reference in a new issue