aboutsummaryrefslogtreecommitdiff
path: root/var.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2017-03-14 20:18:14 -0700
committer1029chris <1029chris@gmail.com>2017-03-14 20:18:14 -0700
commit7cbf411a91fc594f9a71016d2e90e27ab208e019 (patch)
tree0e9e01aeabc35ec93cb7c8258eb2e26bffbdeb91 /var.lua
parent5daf2309272fc3d413f230514534d550c6bd2e33 (diff)
Adjusted the save fileHEADmaster
removed profile added "are you sure" thing before erasing save
Diffstat (limited to 'var.lua')
-rw-r--r--var.lua7
1 files changed, 2 insertions, 5 deletions
diff --git a/var.lua b/var.lua
index b1800cf..5b4138c 100644
--- a/var.lua
+++ b/var.lua
@@ -135,11 +135,6 @@ function loadVar()
internet.load = 0
internet.blinkTimer = 0
internet.blink = false
- profile = {}
- profile.setup = false
- profile.name = "No Name"
- profile.gender = "Person"
- profile.pronoun = {they,them,their}
v1.yes = false
v1.timer = 0
v1.shakemin = 0
@@ -297,6 +292,7 @@ function loadVar()
expl.deb[3].r = math.rad(0)
expl.deb[3].rm = math.rad(1)
expl.deb.load = false
+ eraseGame = false
std = {}
std[1] = {}
std[1].title = "Baby"
@@ -429,6 +425,7 @@ function loadPre()
end
function loadRe()
loading = 0
+ sys.mouse.p.p = false
fade = 0
loaded = true
loadingId = 1