aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua6
1 files changed, 4 insertions, 2 deletions
diff --git a/var.lua b/var.lua
index 593032e..ef84e39 100644
--- a/var.lua
+++ b/var.lua
@@ -91,6 +91,9 @@ function loadVar()
av.fireb = false
av.fire = false
av.bullets = {}
+ av.shake = 0
+ av.shakex = 0
+ av.shakey = 0
chat.status = 0
chat.profilename = "Best Friend"
colors = {}
@@ -211,7 +214,7 @@ function loadVar()
stre[1].hl = true
modes = love.window.getFullscreenModes()
for i=1,#modes do
- if modes[i].width >= 1000 and modes[i].height >= 720 and i <= 10 then
+ if modes[i].width >= 1000 and modes[i].height >= 720 and i <= 9 then
table.insert(stre, {
title = modes[i].width .. "x" .. modes[i].height,
hl = false,
@@ -239,7 +242,6 @@ function loadVar()
f.music[5] = {name="finale.mp3",x=0,y=0,hl=false}
f.videos = {}
f.videos[1] = {name="wtf.avi",x=0,y=0,hl=false}
- f.videos[2] = {name="lol.avi",x=0,y=0,hl=false}
f.downloads = {}
files = f.home
file = {}