omf2097 / openomf

One Must Fall 2097 Remake
http://www.openomf.org
MIT License
362 stars 35 forks source link

MS tag #334

Closed katajakasa closed 7 years ago

katajakasa commented 7 years ago

MS sets the position of the current frame to: *y = -4 (y - 188)** where y is current frame position with all corrections applied.

katajakasa commented 7 years ago

This is only used to fix issues with the bullet hit animation in desert arena. Original game did some Y coordinate fixing, we do this by setting position to parent position. Our way works for us, so sticking to that :)