diff options
| author | 1029chris <1029chris@gmail.com> | 2016-03-02 14:39:17 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-03-02 14:39:17 -0800 |
| commit | 46673df2695e51f29d8759a708c436649c1f5790 (patch) | |
| tree | 6bb6e5509b1a9068106241a73e15405e906f5f09 /window.lua | |
| parent | e0c7e2d065132e7aeb263a887de3383aaafe8b80 (diff) | |
removed unnecessary code, added draw internet
Diffstat (limited to 'window.lua')
| -rw-r--r-- | window.lua | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -16,9 +16,11 @@ function drawWindow(id) love.graphics.setColor(256, 256, 256) love.graphics.draw(win[id].icon16, 6, 5) if id == 4 then - drawAntivirus(win[id].x, win[id].y, win[id].hover) + drawAntivirus() elseif id == 1 then - drawChat(win[id].x, win[id].y, win[id].hover) + drawChat() + elseif id == 2 then + drawInternet() end love.graphics.setCanvas() win[id].update = false |
