SHOW:
|
|
- or go back to the newest paste.
| 1 | ; SML WorldPlayer Configuration | |
| 2 | ; Revision 7 by Celarix | |
| 3 | ; 5/31/2012 | |
| 4 | ||
| 5 | [worldplayer] | |
| 6 | source = ow_player | |
| 7 | poses = 4 ; The number of directional poses (up, down, left, right) | |
| 8 | frames= 2 ; The number of frames per pose | |
| 9 | upFrames= (0,0)-(16,0) ; The frames for the player walking up | |
| 10 | downFrames= (32,0)-(48,0) ; The frames for the player walking down and et cetera | |
| 11 | leftFrames= (64,0)-(80,0) | |
| 12 | rightFrames= (96,0)-(112,0) | |
| 13 | - | frameTime = 10 ; number of frames per animation frame |
| 13 | + | |
| 14 | frameTime = 10 ; number of frames per animation frame | |
| 15 | ||
| 16 | ; Note about poses: | |
| 17 | ; There are two modes: one-pose and four-pose | |
| 18 | ; One-pose uses one set of frames only | |
| 19 | ; Four-poses uses four sets of frames, one for each direction | |
| 20 | ; The syntax for defining location of frames for one-pose is: | |
| 21 | ; Frames = (0,0)-(16,0) |