Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Remove colon key debug functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
ShamblesSM committed Jan 20, 2023
1 parent aa1d484 commit cf486a8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Game.lua
Original file line number Diff line number Diff line change
Expand Up @@ -295,10 +295,6 @@ function Game:keypressed(key)
if key == "right" then shooter.moveKeys.right = true end
if key == "up" then shooter:shoot() end
if key == "down" then shooter:swapColors() end

if key == ";" then
self.session.level:applyEffect({type = "addTime", amount = 10})
end
end
end

Expand Down

0 comments on commit cf486a8

Please sign in to comment.