diff options
| author | 1029chris <1029chris@gmail.com> | 2016-03-10 13:14:28 -0800 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-03-10 13:14:28 -0800 |
| commit | d88edc5bc473f699cd7606ce82e1d40e97171ac8 (patch) | |
| tree | 9547f3ef4d2b4ddd0775dae22576f73e784168f1 /main.lua | |
| parent | 9cc069a875776c2bd6da50597c0c1cdcd198ca87 (diff) | |
Added desktop icons that launch applications
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -57,6 +57,9 @@ end function love.mousereleased(x, y, button) sys.mouse.p.p = false start.p = false + for i=1,6 do + icon[i].cl = false + end end function love.draw() if scene == 1 then |
