diff options
| author | 1029chris <1029chris@gmail.com> | 2016-02-25 14:38:27 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-02-25 14:38:27 -0800 |
| commit | 7d4a634bafb1f5cd8d0dc5f54b51165e5bc651d0 (patch) | |
| tree | fbf0d429d4755a03cd565cf01f1a9454bd2ef7b5 /main.lua | |
| parent | 294caa95b4cae4c11febdd952e0c0872f61168e3 (diff) | |
Removed unnecessary code
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -31,10 +31,6 @@ function love.update(dt) if love.keyboard.isDown("escape") == true then love.event.quit() end - if love.keyboard.isDown("u") == true and win[1].min == true then - win[1].min = false - win[2].min = false - end if love.keyboard.isDown("f4") == true then love.window.setMode(800, 600, {fullscreen=true, fullscreentype="desktop"}) elseif love.keyboard.isDown("f5") == true then |
