Can you multiply the tshooter_jump variable by 0.25 before this line of code?


tshooter_jump = tshooter_jump * 0.25;//add this line first

vertical_speed.z = tshooter_jump * time_step;