Skip to content

Commit 4e90d71

Browse files
committed
Added another test package for future CCSpriteFrameCacheTests.
1 parent ddfbff2 commit 4e90d71

File tree

10 files changed

+84
-0
lines changed

10 files changed

+84
-0
lines changed
Binary file not shown.
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>CCSetupScreenMode</key>
6+
<string>CCScreenModeFlexible</string>
7+
<key>CCSetupScreenOrientation</key>
8+
<string>CCScreenOrientationLandscape</string>
9+
<key>CCSetupTabletScale2X</key>
10+
<true/>
11+
</dict>
12+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>filenames</key>
6+
<dict/>
7+
<key>metadata</key>
8+
<dict>
9+
<key>version</key>
10+
<integer>1</integer>
11+
</dict>
12+
</dict>
13+
</plist>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>frames</key>
6+
<dict>
7+
<key>moresmileys/confusedSmiley.png</key>
8+
<dict>
9+
<key>frame</key>
10+
<string>{{37, 1}, {40, 38}}</string>
11+
<key>offset</key>
12+
<string>{1, 1}</string>
13+
<key>rotated</key>
14+
<true/>
15+
<key>sourceColorRect</key>
16+
<string>{{6, 5}, {40, 38}}</string>
17+
<key>sourceSize</key>
18+
<string>{50, 50}</string>
19+
</dict>
20+
<key>moresmileys/knockOutSmiley.png</key>
21+
<dict>
22+
<key>frame</key>
23+
<string>{{1, 1}, {42, 34}}</string>
24+
<key>offset</key>
25+
<string>{1, -1}</string>
26+
<key>rotated</key>
27+
<true/>
28+
<key>sourceColorRect</key>
29+
<string>{{5, 9}, {42, 34}}</string>
30+
<key>sourceSize</key>
31+
<string>{50, 50}</string>
32+
</dict>
33+
</dict>
34+
<key>metadata</key>
35+
<dict>
36+
<key>format</key>
37+
<integer>2</integer>
38+
<key>size</key>
39+
<string>{128, 64}</string>
40+
<key>textureFileName</key>
41+
<string>moresmileys.png</string>
42+
</dict>
43+
</dict>
44+
</plist>
Loading
Loading
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+
<plist version="1.0">
4+
<dict>
5+
<key>metadata</key>
6+
<dict>
7+
<key>version</key>
8+
<integer>1</integer>
9+
</dict>
10+
<key>spriteFrameFiles</key>
11+
<array>
12+
<string>moresmileys.plist</string>
13+
</array>
14+
</dict>
15+
</plist>
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)