forked from joshclick/CanaClone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRunner.plist
executable file
·42 lines (42 loc) · 1 KB
/
Runner.plist
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>runningAnim</key>
<dict>
<key>animationFrames</key>
<string>1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16</string>
<key>delay</key>
<real>0.03</real>
<key>filenamePrefix</key>
<string>runner_</string>
</dict>
<key>jumpingAnim</key>
<dict>
<key>animationFrames</key>
<string>17,18,19,20</string>
<key>delay</key>
<real>0.06</real>
<key>filenamePrefix</key>
<string>runner_</string>
</dict>
<key>fallingAnim</key>
<dict>
<key>animationFrames</key>
<string>21,22,23,24,25,26,27</string>
<key>delay</key>
<real>0.06</real>
<key>filenamePrefix</key>
<string>runner_</string>
</dict>
<key>rollingAnim</key>
<dict>
<key>animationFrames</key>
<string>28,29,30,31,32,33,34,35,36,37,38</string>
<key>delay</key>
<real>0.05</real>
<key>filenamePrefix</key>
<string>runner_</string>
</dict>
</dict>
</plist>