From 74b47fd884d77c4f8456dd8a261a0b04d56a3d36 Mon Sep 17 00:00:00 2001 From: Clifton James Palmer Date: Sat, 8 Dec 2018 19:32:45 -0600 Subject: [PATCH] Increased player speed --- player.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {} -- 2.47.2