Definitely. Looking at the code it weirdly changes ball accel, which is not how nudging works in actual pinball.
https://github.com/alula/SpaceCadetPinball/blob/master/Space...
Possibly because it's easier to approximate the ball's position moving vs the table than simulating the table's position in space moving (which is what happens in real life with a nudge?) and the ball's trajectory not altering?
Possibly because it's easier to approximate the ball's position moving vs the table than simulating the table's position in space moving (which is what happens in real life with a nudge?) and the ball's trajectory not altering?