Juni is not actually doing the movement. Instead, it is an 11 by 17 rectangle. The rectangle is programmed according to the platform movement object:
- Max X Velocity = 0
- Max Y Velocity = 700
- X Acceleration = 100
- X Deceleration = 50
- Gravity = 45
- Jump Strength = 500
- Jump hold strength = 5 (Additional height for every millisecond jumping)
- Max step up (in whole pixels) = 2 (Uphill slope correction)
- Downhill slope correction (in whole pixels) = 6
Shifts:
Not really much to say about this either. There are a ton of commands in the ini. But all of them are pretty simple. All a shift is is a position change.. ... That probably didn't help a bit.