]> Untitled Git - lightcycles-love.git/blobdiff - player.lua
Increased player speed
[lightcycles-love.git] / player.lua
index 9ec8fcd8087dc86d34cbae1a686b1984630401b9..0606cb8fa28253dff359af11d7c803f9d25c83f8 100644 (file)
@@ -5,7 +5,7 @@ Player.name = 'none'
 Player.color = {255, 0, 0}
 Player.width = 5
 Player.height = 5
 Player.color = {255, 0, 0}
 Player.width = 5
 Player.height = 5
-Player.acceleration = 100
+Player.acceleration = 200
 Player.position = vec2:new(0, 0)
 Player.vector = vec2:new(0, 0)
 Player.path = {}
 Player.position = vec2:new(0, 0)
 Player.vector = vec2:new(0, 0)
 Player.path = {}