diff options
| author | Chris B <1029chris@gmail.com> | 2016-02-20 19:03:59 -0800 |
|---|---|---|
| committer | Chris B <1029chris@gmail.com> | 2016-02-20 19:04:07 -0800 |
| commit | 46ee889cf448e200e7325ff9aefc2197c560ec22 (patch) | |
| tree | 1687bc0a71bdf523c289466da6e07f739e8818d5 /var.lua | |
| parent | 63e7108b5378f02e37a2298ad2fc3ac0b5261cfe (diff) | |
Allowed game to be any resolution and still work
Diffstat (limited to 'var.lua')
| -rw-r--r-- | var.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -100,10 +100,13 @@ function loadVar() win[3].hov = false win[3].hover = false winOpen = true + minim = love.graphics.getHeight()+10 start = {} start.cvs = love.graphics.newCanvas(250, 350) start.o = false start.p = false + start.x = 0 + start.y = 600-30-350+2 layer = {} layer[1] = 0 layer[2] = 0 |
