While we currently have proj:SetAcceleration(accel), can this be abused to change the acceleration of just a single axis after its already in flight? The Wiki doesn't appear to show anything one way or the other.
Quick example:
local x = 0
local y = -1
local z = 0
proj:SetAcceleration(x,y,z)