master
HybridDog 2014-02-16 15:02:49 +01:00
parent 24040bbb8c
commit 10c66b20b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
local gun_range = 100
local gun_prec = 7
local gun_prec = 3
local gun_a = 200
local gun_v = 100
local shot_delay = vector.straightdelay(gun_range, gun_v, gun_a)