diff options
| author | 1029chris <1029chris@gmail.com> | 2016-05-11 13:36:33 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-05-11 13:36:33 -0700 |
| commit | b12aafee92b40a16b61d30839beb8b68188659ea (patch) | |
| tree | 142d3595a23ec960b110f6820ec55dfbdafee514 /system.lua | |
| parent | 9d07c35aa001b3994591b33ab54de3271b5637b0 (diff) | |
Many different tweaks
Added files gui
Tweaked fight
Added code for window shadow (but it isnt enabled)
Diffstat (limited to 'system.lua')
| -rw-r--r-- | system.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,4 +1,7 @@ function drawLayer(id) + --love.graphics.setColor(0,0,0,30) + --love.graphics.rectangle("fill", win[layer[id]].x+20, win[layer[id]].y+20, win[layer[id]].w, win[layer[id]].h) + love.graphics.setColor(256,256,256) love.graphics.draw(win[layer[id]].cvs, win[layer[id]].x, win[layer[id]].y, 0, win[layer[id]].s) end function updateSystem(dt) |
