aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-03-10 13:14:28 -0800
committer1029chris <1029chris@gmail.com>2016-03-10 13:14:28 -0800
commitd88edc5bc473f699cd7606ce82e1d40e97171ac8 (patch)
tree9547f3ef4d2b4ddd0775dae22576f73e784168f1 /main.lua
parent9cc069a875776c2bd6da50597c0c1cdcd198ca87 (diff)
Added desktop icons that launch applications
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.lua b/main.lua
index a8c6669..235d2ef 100644
--- a/main.lua
+++ b/main.lua
@@ -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