X-Git-Url: http://git.purplebirdman.com/lightcycles-love.git/blobdiff_plain/30811ee10c698a98a5e0356647a9d9e01cc0f887..74b47fd884d77c4f8456dd8a261a0b04d56a3d36:/player.lua diff --git a/player.lua b/player.lua index 9ec8fcd..0606cb8 100644 --- a/player.lua +++ b/player.lua @@ -5,7 +5,7 @@ Player.name = 'none' 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 = {}