Skip to content

Commit

Permalink
delete useless lua file
Browse files Browse the repository at this point in the history
  • Loading branch information
calfjohn committed Oct 31, 2014
1 parent eaa9cdb commit 56d278d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 132 deletions.
2 changes: 1 addition & 1 deletion src/BattleScene.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ local function setCamera()
end

local function gameController(dt)
gameMaster:update(dt)
collisionDetect(dt)
solveAttacks(dt)
moveCamera(dt)
gameMaster:update(dt)
end

local function initUILayer()
Expand Down
131 changes: 0 additions & 131 deletions src/MonsterActors.lua

This file was deleted.

0 comments on commit 56d278d

Please sign in to comment.