aboutsummaryrefslogtreecommitdiff
path: root/main.lua
diff options
context:
space:
mode:
author1029chris <1029chris@gmail.com>2016-05-01 19:45:37 -0700
committer1029chris <1029chris@gmail.com>2016-05-01 19:45:37 -0700
commit635e60270978e22e2192be943c393d1ba516f58c (patch)
treed163e6e49332f0eb263bd3d9aa40da6fdeea7932 /main.lua
parent9cbb6fa487c4e87085c1e32269ce671e99760b44 (diff)
Added difficulty settings
Diffstat (limited to 'main.lua')
-rw-r--r--main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.lua b/main.lua
index 4e87380..a20d568 100644
--- a/main.lua
+++ b/main.lua
@@ -81,7 +81,7 @@ function love.keyreleased(key)
end
if key == "f10" then
v1.c.health = v1.c.health - 5
- v1.spm = v1.spm + 0.25*(sys.h/1080)
+ v1.spm = v1.spm + 0.5*(sys.h/1080)
end
end
function love.mousereleased(x, y, button)