diff options
| author | Chris B <1029chris@Chriss-MacBook-Pro.local> | 2016-02-10 13:31:48 -0800 |
|---|---|---|
| committer | Chris B <1029chris@Chriss-MacBook-Pro.local> | 2016-02-10 13:31:48 -0800 |
| commit | 91a81dff3b89a257e6dc736edc11ab84c3fd624d (patch) | |
| tree | 96e28f6a39a3f922803fca5e4539a57efc07e99f /main.lua | |
| parent | 71a811a0019d590922ee20ba0f083cec5b3b15c8 (diff) | |
Started to implement background
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -39,6 +39,7 @@ function love.mousereleased(x, y, button) start.p = false end function love.draw() + drawDesktop() if win[1].ex == true and win[1].s == 0 then win[1].layer = 0 win[1].panel = 0 |
