summary refs log tree commit diff stats
path: root/Resources
diff options
context:
space:
mode:
Diffstat (limited to 'Resources')
-rwxr-xr-xResources/1up.wavbin0 -> 153134 bytes
-rwxr-xr-xResources/Damage1.wavbin0 -> 13508 bytes
-rwxr-xr-xResources/Default.pngbin0 -> 30635 bytes
-rwxr-xr-xResources/GameOver.pngbin0 -> 36449 bytes
-rwxr-xr-xResources/Icon-72.pngbin0 -> 14894 bytes
-rwxr-xr-xResources/Icon.pngbin0 -> 10757 bytes
-rwxr-xr-xResources/Icon@2x.pngbin0 -> 10096 bytes
-rwxr-xr-xResources/Info.plist57
-rwxr-xr-xResources/Item1.wavbin0 -> 73646 bytes
-rwxr-xr-xResources/Morning1.pngbin0 -> 22770 bytes
-rwxr-xr-xResources/SeaBeach.pngbin0 -> 33343 bytes
-rwxr-xr-xResources/back.pngbin0 -> 3440 bytes
-rwxr-xr-xResources/back2.pngbin0 -> 3816 bytes
-rwxr-xr-xResources/bottle.pngbin0 -> 2962 bytes
-rwxr-xr-xResources/cart.pngbin0 -> 3117 bytes
-rwxr-xr-xResources/cartdata.sqlite3bin0 -> 16384 bytes
-rwxr-xr-xResources/cherry.pngbin0 -> 2947 bytes
-rwxr-xr-xResources/fps_images.pngbin0 -> 6203 bytes
-rwxr-xr-xResources/getoffthatboatrightnowyounglady.fnt99
-rwxr-xr-xResources/getoffthatboatrightnowyounglady.pngbin0 -> 31194 bytes
-rwxr-xr-xResources/helvetica.fnt99
-rwxr-xr-xResources/helvetica.pngbin0 -> 7893 bytes
-rwxr-xr-xResources/helvetica2.fnt99
-rwxr-xr-xResources/helvetica2.pngbin0 -> 7855 bytes
-rwxr-xr-xResources/highscores.pngbin0 -> 3074 bytes
-rwxr-xr-xResources/highscores2.pngbin0 -> 2864 bytes
-rwxr-xr-xResources/iTunesArtworkbin0 -> 61982 bytes
-rwxr-xr-xResources/iTunesArtwork.pngbin0 -> 15373 bytes
-rwxr-xr-xResources/newgame.pngbin0 -> 2864 bytes
-rwxr-xr-xResources/newgame2.pngbin0 -> 2984 bytes
-rwxr-xr-xResources/oneup.pngbin0 -> 3029 bytes
-rwxr-xr-xResources/pause.pngbin0 -> 3077 bytes
-rwxr-xr-xResources/pause2.pngbin0 -> 3087 bytes
-rwxr-xr-xResources/rock.pngbin0 -> 3058 bytes
34 files changed, 354 insertions, 0 deletions
diff --git a/Resources/1up.wav b/Resources/1up.wav new file mode 100755 index 0000000..c0f2940 --- /dev/null +++ b/Resources/1up.wav
Binary files differ
diff --git a/Resources/Damage1.wav b/Resources/Damage1.wav new file mode 100755 index 0000000..3275265 --- /dev/null +++ b/Resources/Damage1.wav
Binary files differ
diff --git a/Resources/Default.png b/Resources/Default.png new file mode 100755 index 0000000..8710d78 --- /dev/null +++ b/Resources/Default.png
Binary files differ
diff --git a/Resources/GameOver.png b/Resources/GameOver.png new file mode 100755 index 0000000..a3656fd --- /dev/null +++ b/Resources/GameOver.png
Binary files differ
diff --git a/Resources/Icon-72.png b/Resources/Icon-72.png new file mode 100755 index 0000000..2ff58e0 --- /dev/null +++ b/Resources/Icon-72.png
Binary files differ
diff --git a/Resources/Icon.png b/Resources/Icon.png new file mode 100755 index 0000000..7f09e45 --- /dev/null +++ b/Resources/Icon.png
Binary files differ
diff --git a/Resources/Icon@2x.png b/Resources/Icon@2x.png new file mode 100755 index 0000000..32ab8ea --- /dev/null +++ b/Resources/Icon@2x.png
Binary files differ
diff --git a/Resources/Info.plist b/Resources/Info.plist new file mode 100755 index 0000000..9b64e3d --- /dev/null +++ b/Resources/Info.plist
@@ -0,0 +1,57 @@
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>CFBundleDevelopmentRegion</key>
6 <string>English</string>
7 <key>CFBundleDisplayName</key>
8 <string>${PRODUCT_NAME}</string>
9 <key>CFBundleDocumentTypes</key>
10 <array/>
11 <key>CFBundleExecutable</key>
12 <string>${EXECUTABLE_NAME}</string>
13 <key>CFBundleIconFile</key>
14 <string></string>
15 <key>CFBundleIconFiles</key>
16 <array>
17 <string>Icon.png</string>
18 <string>Icon@2x.png</string>
19 <string>Icon-72.png</string>
20 </array>
21 <key>CFBundleIdentifier</key>
22 <string>com.fourisland.${PRODUCT_NAME:rfc1034identifier}</string>
23 <key>CFBundleInfoDictionaryVersion</key>
24 <string>6.0</string>
25 <key>CFBundleName</key>
26 <string>${PRODUCT_NAME}</string>
27 <key>CFBundlePackageType</key>
28 <string>APPL</string>
29 <key>CFBundleShortVersionString</key>
30 <string>0.2.1</string>
31 <key>CFBundleSignature</key>
32 <string>????</string>
33 <key>CFBundleURLTypes</key>
34 <array/>
35 <key>CFBundleVersion</key>
36 <string>1.0</string>
37 <key>LSRequiresIPhoneOS</key>
38 <true/>
39 <key>UIPrerenderedIcon</key>
40 <true/>
41 <key>UIRequiredDeviceCapabilities</key>
42 <dict>
43 <key>accelerometer</key>
44 <true/>
45 <key>opengles-1</key>
46 <true/>
47 </dict>
48 <key>UIStatusBarHidden</key>
49 <true/>
50 <key>UISupportedInterfaceOrientations</key>
51 <array/>
52 <key>UTExportedTypeDeclarations</key>
53 <array/>
54 <key>UTImportedTypeDeclarations</key>
55 <array/>
56</dict>
57</plist>
diff --git a/Resources/Item1.wav b/Resources/Item1.wav new file mode 100755 index 0000000..d7fb915 --- /dev/null +++ b/Resources/Item1.wav
Binary files differ
diff --git a/Resources/Morning1.png b/Resources/Morning1.png new file mode 100755 index 0000000..b206a4d --- /dev/null +++ b/Resources/Morning1.png
Binary files differ
diff --git a/Resources/SeaBeach.png b/Resources/SeaBeach.png new file mode 100755 index 0000000..0ee78c3 --- /dev/null +++ b/Resources/SeaBeach.png
Binary files differ
diff --git a/Resources/back.png b/Resources/back.png new file mode 100755 index 0000000..d5c14d9 --- /dev/null +++ b/Resources/back.png
Binary files differ
diff --git a/Resources/back2.png b/Resources/back2.png new file mode 100755 index 0000000..63e64de --- /dev/null +++ b/Resources/back2.png
Binary files differ
diff --git a/Resources/bottle.png b/Resources/bottle.png new file mode 100755 index 0000000..e6d23e0 --- /dev/null +++ b/Resources/bottle.png
Binary files differ
diff --git a/Resources/cart.png b/Resources/cart.png new file mode 100755 index 0000000..502b5f3 --- /dev/null +++ b/Resources/cart.png
Binary files differ
diff --git a/Resources/cartdata.sqlite3 b/Resources/cartdata.sqlite3 new file mode 100755 index 0000000..6b7b656 --- /dev/null +++ b/Resources/cartdata.sqlite3
Binary files differ
diff --git a/Resources/cherry.png b/Resources/cherry.png new file mode 100755 index 0000000..593fef0 --- /dev/null +++ b/Resources/cherry.png
Binary files differ
diff --git a/Resources/fps_images.png b/Resources/fps_images.png new file mode 100755 index 0000000..e91d0af --- /dev/null +++ b/Resources/fps_images.png
Binary files differ
diff --git a/Resources/getoffthatboatrightnowyounglady.fnt b/Resources/getoffthatboatrightnowyounglady.fnt new file mode 100755 index 0000000..9bc2d6f --- /dev/null +++ b/Resources/getoffthatboatrightnowyounglady.fnt
@@ -0,0 +1,99 @@
1info face="Arial-Black" size=32 bold=1 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1
2common lineHeight=46 base=36 scaleW=512 scaleH=512 pages=1 packed=0
3page id=0 file="getoffthatboatrightnowyounglady.png"
4chars count=94
5char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=36 xadvance=11 page=0 chnl=0
6char id=125 x=0 y=0 width=15 height=32 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=0
7char id=123 x=15 y=0 width=15 height=32 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=0
8char id=41 x=30 y=0 width=11 height=32 xoffset=1 yoffset=12 xadvance=12 page=0 chnl=0
9char id=40 x=41 y=0 width=12 height=32 xoffset=1 yoffset=12 xadvance=12 page=0 chnl=0
10char id=124 x=53 y=0 width=6 height=31 xoffset=2 yoffset=13 xadvance=9 page=0 chnl=0
11char id=93 x=59 y=0 width=12 height=31 xoffset=0 yoffset=13 xadvance=12 page=0 chnl=0
12char id=91 x=71 y=0 width=11 height=31 xoffset=2 yoffset=13 xadvance=12 page=0 chnl=0
13char id=106 x=82 y=0 width=14 height=31 xoffset=-2 yoffset=13 xadvance=11 page=0 chnl=0
14char id=36 x=96 y=0 width=22 height=30 xoffset=0 yoffset=11 xadvance=21 page=0 chnl=0
15char id=64 x=118 y=0 width=27 height=29 xoffset=-1 yoffset=12 xadvance=24 page=0 chnl=0
16char id=81 x=145 y=0 width=27 height=28 xoffset=1 yoffset=12 xadvance=27 page=0 chnl=0
17char id=37 x=172 y=0 width=31 height=27 xoffset=1 yoffset=12 xadvance=32 page=0 chnl=0
18char id=38 x=203 y=0 width=27 height=26 xoffset=2 yoffset=12 xadvance=28 page=0 chnl=0
19char id=35 x=230 y=0 width=22 height=26 xoffset=0 yoffset=12 xadvance=21 page=0 chnl=0
20char id=92 x=252 y=0 width=12 height=26 xoffset=-1 yoffset=12 xadvance=9 page=0 chnl=0
21char id=47 x=264 y=0 width=10 height=26 xoffset=0 yoffset=12 xadvance=9 page=0 chnl=0
22char id=48 x=274 y=0 width=21 height=26 xoffset=1 yoffset=12 xadvance=21 page=0 chnl=0
23char id=57 x=295 y=0 width=20 height=26 xoffset=1 yoffset=12 xadvance=21 page=0 chnl=0
24char id=56 x=315 y=0 width=21 height=26 xoffset=1 yoffset=12 xadvance=21 page=0 chnl=0
25char id=54 x=336 y=0 width=21 height=26 xoffset=1 yoffset=12 xadvance=21 page=0 chnl=0
26char id=51 x=357 y=0 width=21 height=26 xoffset=1 yoffset=12 xadvance=21 page=0 chnl=0
27char id=83 x=378 y=0 width=22 height=26 xoffset=1 yoffset=12 xadvance=23 page=0 chnl=0
28char id=79 x=400 y=0 width=26 height=26 xoffset=1 yoffset=12 xadvance=27 page=0 chnl=0
29char id=71 x=426 y=0 width=25 height=26 xoffset=1 yoffset=12 xadvance=27 page=0 chnl=0
30char id=67 x=451 y=0 width=24 height=26 xoffset=1 yoffset=12 xadvance=25 page=0 chnl=0
31char id=59 x=475 y=0 width=9 height=25 xoffset=1 yoffset=19 xadvance=11 page=0 chnl=0
32char id=63 x=484 y=0 width=19 height=25 xoffset=1 yoffset=12 xadvance=20 page=0 chnl=0
33char id=53 x=0 y=32 width=21 height=25 xoffset=1 yoffset=13 xadvance=21 page=0 chnl=0
34char id=52 x=21 y=32 width=22 height=25 xoffset=0 yoffset=12 xadvance=21 page=0 chnl=0
35char id=50 x=43 y=32 width=21 height=25 xoffset=0 yoffset=12 xadvance=21 page=0 chnl=0
36char id=49 x=64 y=32 width=15 height=25 xoffset=2 yoffset=12 xadvance=21 page=0 chnl=0
37char id=121 x=79 y=32 width=21 height=25 xoffset=0 yoffset=19 xadvance=20 page=0 chnl=0
38char id=116 x=100 y=32 width=15 height=25 xoffset=0 yoffset=13 xadvance=14 page=0 chnl=0
39char id=113 x=115 y=32 width=20 height=25 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
40char id=112 x=135 y=32 width=21 height=25 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
41char id=103 x=156 y=32 width=20 height=25 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
42char id=102 x=176 y=32 width=17 height=25 xoffset=0 yoffset=12 xadvance=12 page=0 chnl=0
43char id=100 x=193 y=32 width=20 height=25 xoffset=1 yoffset=13 xadvance=21 page=0 chnl=0
44char id=98 x=213 y=32 width=21 height=25 xoffset=1 yoffset=13 xadvance=21 page=0 chnl=0
45char id=85 x=234 y=32 width=24 height=25 xoffset=2 yoffset=13 xadvance=27 page=0 chnl=0
46char id=74 x=258 y=32 width=20 height=25 xoffset=0 yoffset=13 xadvance=21 page=0 chnl=0
47char id=33 x=278 y=32 width=9 height=24 xoffset=1 yoffset=13 xadvance=11 page=0 chnl=0
48char id=55 x=287 y=32 width=20 height=24 xoffset=1 yoffset=13 xadvance=21 page=0 chnl=0
49char id=108 x=307 y=32 width=8 height=24 xoffset=2 yoffset=13 xadvance=11 page=0 chnl=0
50char id=107 x=315 y=32 width=23 height=24 xoffset=1 yoffset=13 xadvance=21 page=0 chnl=0
51char id=105 x=338 y=32 width=8 height=24 xoffset=2 yoffset=13 xadvance=11 page=0 chnl=0
52char id=104 x=346 y=32 width=20 height=24 xoffset=1 yoffset=13 xadvance=21 page=0 chnl=0
53char id=90 x=366 y=32 width=24 height=24 xoffset=0 yoffset=13 xadvance=23 page=0 chnl=0
54char id=89 x=390 y=32 width=26 height=24 xoffset=0 yoffset=13 xadvance=25 page=0 chnl=0
55char id=88 x=416 y=32 width=26 height=24 xoffset=0 yoffset=13 xadvance=25 page=0 chnl=0
56char id=87 x=442 y=32 width=37 height=24 xoffset=-1 yoffset=13 xadvance=32 page=0 chnl=0
57char id=86 x=479 y=32 width=26 height=24 xoffset=0 yoffset=13 xadvance=25 page=0 chnl=0
58char id=84 x=0 y=57 width=24 height=24 xoffset=0 yoffset=13 xadvance=23 page=0 chnl=0
59char id=82 x=24 y=57 width=24 height=24 xoffset=2 yoffset=13 xadvance=25 page=0 chnl=0
60char id=80 x=48 y=57 width=21 height=24 xoffset=2 yoffset=13 xadvance=23 page=0 chnl=0
61char id=78 x=69 y=57 width=24 height=24 xoffset=2 yoffset=13 xadvance=27 page=0 chnl=0
62char id=77 x=93 y=57 width=28 height=24 xoffset=2 yoffset=13 xadvance=30 page=0 chnl=0
63char id=76 x=121 y=57 width=20 height=24 xoffset=2 yoffset=13 xadvance=21 page=0 chnl=0
64char id=75 x=141 y=57 width=26 height=24 xoffset=2 yoffset=13 xadvance=27 page=0 chnl=0
65char id=73 x=167 y=57 width=9 height=24 xoffset=2 yoffset=13 xadvance=12 page=0 chnl=0
66char id=72 x=176 y=57 width=24 height=24 xoffset=2 yoffset=13 xadvance=27 page=0 chnl=0
67char id=70 x=200 y=57 width=19 height=24 xoffset=2 yoffset=13 xadvance=21 page=0 chnl=0
68char id=69 x=219 y=57 width=21 height=24 xoffset=2 yoffset=13 xadvance=23 page=0 chnl=0
69char id=68 x=240 y=57 width=23 height=24 xoffset=2 yoffset=13 xadvance=25 page=0 chnl=0
70char id=66 x=263 y=57 width=23 height=24 xoffset=2 yoffset=13 xadvance=25 page=0 chnl=0
71char id=65 x=286 y=57 width=26 height=24 xoffset=0 yoffset=13 xadvance=25 page=0 chnl=0
72char id=62 x=312 y=57 width=20 height=22 xoffset=1 yoffset=14 xadvance=21 page=0 chnl=0
73char id=60 x=332 y=57 width=20 height=22 xoffset=1 yoffset=14 xadvance=21 page=0 chnl=0
74char id=43 x=352 y=57 width=20 height=19 xoffset=1 yoffset=16 xadvance=21 page=0 chnl=0
75char id=117 x=372 y=57 width=20 height=19 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
76char id=115 x=392 y=57 width=20 height=19 xoffset=0 yoffset=19 xadvance=20 page=0 chnl=0
77char id=111 x=412 y=57 width=21 height=19 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
78char id=101 x=433 y=57 width=21 height=19 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
79char id=99 x=454 y=57 width=21 height=19 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
80char id=97 x=475 y=57 width=21 height=19 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
81char id=58 x=496 y=57 width=9 height=18 xoffset=1 yoffset=19 xadvance=11 page=0 chnl=0
82char id=122 x=0 y=81 width=19 height=18 xoffset=0 yoffset=19 xadvance=18 page=0 chnl=0
83char id=120 x=19 y=81 width=24 height=18 xoffset=0 yoffset=19 xadvance=21 page=0 chnl=0
84char id=119 x=43 y=81 width=33 height=18 xoffset=0 yoffset=19 xadvance=30 page=0 chnl=0
85char id=118 x=76 y=81 width=21 height=18 xoffset=0 yoffset=19 xadvance=20 page=0 chnl=0
86char id=114 x=97 y=81 width=18 height=18 xoffset=1 yoffset=19 xadvance=14 page=0 chnl=0
87char id=110 x=115 y=81 width=20 height=18 xoffset=1 yoffset=19 xadvance=21 page=0 chnl=0
88char id=109 x=135 y=81 width=31 height=18 xoffset=1 yoffset=19 xadvance=32 page=0 chnl=0
89char id=94 x=166 y=81 width=20 height=15 xoffset=1 yoffset=12 xadvance=21 page=0 chnl=0
90char id=44 x=186 y=81 width=9 height=15 xoffset=1 yoffset=29 xadvance=11 page=0 chnl=0
91char id=42 x=195 y=81 width=14 height=14 xoffset=2 yoffset=12 xadvance=18 page=0 chnl=0
92char id=61 x=209 y=81 width=20 height=14 xoffset=1 yoffset=18 xadvance=21 page=0 chnl=0
93char id=126 x=229 y=81 width=20 height=10 xoffset=1 yoffset=20 xadvance=21 page=0 chnl=0
94char id=39 x=249 y=81 width=8 height=10 xoffset=1 yoffset=13 xadvance=9 page=0 chnl=0
95char id=34 x=257 y=81 width=17 height=10 xoffset=0 yoffset=13 xadvance=16 page=0 chnl=0
96char id=46 x=274 y=81 width=9 height=8 xoffset=1 yoffset=29 xadvance=11 page=0 chnl=0
97char id=45 x=283 y=81 width=11 height=7 xoffset=0 yoffset=25 xadvance=11 page=0 chnl=0
98char id=96 x=294 y=81 width=9 height=7 xoffset=0 yoffset=12 xadvance=11 page=0 chnl=0
99char id=95 x=303 y=81 width=21 height=3 xoffset=-1 yoffset=38 xadvance=16 page=0 chnl=0
diff --git a/Resources/getoffthatboatrightnowyounglady.png b/Resources/getoffthatboatrightnowyounglady.png new file mode 100755 index 0000000..7ed82b7 --- /dev/null +++ b/Resources/getoffthatboatrightnowyounglady.png
Binary files differ
diff --git a/Resources/helvetica.fnt b/Resources/helvetica.fnt new file mode 100755 index 0000000..9753964 --- /dev/null +++ b/Resources/helvetica.fnt
@@ -0,0 +1,99 @@
1info face="HelveticaNeue-CondensedBlack" size=16 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1
2common lineHeight=20 base=16 scaleW=512 scaleH=512 pages=1 packed=0
3page id=0 file="helvetica.png"
4chars count=94
5char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=16 xadvance=4 page=0 chnl=0
6char id=124 x=0 y=0 width=3 height=18 xoffset=1 yoffset=3 xadvance=4 page=0 chnl=0
7char id=125 x=3 y=0 width=6 height=17 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0
8char id=123 x=9 y=0 width=6 height=17 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0
9char id=93 x=15 y=0 width=4 height=17 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0
10char id=91 x=19 y=0 width=6 height=17 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
11char id=41 x=25 y=0 width=7 height=17 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
12char id=40 x=32 y=0 width=7 height=17 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0
13char id=106 x=39 y=0 width=6 height=17 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
14char id=36 x=45 y=0 width=10 height=16 xoffset=0 yoffset=3 xadvance=9 page=0 chnl=0
15char id=38 x=55 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
16char id=37 x=68 y=0 width=15 height=14 xoffset=1 yoffset=4 xadvance=16 page=0 chnl=0
17char id=92 x=83 y=0 width=10 height=14 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
18char id=64 x=93 y=0 width=14 height=14 xoffset=0 yoffset=4 xadvance=13 page=0 chnl=0
19char id=47 x=107 y=0 width=10 height=14 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
20char id=48 x=117 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
21char id=57 x=127 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
22char id=56 x=137 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
23char id=54 x=147 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
24char id=53 x=157 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
25char id=51 x=167 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
26char id=121 x=177 y=0 width=9 height=14 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
27char id=113 x=186 y=0 width=10 height=14 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
28char id=112 x=196 y=0 width=9 height=14 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0
29char id=103 x=205 y=0 width=10 height=14 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
30char id=100 x=215 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
31char id=98 x=225 y=0 width=9 height=14 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
32char id=85 x=234 y=0 width=11 height=14 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0
33char id=83 x=245 y=0 width=11 height=14 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
34char id=81 x=256 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
35char id=79 x=269 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
36char id=74 x=282 y=0 width=9 height=14 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0
37char id=71 x=291 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
38char id=67 x=304 y=0 width=12 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
39char id=35 x=316 y=0 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
40char id=59 x=326 y=0 width=4 height=13 xoffset=1 yoffset=7 xadvance=4 page=0 chnl=0
41char id=63 x=330 y=0 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
42char id=33 x=339 y=0 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
43char id=55 x=342 y=0 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
44char id=52 x=352 y=0 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
45char id=50 x=362 y=0 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
46char id=49 x=371 y=0 width=6 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
47char id=108 x=377 y=0 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
48char id=107 x=380 y=0 width=10 height=13 xoffset=1 yoffset=4 xadvance=8 page=0 chnl=0
49char id=105 x=390 y=0 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
50char id=104 x=393 y=0 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
51char id=102 x=401 y=0 width=6 height=13 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0
52char id=90 x=407 y=0 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
53char id=89 x=418 y=0 width=13 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
54char id=88 x=431 y=0 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
55char id=87 x=442 y=0 width=16 height=13 xoffset=0 yoffset=4 xadvance=15 page=0 chnl=0
56char id=86 x=458 y=0 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
57char id=84 x=469 y=0 width=12 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
58char id=82 x=481 y=0 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
59char id=80 x=492 y=0 width=10 height=13 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0
60char id=78 x=0 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0
61char id=77 x=11 y=18 width=13 height=13 xoffset=1 yoffset=4 xadvance=14 page=0 chnl=0
62char id=76 x=24 y=18 width=9 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
63char id=75 x=33 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
64char id=73 x=44 y=18 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
65char id=72 x=47 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0
66char id=70 x=58 y=18 width=9 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
67char id=69 x=67 y=18 width=10 height=13 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0
68char id=68 x=77 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
69char id=66 x=88 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
70char id=65 x=99 y=18 width=15 height=13 xoffset=-1 yoffset=4 xadvance=10 page=0 chnl=0
71char id=116 x=114 y=18 width=6 height=12 xoffset=0 yoffset=5 xadvance=5 page=0 chnl=0
72char id=62 x=120 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0
73char id=60 x=130 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0
74char id=117 x=140 y=18 width=8 height=11 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0
75char id=115 x=148 y=18 width=9 height=11 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
76char id=111 x=157 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
77char id=101 x=167 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
78char id=99 x=177 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
79char id=97 x=187 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
80char id=43 x=197 y=18 width=10 height=10 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0
81char id=58 x=207 y=18 width=4 height=10 xoffset=1 yoffset=7 xadvance=4 page=0 chnl=0
82char id=122 x=211 y=18 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
83char id=120 x=220 y=18 width=11 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
84char id=119 x=231 y=18 width=13 height=10 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0
85char id=118 x=244 y=18 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
86char id=114 x=253 y=18 width=8 height=10 xoffset=0 yoffset=7 xadvance=5 page=0 chnl=0
87char id=110 x=261 y=18 width=8 height=10 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0
88char id=109 x=269 y=18 width=13 height=10 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=0
89char id=94 x=282 y=18 width=10 height=9 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
90char id=42 x=292 y=18 width=7 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0
91char id=61 x=299 y=18 width=10 height=7 xoffset=0 yoffset=9 xadvance=10 page=0 chnl=0
92char id=44 x=309 y=18 width=4 height=6 xoffset=1 yoffset=14 xadvance=4 page=0 chnl=0
93char id=39 x=313 y=18 width=3 height=6 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
94char id=34 x=316 y=18 width=6 height=6 xoffset=1 yoffset=4 xadvance=7 page=0 chnl=0
95char id=126 x=322 y=18 width=9 height=5 xoffset=1 yoffset=10 xadvance=10 page=0 chnl=0
96char id=45 x=331 y=18 width=7 height=4 xoffset=0 yoffset=10 xadvance=6 page=0 chnl=0
97char id=96 x=338 y=18 width=6 height=4 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
98char id=46 x=344 y=18 width=4 height=3 xoffset=1 yoffset=14 xadvance=4 page=0 chnl=0
99char id=95 x=348 y=18 width=9 height=2 xoffset=0 yoffset=17 xadvance=8 page=0 chnl=0
diff --git a/Resources/helvetica.png b/Resources/helvetica.png new file mode 100755 index 0000000..48eb2e7 --- /dev/null +++ b/Resources/helvetica.png
Binary files differ
diff --git a/Resources/helvetica2.fnt b/Resources/helvetica2.fnt new file mode 100755 index 0000000..6d1ee41 --- /dev/null +++ b/Resources/helvetica2.fnt
@@ -0,0 +1,99 @@
1info face="HelveticaNeue-CondensedBlack" size=16 bold=0 italic=0 charset="" unicode=0 stretchH=100 smooth=1 aa=1 padding=0,0,0,0 spacing=1,1
2common lineHeight=20 base=16 scaleW=512 scaleH=512 pages=1 packed=0
3page id=0 file="helvetica2.png"
4chars count=94
5char id=32 x=0 y=0 width=0 height=0 xoffset=0 yoffset=16 xadvance=4 page=0 chnl=0
6char id=124 x=0 y=0 width=3 height=18 xoffset=1 yoffset=3 xadvance=4 page=0 chnl=0
7char id=125 x=3 y=0 width=6 height=17 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0
8char id=123 x=9 y=0 width=6 height=17 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0
9char id=93 x=15 y=0 width=4 height=17 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0
10char id=91 x=19 y=0 width=6 height=17 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
11char id=41 x=25 y=0 width=7 height=17 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
12char id=40 x=32 y=0 width=7 height=17 xoffset=0 yoffset=4 xadvance=4 page=0 chnl=0
13char id=106 x=39 y=0 width=6 height=17 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
14char id=36 x=45 y=0 width=10 height=16 xoffset=0 yoffset=3 xadvance=9 page=0 chnl=0
15char id=38 x=55 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
16char id=37 x=68 y=0 width=15 height=14 xoffset=1 yoffset=4 xadvance=16 page=0 chnl=0
17char id=92 x=83 y=0 width=10 height=14 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
18char id=64 x=93 y=0 width=14 height=14 xoffset=0 yoffset=4 xadvance=13 page=0 chnl=0
19char id=47 x=107 y=0 width=10 height=14 xoffset=-1 yoffset=4 xadvance=5 page=0 chnl=0
20char id=48 x=117 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
21char id=57 x=127 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
22char id=56 x=137 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
23char id=54 x=147 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
24char id=53 x=157 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
25char id=51 x=167 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
26char id=121 x=177 y=0 width=9 height=14 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
27char id=113 x=186 y=0 width=10 height=14 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
28char id=112 x=196 y=0 width=9 height=14 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0
29char id=103 x=205 y=0 width=10 height=14 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
30char id=100 x=215 y=0 width=10 height=14 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
31char id=98 x=225 y=0 width=9 height=14 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
32char id=85 x=234 y=0 width=11 height=14 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0
33char id=83 x=245 y=0 width=11 height=14 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
34char id=81 x=256 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
35char id=79 x=269 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
36char id=74 x=282 y=0 width=9 height=14 xoffset=0 yoffset=4 xadvance=8 page=0 chnl=0
37char id=71 x=291 y=0 width=13 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
38char id=67 x=304 y=0 width=12 height=14 xoffset=0 yoffset=4 xadvance=12 page=0 chnl=0
39char id=35 x=316 y=0 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
40char id=59 x=326 y=0 width=4 height=13 xoffset=1 yoffset=7 xadvance=4 page=0 chnl=0
41char id=63 x=330 y=0 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
42char id=33 x=339 y=0 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
43char id=55 x=342 y=0 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
44char id=52 x=352 y=0 width=10 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
45char id=50 x=362 y=0 width=9 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
46char id=49 x=371 y=0 width=6 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
47char id=108 x=377 y=0 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
48char id=107 x=380 y=0 width=10 height=13 xoffset=1 yoffset=4 xadvance=8 page=0 chnl=0
49char id=105 x=390 y=0 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
50char id=104 x=393 y=0 width=8 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
51char id=102 x=401 y=0 width=6 height=13 xoffset=0 yoffset=4 xadvance=5 page=0 chnl=0
52char id=90 x=407 y=0 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
53char id=89 x=418 y=0 width=13 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
54char id=88 x=431 y=0 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
55char id=87 x=442 y=0 width=16 height=13 xoffset=0 yoffset=4 xadvance=15 page=0 chnl=0
56char id=86 x=458 y=0 width=11 height=13 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
57char id=84 x=469 y=0 width=12 height=13 xoffset=0 yoffset=4 xadvance=9 page=0 chnl=0
58char id=82 x=481 y=0 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
59char id=80 x=492 y=0 width=10 height=13 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0
60char id=78 x=0 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0
61char id=77 x=11 y=18 width=13 height=13 xoffset=1 yoffset=4 xadvance=14 page=0 chnl=0
62char id=76 x=24 y=18 width=9 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
63char id=75 x=33 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
64char id=73 x=44 y=18 width=3 height=13 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
65char id=72 x=47 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=12 page=0 chnl=0
66char id=70 x=58 y=18 width=9 height=13 xoffset=1 yoffset=4 xadvance=9 page=0 chnl=0
67char id=69 x=67 y=18 width=10 height=13 xoffset=1 yoffset=4 xadvance=10 page=0 chnl=0
68char id=68 x=77 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
69char id=66 x=88 y=18 width=11 height=13 xoffset=1 yoffset=4 xadvance=11 page=0 chnl=0
70char id=65 x=99 y=18 width=15 height=13 xoffset=-1 yoffset=4 xadvance=10 page=0 chnl=0
71char id=116 x=114 y=18 width=6 height=12 xoffset=0 yoffset=5 xadvance=5 page=0 chnl=0
72char id=62 x=120 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0
73char id=60 x=130 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0
74char id=117 x=140 y=18 width=8 height=11 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0
75char id=115 x=148 y=18 width=9 height=11 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
76char id=111 x=157 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
77char id=101 x=167 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
78char id=99 x=177 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
79char id=97 x=187 y=18 width=10 height=11 xoffset=0 yoffset=7 xadvance=9 page=0 chnl=0
80char id=43 x=197 y=18 width=10 height=10 xoffset=0 yoffset=7 xadvance=10 page=0 chnl=0
81char id=58 x=207 y=18 width=4 height=10 xoffset=1 yoffset=7 xadvance=4 page=0 chnl=0
82char id=122 x=211 y=18 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
83char id=120 x=220 y=18 width=11 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
84char id=119 x=231 y=18 width=13 height=10 xoffset=0 yoffset=7 xadvance=12 page=0 chnl=0
85char id=118 x=244 y=18 width=9 height=10 xoffset=0 yoffset=7 xadvance=8 page=0 chnl=0
86char id=114 x=253 y=18 width=8 height=10 xoffset=0 yoffset=7 xadvance=5 page=0 chnl=0
87char id=110 x=261 y=18 width=8 height=10 xoffset=1 yoffset=7 xadvance=9 page=0 chnl=0
88char id=109 x=269 y=18 width=13 height=10 xoffset=1 yoffset=7 xadvance=14 page=0 chnl=0
89char id=94 x=282 y=18 width=10 height=9 xoffset=0 yoffset=4 xadvance=10 page=0 chnl=0
90char id=42 x=292 y=18 width=7 height=7 xoffset=0 yoffset=4 xadvance=6 page=0 chnl=0
91char id=61 x=299 y=18 width=10 height=7 xoffset=0 yoffset=9 xadvance=10 page=0 chnl=0
92char id=44 x=309 y=18 width=4 height=6 xoffset=1 yoffset=14 xadvance=4 page=0 chnl=0
93char id=39 x=313 y=18 width=3 height=6 xoffset=1 yoffset=4 xadvance=4 page=0 chnl=0
94char id=34 x=316 y=18 width=6 height=6 xoffset=1 yoffset=4 xadvance=7 page=0 chnl=0
95char id=126 x=322 y=18 width=9 height=5 xoffset=1 yoffset=10 xadvance=10 page=0 chnl=0
96char id=45 x=331 y=18 width=7 height=4 xoffset=0 yoffset=10 xadvance=6 page=0 chnl=0
97char id=96 x=338 y=18 width=6 height=4 xoffset=-1 yoffset=4 xadvance=4 page=0 chnl=0
98char id=46 x=344 y=18 width=4 height=3 xoffset=1 yoffset=14 xadvance=4 page=0 chnl=0
99char id=95 x=348 y=18 width=9 height=2 xoffset=0 yoffset=17 xadvance=8 page=0 chnl=0
diff --git a/Resources/helvetica2.png b/Resources/helvetica2.png new file mode 100755 index 0000000..eb95d13 --- /dev/null +++ b/Resources/helvetica2.png
Binary files differ
diff --git a/Resources/highscores.png b/Resources/highscores.png new file mode 100755 index 0000000..82f9cae --- /dev/null +++ b/Resources/highscores.png
Binary files differ
diff --git a/Resources/highscores2.png b/Resources/highscores2.png new file mode 100755 index 0000000..abc0d59 --- /dev/null +++ b/Resources/highscores2.png
Binary files differ
diff --git a/Resources/iTunesArtwork b/Resources/iTunesArtwork new file mode 100755 index 0000000..b1cc056 --- /dev/null +++ b/Resources/iTunesArtwork
Binary files differ
diff --git a/Resources/iTunesArtwork.png b/Resources/iTunesArtwork.png new file mode 100755 index 0000000..84f31e5 --- /dev/null +++ b/Resources/iTunesArtwork.png
Binary files differ
diff --git a/Resources/newgame.png b/Resources/newgame.png new file mode 100755 index 0000000..66349fd --- /dev/null +++ b/Resources/newgame.png
Binary files differ
diff --git a/Resources/newgame2.png b/Resources/newgame2.png new file mode 100755 index 0000000..3888618 --- /dev/null +++ b/Resources/newgame2.png
Binary files differ
diff --git a/Resources/oneup.png b/Resources/oneup.png new file mode 100755 index 0000000..b23f8e9 --- /dev/null +++ b/Resources/oneup.png
Binary files differ
diff --git a/Resources/pause.png b/Resources/pause.png new file mode 100755 index 0000000..2e98d83 --- /dev/null +++ b/Resources/pause.png
Binary files differ
diff --git a/Resources/pause2.png b/Resources/pause2.png new file mode 100755 index 0000000..031b039 --- /dev/null +++ b/Resources/pause2.png
Binary files differ
diff --git a/Resources/rock.png b/Resources/rock.png new file mode 100755 index 0000000..2c3bfdf --- /dev/null +++ b/Resources/rock.png
Binary files differ