SHOW:
|
|
- or go back to the newest paste.
1 | ; SML WorldPlayer Configuration | |
2 | - | ; Revision 4 by Celarix |
2 | + | ; Revision 5 by Celarix |
3 | ; 5/31/2012 | |
4 | ||
5 | [worldplayer] | |
6 | source = "ow_player" | |
7 | frames=2 ; The number of frames per pose | |
8 | - | upFrames={0,0}{16,0} ; The frames for the player walking up |
8 | + | upFrames=(0,0)(16,0) ; The frames for the player walking up |
9 | - | downFrames={32,0}{48,0} ; The frames for the player walking down and et cetera |
9 | + | downFrames=(32,0)(48,0) ; The frames for the player walking down and et cetera |
10 | - | leftFrames={64,0}{80,0} |
10 | + | leftFrames=(64,0)(80,0) |
11 | - | rightFrames={96,0}{112,0} |
11 | + | rightFrames=(96,0)(112,0) |
12 | frameTime = 10 ; number of frames per animation frame |