@PyNewb94, you can

run_action(Action.forever(Action.move_by(*speed)), "thrust")

where speed is an (x,y) tuple or a Point, giving the relative change in ship’s position in 0.5 seconds. You change the speed by starting the action again with the same key, "thrust", or stop it with Node.remove_action.