aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
authorChris B <1029chris@gmail.com>2016-02-20 19:03:59 -0800
committerChris B <1029chris@gmail.com>2016-02-20 19:04:07 -0800
commit46ee889cf448e200e7325ff9aefc2197c560ec22 (patch)
tree1687bc0a71bdf523c289466da6e07f739e8818d5 /var.lua
parent63e7108b5378f02e37a2298ad2fc3ac0b5261cfe (diff)
Allowed game to be any resolution and still work
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/var.lua b/var.lua
index 18f58bf..cea5f54 100644
--- a/var.lua
+++ b/var.lua
@@ -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