examples/gameplay: remove useless cameras

This commit is contained in:
Kazhnuz 2019-04-29 16:40:56 +02:00
parent fd78d083af
commit 1922a975e9
1 changed files with 0 additions and 3 deletions

View File

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