Updated the xcode project so it works will some of the recent path changes, code...
authorjammnrose <jammnrose@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 6 Sep 2007 16:50:12 +0000 (16:50 +0000)
committerjammnrose <jammnrose@78b8d119-cf0a-0410-b17c-f493084dd1d7>
Thu, 6 Sep 2007 16:50:12 +0000 (16:50 +0000)
git-svn-id: https://s.snth.net/svn/neverball/trunk@1104 78b8d119-cf0a-0410-b17c-f493084dd1d7

macosx/xcode/neverball.xcodeproj/project.pbxproj

index 75b52de..ca99291 100755 (executable)
@@ -58,7 +58,7 @@
 
 /* Begin PBXBuildFile section */
                8137F9DF0AEAE214009172EC /* SDL_image.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 815FFD030AEA341500AFD07F /* SDL_image.framework */; };
-               8137F9E50AEAE25E009172EC /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8137F99E0AEAE105009172EC /* libpng.a */; };
+               8137F9E50AEAE25E009172EC /* libpng12.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8137F99E0AEAE105009172EC /* libpng12.a */; };
                8137F9E80AEAE29C009172EC /* png.h in Headers */ = {isa = PBXBuildFile; fileRef = 8137F99F0AEAE105009172EC /* png.h */; };
                8137F9ED0AEAE304009172EC /* pngconf.h in Headers */ = {isa = PBXBuildFile; fileRef = 8137F9EC0AEAE304009172EC /* pngconf.h */; };
                8137FA130AEAE74D009172EC /* libintl.h in Headers */ = {isa = PBXBuildFile; fileRef = 8137F99D0AEAE105009172EC /* libintl.h */; };
@@ -76,9 +76,8 @@
                8137FD110AEBE4A3009172EC /* SDL_ttf.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 815F03F60AEAC72600AFD07F /* SDL_ttf.framework */; };
                8137FD120AEBE4A8009172EC /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
                8137FD3B0AEBE4AD009172EC /* OpenGL.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B2F67ED704C74A3F00A80002 /* OpenGL.framework */; };
-               8137FD3C0AEBE4B2009172EC /* libpng.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8137F99E0AEAE105009172EC /* libpng.a */; };
+               8137FD3C0AEBE4B2009172EC /* libpng12.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 8137F99E0AEAE105009172EC /* libpng12.a */; };
                8137FD450AEBE4F8009172EC /* i18n.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFB930AEA2E0300AFD07F /* i18n.c */; };
-               8137FD460AEBE4FF009172EC /* st_lang.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFBA90AEA2E0300AFD07F /* st_lang.c */; };
                8137FD470AEBE504009172EC /* st_resol.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFBAD0AEA2E0300AFD07F /* st_resol.c */; };
                8137FD490AEBE52B009172EC /* binary.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFB820AEA2E0300AFD07F /* binary.c */; };
                8137FD4A0AEBE52C009172EC /* state.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFBB10AEA2E0300AFD07F /* state.c */; };
                815F014C0AEA7B1800AFD07F /* base_image.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFB800AEA2E0300AFD07F /* base_image.h */; };
                815F014D0AEA7B1800AFD07F /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFB880AEA2E0300AFD07F /* config.h */; };
                815F014E0AEA7B1800AFD07F /* solid_gl.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFBA70AEA2E0300AFD07F /* solid_gl.h */; };
-               815F014F0AEA7B1800AFD07F /* st_lang.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFBAB0AEA2E0300AFD07F /* st_lang.h */; };
                815F01500AEA7B1800AFD07F /* st_resol.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFBAF0AEA2E0300AFD07F /* st_resol.h */; };
                815F01510AEA7B1800AFD07F /* geom.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFB8C0AEA2E0300AFD07F /* geom.h */; };
                815F01520AEA7B1800AFD07F /* gui.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFB910AEA2E0300AFD07F /* gui.h */; };
                815F01580AEA7B1800AFD07F /* state.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFBB30AEA2E0300AFD07F /* state.h */; };
                815F01590AEA7B1800AFD07F /* image.h in Headers */ = {isa = PBXBuildFile; fileRef = 815FFB990AEA2E0300AFD07F /* image.h */; };
                815F015A0AEA7B6600AFD07F /* i18n.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFB930AEA2E0300AFD07F /* i18n.c */; };
-               815F015B0AEA7B9000AFD07F /* st_lang.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFBA90AEA2E0300AFD07F /* st_lang.c */; };
                815F015C0AEA7B9E00AFD07F /* st_resol.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFBAD0AEA2E0300AFD07F /* st_resol.c */; };
                815F015D0AEA7BB200AFD07F /* vec3.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFBB50AEA2E0300AFD07F /* vec3.c */; };
                815F015E0AEA7BB800AFD07F /* base_image.c in Sources */ = {isa = PBXBuildFile; fileRef = 815FFB7E0AEA2E0300AFD07F /* base_image.c */; };
                81D0B3F60AEE6C710041CE19 /* SDL.framework in CopyFiles */ = {isa = PBXBuildFile; fileRef = 815FFCFD0AEA340300AFD07F /* SDL.framework */; };
                B47DDD540BCA28CB00915326 /* neverball-new.icns in Resources */ = {isa = PBXBuildFile; fileRef = B47DDD3E0BCA1BF200915326 /* neverball-new.icns */; };
                B47DDD560BCA28D900915326 /* neverputt-new.icns in Resources */ = {isa = PBXBuildFile; fileRef = B47DDD400BCA1BF200915326 /* neverputt-new.icns */; };
+               B5117CE80C9060CB005837F9 /* st_pause.c in Sources */ = {isa = PBXBuildFile; fileRef = B5117CE60C9060CB005837F9 /* st_pause.c */; };
+               B5117CE90C9060CB005837F9 /* st_pause.h in Headers */ = {isa = PBXBuildFile; fileRef = B5117CE70C9060CB005837F9 /* st_pause.h */; };
+               B5C41BFF0C905AC400C19E20 /* libiconv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5C41BFE0C905AC400C19E20 /* libiconv.a */; };
+               B5C41C000C905AC500C19E20 /* libiconv.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B5C41BFE0C905AC400C19E20 /* libiconv.a */; };
+               B5C41C050C905BB800C19E20 /* iconv.h in Headers */ = {isa = PBXBuildFile; fileRef = B5C41C040C905BB800C19E20 /* iconv.h */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXContainerItemProxy section */
                1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
                8137F99C0AEAE105009172EC /* libintl.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libintl.a; sourceTree = "<group>"; };
                8137F99D0AEAE105009172EC /* libintl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = libintl.h; sourceTree = "<group>"; };
-               8137F99E0AEAE105009172EC /* libpng.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpng.a; sourceTree = "<group>"; };
+               8137F99E0AEAE105009172EC /* libpng12.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libpng12.a; sourceTree = "<group>"; };
                8137F99F0AEAE105009172EC /* png.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = "<group>"; };
                8137F9EC0AEAE304009172EC /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = "<group>"; };
                8137FC1C0AEB77B6009172EC /* msgfmt */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.executable"; path = msgfmt; sourceTree = "<group>"; };
                815FFBA30AEA2E0300AFD07F /* solid.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = solid.h; sourceTree = "<group>"; };
                815FFBA50AEA2E0300AFD07F /* solid_gl.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = solid_gl.c; sourceTree = "<group>"; };
                815FFBA70AEA2E0300AFD07F /* solid_gl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = solid_gl.h; sourceTree = "<group>"; };
-               815FFBA90AEA2E0300AFD07F /* st_lang.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = st_lang.c; sourceTree = "<group>"; };
-               815FFBAB0AEA2E0300AFD07F /* st_lang.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = st_lang.h; sourceTree = "<group>"; };
                815FFBAD0AEA2E0300AFD07F /* st_resol.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = st_resol.c; sourceTree = "<group>"; };
                815FFBAF0AEA2E0300AFD07F /* st_resol.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = st_resol.h; sourceTree = "<group>"; };
                815FFBB10AEA2E0300AFD07F /* state.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = state.c; sourceTree = "<group>"; };
                815FFD030AEA341500AFD07F /* SDL_image.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SDL_image.framework; path = /Library/Frameworks/SDL_image.framework; sourceTree = "<absolute>"; };
                815FFDE70AEA3B8A00AFD07F /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; };
                B2F67ED704C74A3F00A80002 /* OpenGL.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OpenGL.framework; path = /System/Library/Frameworks/OpenGL.framework; sourceTree = "<absolute>"; };
-               B41632F10BCA1A66006F2E93 /* alien.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = alien.png; sourceTree = "<group>"; };
-               B41632F20BCA1A66006F2E93 /* blk_org.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = blk_org.png; sourceTree = "<group>"; };
-               B41632F30BCA1A66006F2E93 /* blues.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = blues.png; sourceTree = "<group>"; };
-               B41632F40BCA1A66006F2E93 /* city.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city.png; sourceTree = "<group>"; };
-               B41632F50BCA1A66006F2E93 /* greens.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = greens.png; sourceTree = "<group>"; };
-               B41632F60BCA1A66006F2E93 /* greys.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = greys.png; sourceTree = "<group>"; };
-               B41632F70BCA1A66006F2E93 /* gui.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = gui.png; sourceTree = "<group>"; };
-               B41632F80BCA1A66006F2E93 /* land.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = land.png; sourceTree = "<group>"; };
-               B41632F90BCA1A66006F2E93 /* ocean.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ocean.png; sourceTree = "<group>"; };
-               B41632FA0BCA1A66006F2E93 /* org_yel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = org_yel.png; sourceTree = "<group>"; };
-               B41632FB0BCA1A66006F2E93 /* pastel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pastel.png; sourceTree = "<group>"; };
-               B41632FC0BCA1A66006F2E93 /* purples.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = purples.png; sourceTree = "<group>"; };
-               B41632FD0BCA1A66006F2E93 /* red_blu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = red_blu.png; sourceTree = "<group>"; };
-               B41632FE0BCA1A66006F2E93 /* red_wht.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = red_wht.png; sourceTree = "<group>"; };
-               B41632FF0BCA1A66006F2E93 /* space.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = space.png; sourceTree = "<group>"; };
-               B41633010BCA1A66006F2E93 /* inter.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = inter.ogg; sourceTree = "<group>"; };
-               B41633020BCA1A66006F2E93 /* title.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = title.ogg; sourceTree = "<group>"; };
-               B41633030BCA1A66006F2E93 /* track1.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track1.ogg; sourceTree = "<group>"; };
-               B41633040BCA1A66006F2E93 /* track2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track2.ogg; sourceTree = "<group>"; };
-               B41633050BCA1A66006F2E93 /* track3.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track3.ogg; sourceTree = "<group>"; };
-               B41633060BCA1A66006F2E93 /* track4.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track4.ogg; sourceTree = "<group>"; };
-               B41633070BCA1A66006F2E93 /* track5.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track5.ogg; sourceTree = "<group>"; };
-               B41633080BCA1A66006F2E93 /* courses.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = courses.txt; sourceTree = "<group>"; };
-               B416330A0BCA1A66006F2E93 /* demo1.nbr */ = {isa = PBXFileReference; lastKnownFileType = file; path = demo1.nbr; sourceTree = "<group>"; };
-               B416330B0BCA1A66006F2E93 /* demo2.nbr */ = {isa = PBXFileReference; lastKnownFileType = file; path = demo2.nbr; sourceTree = "<group>"; };
-               B416330C0BCA1A66006F2E93 /* help1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help1.jpg; sourceTree = "<group>"; };
-               B416330D0BCA1A66006F2E93 /* help2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help2.jpg; sourceTree = "<group>"; };
-               B416330E0BCA1A66006F2E93 /* help3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help3.jpg; sourceTree = "<group>"; };
-               B416330F0BCA1A66006F2E93 /* help4.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help4.jpg; sourceTree = "<group>"; };
-               B41633100BCA1A66006F2E93 /* holes-abc.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "holes-abc.txt"; sourceTree = "<group>"; };
-               B41633110BCA1A66006F2E93 /* holes-paxed.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "holes-paxed.txt"; sourceTree = "<group>"; };
-               B41633120BCA1A66006F2E93 /* holes-paxed2.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "holes-paxed2.txt"; sourceTree = "<group>"; };
-               B41633130BCA1A66006F2E93 /* holes-paxed3.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "holes-paxed3.txt"; sourceTree = "<group>"; };
-               B41633140BCA1A66006F2E93 /* holes-putt.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "holes-putt.txt"; sourceTree = "<group>"; };
-               B41633150BCA1A66006F2E93 /* holes-slippi.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "holes-slippi.txt"; sourceTree = "<group>"; };
-               B41633170BCA1A66006F2E93 /* neverball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = neverball.png; sourceTree = "<group>"; };
-               B41633180BCA1A66006F2E93 /* neverputt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = neverputt.png; sourceTree = "<group>"; };
-               B416331A0BCA1A66006F2E93 /* alien.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = alien.map; sourceTree = "<group>"; };
-               B416331B0BCA1A66006F2E93 /* blank.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = blank.map; sourceTree = "<group>"; };
-               B416331C0BCA1A66006F2E93 /* city.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = city.map; sourceTree = "<group>"; };
-               B416331D0BCA1A66006F2E93 /* clouds.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = clouds.map; sourceTree = "<group>"; };
-               B416331E0BCA1A66006F2E93 /* jupiter.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = jupiter.map; sourceTree = "<group>"; };
-               B416331F0BCA1A66006F2E93 /* ocean.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ocean.map; sourceTree = "<group>"; };
-               B41633210BCA1A66006F2E93 /* billiard-paul.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "billiard-paul.map"; sourceTree = "<group>"; };
-               B41633220BCA1A66006F2E93 /* canals-ton.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "canals-ton.map"; sourceTree = "<group>"; };
-               B41633230BCA1A66006F2E93 /* checkers-paul.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "checkers-paul.map"; sourceTree = "<group>"; };
-               B41633240BCA1A66006F2E93 /* coneskeleton-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coneskeleton-mym.map"; sourceTree = "<group>"; };
-               B41633250BCA1A66006F2E93 /* cross-para.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "cross-para.map"; sourceTree = "<group>"; };
-               B41633260BCA1A66006F2E93 /* easyhalfpipe-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "easyhalfpipe-mym.map"; sourceTree = "<group>"; };
-               B41633270BCA1A66006F2E93 /* elevator-jp.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "elevator-jp.map"; sourceTree = "<group>"; };
-               B41633280BCA1A66006F2E93 /* flip-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "flip-mym.map"; sourceTree = "<group>"; };
-               B41633290BCA1A66006F2E93 /* groundbreak-para.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "groundbreak-para.map"; sourceTree = "<group>"; };
-               B416332A0BCA1A66006F2E93 /* grow_demo-dave.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "grow_demo-dave.map"; sourceTree = "<group>"; };
-               B416332B0BCA1A66006F2E93 /* groweasy-dave.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "groweasy-dave.map"; sourceTree = "<group>"; };
-               B416332C0BCA1A66006F2E93 /* hurdles-ton.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "hurdles-ton.map"; sourceTree = "<group>"; };
-               B416332D0BCA1A66006F2E93 /* learngrow-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "learngrow-mym.map"; sourceTree = "<group>"; };
-               B416332E0BCA1A66006F2E93 /* lollipop-dave.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "lollipop-dave.map"; sourceTree = "<group>"; };
-               B416332F0BCA1A66006F2E93 /* marblecurves-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "marblecurves-mym.map"; sourceTree = "<group>"; };
-               B41633300BCA1A66006F2E93 /* nostairs-para.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "nostairs-para.map"; sourceTree = "<group>"; };
-               B41633310BCA1A66006F2E93 /* ocean-paul.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "ocean-paul.map"; sourceTree = "<group>"; };
-               B41633320BCA1A66006F2E93 /* paths-paul.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "paths-paul.map"; sourceTree = "<group>"; };
-               B41633330BCA1A66006F2E93 /* pyramid-ton.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "pyramid-ton.map"; sourceTree = "<group>"; };
-               B41633340BCA1A66006F2E93 /* roundfloors-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "roundfloors-mym.map"; sourceTree = "<group>"; };
-               B41633350BCA1A66006F2E93 /* roundlaby-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "roundlaby-mym.map"; sourceTree = "<group>"; };
-               B41633360BCA1A66006F2E93 /* roundncoins-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "roundncoins-mym.map"; sourceTree = "<group>"; };
-               B41633370BCA1A66006F2E93 /* slalom-jp.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "slalom-jp.map"; sourceTree = "<group>"; };
-               B41633380BCA1A66006F2E93 /* slightcurve-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "slightcurve-mym.map"; sourceTree = "<group>"; };
-               B41633390BCA1A66006F2E93 /* sparselines-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "sparselines-mym.map"; sourceTree = "<group>"; };
-               B416333A0BCA1A66006F2E93 /* speedbumps-mym.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "speedbumps-mym.map"; sourceTree = "<group>"; };
-               B416333B0BCA1A66006F2E93 /* stairs-jp.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "stairs-jp.map"; sourceTree = "<group>"; };
-               B416333C0BCA1A66006F2E93 /* thwomp2-paul.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "thwomp2-paul.map"; sourceTree = "<group>"; };
-               B416333F0BCA1A66006F2E93 /* assault.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = assault.map; sourceTree = "<group>"; };
-               B41633400BCA1A66006F2E93 /* circuit1.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = circuit1.map; sourceTree = "<group>"; };
-               B41633410BCA1A66006F2E93 /* circuit2.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = circuit2.map; sourceTree = "<group>"; };
-               B41633420BCA1A66006F2E93 /* climb.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = climb.map; sourceTree = "<group>"; };
-               B41633430BCA1A66006F2E93 /* comeback.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = comeback.map; sourceTree = "<group>"; };
-               B41633440BCA1A66006F2E93 /* dance1.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = dance1.map; sourceTree = "<group>"; };
-               B41633450BCA1A66006F2E93 /* dance2.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = dance2.map; sourceTree = "<group>"; };
-               B41633460BCA1A66006F2E93 /* descent.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = descent.map; sourceTree = "<group>"; };
-               B41633470BCA1A66006F2E93 /* drive1.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = drive1.map; sourceTree = "<group>"; };
-               B41633480BCA1A66006F2E93 /* drive2.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = drive2.map; sourceTree = "<group>"; };
-               B41633490BCA1A66006F2E93 /* earthquake.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = earthquake.map; sourceTree = "<group>"; };
-               B416334A0BCA1A66006F2E93 /* ghosts.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ghosts.map; sourceTree = "<group>"; };
-               B416334B0BCA1A66006F2E93 /* glasstower.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = glasstower.map; sourceTree = "<group>"; };
-               B416334C0BCA1A66006F2E93 /* hard.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = hard.map; sourceTree = "<group>"; };
-               B416334D0BCA1A66006F2E93 /* loop1.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = loop1.map; sourceTree = "<group>"; };
-               B416334E0BCA1A66006F2E93 /* loop2.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = loop2.map; sourceTree = "<group>"; };
-               B416334F0BCA1A66006F2E93 /* maze1.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = maze1.map; sourceTree = "<group>"; };
-               B41633500BCA1A66006F2E93 /* maze2.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = maze2.map; sourceTree = "<group>"; };
-               B41633510BCA1A66006F2E93 /* narrow.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = narrow.map; sourceTree = "<group>"; };
-               B41633520BCA1A66006F2E93 /* running.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = running.map; sourceTree = "<group>"; };
-               B41633530BCA1A66006F2E93 /* scrambling.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = scrambling.map; sourceTree = "<group>"; };
-               B41633540BCA1A66006F2E93 /* snow.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = snow.map; sourceTree = "<group>"; };
-               B41633550BCA1A66006F2E93 /* trust.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = trust.map; sourceTree = "<group>"; };
-               B41633560BCA1A66006F2E93 /* turn.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = turn.map; sourceTree = "<group>"; };
-               B41633570BCA1A66006F2E93 /* up.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = up.map; sourceTree = "<group>"; };
-               B41633590BCA1A66006F2E93 /* backforth.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = backforth.map; sourceTree = "<group>"; };
-               B416335A0BCA1A66006F2E93 /* basket.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = basket.map; sourceTree = "<group>"; };
-               B416335B0BCA1A66006F2E93 /* bigball.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bigball.map; sourceTree = "<group>"; };
-               B416335C0BCA1A66006F2E93 /* bigcones.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bigcones.map; sourceTree = "<group>"; };
-               B416335D0BCA1A66006F2E93 /* bombman.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bombman.map; sourceTree = "<group>"; };
-               B416335E0BCA1A66006F2E93 /* bounces.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bounces.map; sourceTree = "<group>"; };
-               B416335F0BCA1A66006F2E93 /* fall.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = fall.map; sourceTree = "<group>"; };
-               B41633600BCA1A66006F2E93 /* freefall.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = freefall.map; sourceTree = "<group>"; };
-               B41633610BCA1A66006F2E93 /* grinder.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = grinder.map; sourceTree = "<group>"; };
-               B41633620BCA1A66006F2E93 /* littlecones.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = littlecones.map; sourceTree = "<group>"; };
-               B41633630BCA1A66006F2E93 /* longpipe.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = longpipe.map; sourceTree = "<group>"; };
-               B41633640BCA1A66006F2E93 /* morenarrow.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = morenarrow.map; sourceTree = "<group>"; };
-               B41633650BCA1A66006F2E93 /* movinglumps.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = movinglumps.map; sourceTree = "<group>"; };
-               B41633660BCA1A66006F2E93 /* movingpath.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = movingpath.map; sourceTree = "<group>"; };
-               B41633670BCA1A66006F2E93 /* push.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = push.map; sourceTree = "<group>"; };
-               B41633680BCA1A66006F2E93 /* rainbow.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rainbow.map; sourceTree = "<group>"; };
-               B41633690BCA1A66006F2E93 /* rodeo.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rodeo.map; sourceTree = "<group>"; };
-               B416336A0BCA1A66006F2E93 /* runstop.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = runstop.map; sourceTree = "<group>"; };
-               B416336B0BCA1A66006F2E93 /* shaker.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = shaker.map; sourceTree = "<group>"; };
-               B416336C0BCA1A66006F2E93 /* sonic.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = sonic.map; sourceTree = "<group>"; };
-               B416336D0BCA1A66006F2E93 /* speed.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = speed.map; sourceTree = "<group>"; };
-               B416336E0BCA1A66006F2E93 /* speeddance.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = speeddance.map; sourceTree = "<group>"; };
-               B416336F0BCA1A66006F2E93 /* translation.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = translation.map; sourceTree = "<group>"; };
-               B41633700BCA1A66006F2E93 /* updown.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = updown.map; sourceTree = "<group>"; };
-               B41633710BCA1A66006F2E93 /* webs.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = webs.map; sourceTree = "<group>"; };
-               B41633730BCA1A66006F2E93 /* bounce.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bounce.map; sourceTree = "<group>"; };
-               B41633740BCA1A66006F2E93 /* bounce2.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bounce2.map; sourceTree = "<group>"; };
-               B41633750BCA1A66006F2E93 /* thwomp1.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = thwomp1.map; sourceTree = "<group>"; };
-               B41633770BCA1A66006F2E93 /* 01_fastpenta.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 01_fastpenta.map; sourceTree = "<group>"; };
-               B41633780BCA1A66006F2E93 /* 02_bumpy_road.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 02_bumpy_road.map; sourceTree = "<group>"; };
-               B41633790BCA1A66006F2E93 /* 03_zigzag.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 03_zigzag.map; sourceTree = "<group>"; };
-               B416337A0BCA1A66006F2E93 /* 04_u_twist.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 04_u_twist.map; sourceTree = "<group>"; };
-               B416337B0BCA1A66006F2E93 /* 05_hookey.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 05_hookey.map; sourceTree = "<group>"; };
-               B416337C0BCA1A66006F2E93 /* 06_partitions.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 06_partitions.map; sourceTree = "<group>"; };
-               B416337D0BCA1A66006F2E93 /* 07_a_danger.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 07_a_danger.map; sourceTree = "<group>"; };
-               B416337E0BCA1A66006F2E93 /* 08_f.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 08_f.map; sourceTree = "<group>"; };
-               B416337F0BCA1A66006F2E93 /* 09_rampedge.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 09_rampedge.map; sourceTree = "<group>"; };
-               B41633800BCA1A66006F2E93 /* 10_pentomino.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 10_pentomino.map; sourceTree = "<group>"; };
-               B41633810BCA1A66006F2E93 /* 11_stapler.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 11_stapler.map; sourceTree = "<group>"; };
-               B41633820BCA1A66006F2E93 /* 12_helixramp.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 12_helixramp.map; sourceTree = "<group>"; };
-               B41633830BCA1A66006F2E93 /* 13_loch_ness.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 13_loch_ness.map; sourceTree = "<group>"; };
-               B41633840BCA1A66006F2E93 /* 14_figur8.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 14_figur8.map; sourceTree = "<group>"; };
-               B41633850BCA1A66006F2E93 /* 15_upNdown.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 15_upNdown.map; sourceTree = "<group>"; };
-               B41633860BCA1A66006F2E93 /* 16_pyramidian.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 16_pyramidian.map; sourceTree = "<group>"; };
-               B41633870BCA1A66006F2E93 /* 17_oopsydaisy.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 17_oopsydaisy.map; sourceTree = "<group>"; };
-               B41633880BCA1A66006F2E93 /* 18_3rd_floor.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 18_3rd_floor.map; sourceTree = "<group>"; };
-               B41633890BCA1A66006F2E93 /* a.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = a.map; sourceTree = "<group>"; };
-               B416338A0BCA1A66006F2E93 /* b.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = b.map; sourceTree = "<group>"; };
-               B416338B0BCA1A66006F2E93 /* c.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = c.map; sourceTree = "<group>"; };
-               B416338C0BCA1A66006F2E93 /* d.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = d.map; sourceTree = "<group>"; };
-               B416338D0BCA1A66006F2E93 /* e.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = e.map; sourceTree = "<group>"; };
-               B416338E0BCA1A66006F2E93 /* f.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = f.map; sourceTree = "<group>"; };
-               B416338F0BCA1A66006F2E93 /* g.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = g.map; sourceTree = "<group>"; };
-               B41633900BCA1A66006F2E93 /* h.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = h.map; sourceTree = "<group>"; };
-               B41633910BCA1A66006F2E93 /* i.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = i.map; sourceTree = "<group>"; };
-               B41633920BCA1A66006F2E93 /* j.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = j.map; sourceTree = "<group>"; };
-               B41633930BCA1A66006F2E93 /* k.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = k.map; sourceTree = "<group>"; };
-               B41633940BCA1A66006F2E93 /* l.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = l.map; sourceTree = "<group>"; };
-               B41633950BCA1A66006F2E93 /* m.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = m.map; sourceTree = "<group>"; };
-               B41633960BCA1A66006F2E93 /* n.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = n.map; sourceTree = "<group>"; };
-               B41633970BCA1A66006F2E93 /* o.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = o.map; sourceTree = "<group>"; };
-               B41633980BCA1A66006F2E93 /* p.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = p.map; sourceTree = "<group>"; };
-               B41633990BCA1A66006F2E93 /* q.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = q.map; sourceTree = "<group>"; };
-               B416339A0BCA1A66006F2E93 /* r.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = r.map; sourceTree = "<group>"; };
-               B416339B0BCA1A66006F2E93 /* s.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = s.map; sourceTree = "<group>"; };
-               B416339C0BCA1A66006F2E93 /* t.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = t.map; sourceTree = "<group>"; };
-               B416339D0BCA1A66006F2E93 /* u.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = u.map; sourceTree = "<group>"; };
-               B416339E0BCA1A66006F2E93 /* v.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = v.map; sourceTree = "<group>"; };
-               B416339F0BCA1A66006F2E93 /* w.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = w.map; sourceTree = "<group>"; };
-               B41633A00BCA1A66006F2E93 /* x.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = x.map; sourceTree = "<group>"; };
-               B41633A10BCA1A66006F2E93 /* y.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = y.map; sourceTree = "<group>"; };
-               B41633A20BCA1A66006F2E93 /* z.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = z.map; sourceTree = "<group>"; };
-               B41633A40BCA1A66006F2E93 /* castle.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = castle.map; sourceTree = "<group>"; };
-               B41633A50BCA1A66006F2E93 /* ditcher.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ditcher.map; sourceTree = "<group>"; };
-               B41633A60BCA1A66006F2E93 /* downchute.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = downchute.map; sourceTree = "<group>"; };
-               B41633A70BCA1A66006F2E93 /* elsplit.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = elsplit.map; sourceTree = "<group>"; };
-               B41633A80BCA1A66006F2E93 /* fourrounds.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = fourrounds.map; sourceTree = "<group>"; };
-               B41633A90BCA1A66006F2E93 /* highroad.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = highroad.map; sourceTree = "<group>"; };
-               B41633AA0BCA1A66006F2E93 /* jumpyramid.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = jumpyramid.map; sourceTree = "<group>"; };
-               B41633AB0BCA1A66006F2E93 /* key.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = key.map; sourceTree = "<group>"; };
-               B41633AC0BCA1A66006F2E93 /* litenin.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = litenin.map; sourceTree = "<group>"; };
-               B41633AD0BCA1A66006F2E93 /* louvred.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = louvred.map; sourceTree = "<group>"; };
-               B41633AE0BCA1A66006F2E93 /* ninesies.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ninesies.map; sourceTree = "<group>"; };
-               B41633AF0BCA1A66006F2E93 /* overthehill.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = overthehill.map; sourceTree = "<group>"; };
-               B41633B00BCA1A66006F2E93 /* pathfall.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = pathfall.map; sourceTree = "<group>"; };
-               B41633B10BCA1A66006F2E93 /* repulse.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = repulse.map; sourceTree = "<group>"; };
-               B41633B20BCA1A66006F2E93 /* speedhash.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = speedhash.map; sourceTree = "<group>"; };
-               B41633B30BCA1A66006F2E93 /* spheroids.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = spheroids.map; sourceTree = "<group>"; };
-               B41633B40BCA1A66006F2E93 /* square.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = square.map; sourceTree = "<group>"; };
-               B41633B50BCA1A66006F2E93 /* tworamped.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = tworamped.map; sourceTree = "<group>"; };
-               B41633B70BCA1A66006F2E93 /* blockyway.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = blockyway.map; sourceTree = "<group>"; };
-               B41633B80BCA1A66006F2E93 /* bridgejump.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bridgejump.map; sourceTree = "<group>"; };
-               B41633B90BCA1A66006F2E93 /* bubbles.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bubbles.map; sourceTree = "<group>"; };
-               B41633BA0BCA1A66006F2E93 /* curvacious.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = curvacious.map; sourceTree = "<group>"; };
-               B41633BB0BCA1A66006F2E93 /* edging.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = edging.map; sourceTree = "<group>"; };
-               B41633BC0BCA1A66006F2E93 /* hypnos.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = hypnos.map; sourceTree = "<group>"; };
-               B41633BD0BCA1A66006F2E93 /* jump2round.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = jump2round.map; sourceTree = "<group>"; };
-               B41633BE0BCA1A66006F2E93 /* midtri.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = midtri.map; sourceTree = "<group>"; };
-               B41633BF0BCA1A66006F2E93 /* ovalli.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ovalli.map; sourceTree = "<group>"; };
-               B41633C00BCA1A66006F2E93 /* pyrhill.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = pyrhill.map; sourceTree = "<group>"; };
-               B41633C10BCA1A66006F2E93 /* pyrhopp3r.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = pyrhopp3r.map; sourceTree = "<group>"; };
-               B41633C20BCA1A66006F2E93 /* rampbunker.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rampbunker.map; sourceTree = "<group>"; };
-               B41633C30BCA1A66006F2E93 /* ramptri.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ramptri.map; sourceTree = "<group>"; };
-               B41633C40BCA1A66006F2E93 /* rotators.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rotators.map; sourceTree = "<group>"; };
-               B41633C50BCA1A66006F2E93 /* shovel.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = shovel.map; sourceTree = "<group>"; };
-               B41633C60BCA1A66006F2E93 /* snake.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = snake.map; sourceTree = "<group>"; };
-               B41633C70BCA1A66006F2E93 /* tuway.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = tuway.map; sourceTree = "<group>"; };
-               B41633C80BCA1A66006F2E93 /* unbalance.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = unbalance.map; sourceTree = "<group>"; };
-               B41633CA0BCA1A66006F2E93 /* 01_easy.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 01_easy.map; sourceTree = "<group>"; };
-               B41633CB0BCA1A66006F2E93 /* 02_uturn.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 02_uturn.map; sourceTree = "<group>"; };
-               B41633CC0BCA1A66006F2E93 /* 03_kink.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 03_kink.map; sourceTree = "<group>"; };
-               B41633CD0BCA1A66006F2E93 /* 04_aych.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 04_aych.map; sourceTree = "<group>"; };
-               B41633CE0BCA1A66006F2E93 /* 05_ramp.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 05_ramp.map; sourceTree = "<group>"; };
-               B41633CF0BCA1A66006F2E93 /* 06_cone.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 06_cone.map; sourceTree = "<group>"; };
-               B41633D00BCA1A66006F2E93 /* 07_tele.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 07_tele.map; sourceTree = "<group>"; };
-               B41633D10BCA1A66006F2E93 /* 08_zig.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 08_zig.map; sourceTree = "<group>"; };
-               B41633D20BCA1A66006F2E93 /* 09_vturn.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 09_vturn.map; sourceTree = "<group>"; };
-               B41633D30BCA1A66006F2E93 /* 10_diamond.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 10_diamond.map; sourceTree = "<group>"; };
-               B41633D40BCA1A66006F2E93 /* 11_mover.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 11_mover.map; sourceTree = "<group>"; };
-               B41633D50BCA1A66006F2E93 /* 12_bumpy.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 12_bumpy.map; sourceTree = "<group>"; };
-               B41633D60BCA1A66006F2E93 /* 13_choose.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 13_choose.map; sourceTree = "<group>"; };
-               B41633D70BCA1A66006F2E93 /* 14_walls.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 14_walls.map; sourceTree = "<group>"; };
-               B41633D80BCA1A66006F2E93 /* 15_hole.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 15_hole.map; sourceTree = "<group>"; };
-               B41633D90BCA1A66006F2E93 /* 16_pipe.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 16_pipe.map; sourceTree = "<group>"; };
-               B41633DA0BCA1A66006F2E93 /* 17_timing.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 17_timing.map; sourceTree = "<group>"; };
-               B41633DB0BCA1A66006F2E93 /* 18_hill.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 18_hill.map; sourceTree = "<group>"; };
-               B41633DD0BCA1A66006F2E93 /* angle.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = angle.map; sourceTree = "<group>"; };
-               B41633DE0BCA1A66006F2E93 /* bumper.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bumper.map; sourceTree = "<group>"; };
-               B41633DF0BCA1A66006F2E93 /* bumps.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = bumps.map; sourceTree = "<group>"; };
-               B41633E00BCA1A66006F2E93 /* check.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = check.map; sourceTree = "<group>"; };
-               B41633E10BCA1A66006F2E93 /* coins.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = coins.map; sourceTree = "<group>"; };
-               B41633E20BCA1A66006F2E93 /* corners.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = corners.map; sourceTree = "<group>"; };
-               B41633E30BCA1A66006F2E93 /* curbs.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = curbs.map; sourceTree = "<group>"; };
-               B41633E40BCA1A66006F2E93 /* curved.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = curved.map; sourceTree = "<group>"; };
-               B41633E50BCA1A66006F2E93 /* drops.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = drops.map; sourceTree = "<group>"; };
-               B41633E60BCA1A66006F2E93 /* easy.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = easy.map; sourceTree = "<group>"; };
-               B41633E70BCA1A66006F2E93 /* easytele.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = easytele.map; sourceTree = "<group>"; };
-               B41633E80BCA1A66006F2E93 /* fence.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = fence.map; sourceTree = "<group>"; };
-               B41633E90BCA1A66006F2E93 /* four.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = four.map; sourceTree = "<group>"; };
-               B41633EA0BCA1A66006F2E93 /* frogger.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = frogger.map; sourceTree = "<group>"; };
-               B41633EB0BCA1A66006F2E93 /* gaps.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = gaps.map; sourceTree = "<group>"; };
-               B41633EC0BCA1A66006F2E93 /* goals.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = goals.map; sourceTree = "<group>"; };
-               B41633ED0BCA1A66006F2E93 /* goslow.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = goslow.map; sourceTree = "<group>"; };
-               B41633EE0BCA1A66006F2E93 /* greed.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = greed.map; sourceTree = "<group>"; };
-               B41633EF0BCA1A66006F2E93 /* grid.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = grid.map; sourceTree = "<group>"; };
-               B41633F00BCA1A66006F2E93 /* hole.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = hole.map; sourceTree = "<group>"; };
-               B41633F10BCA1A66006F2E93 /* hump.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = hump.map; sourceTree = "<group>"; };
-               B41633F20BCA1A66006F2E93 /* invis.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = invis.map; sourceTree = "<group>"; };
-               B41633F30BCA1A66006F2E93 /* islands.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = islands.map; sourceTree = "<group>"; };
-               B41633F40BCA1A66006F2E93 /* locks.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = locks.map; sourceTree = "<group>"; };
-               B41633F50BCA1A66006F2E93 /* maze.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = maze.map; sourceTree = "<group>"; };
-               B41633F60BCA1A66006F2E93 /* mover.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = mover.map; sourceTree = "<group>"; };
-               B41633F70BCA1A66006F2E93 /* movers.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = movers.map; sourceTree = "<group>"; };
-               B41633F80BCA1A66006F2E93 /* peasy.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = peasy.map; sourceTree = "<group>"; };
-               B41633F90BCA1A66006F2E93 /* pipe.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = pipe.map; sourceTree = "<group>"; };
-               B41633FA0BCA1A66006F2E93 /* plinko.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = plinko.map; sourceTree = "<group>"; };
-               B41633FB0BCA1A66006F2E93 /* poker.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = poker.map; sourceTree = "<group>"; };
-               B41633FC0BCA1A66006F2E93 /* pyramid.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = pyramid.map; sourceTree = "<group>"; };
-               B41633FD0BCA1A66006F2E93 /* quads.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = quads.map; sourceTree = "<group>"; };
-               B41633FE0BCA1A66006F2E93 /* rampdn.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rampdn.map; sourceTree = "<group>"; };
-               B41633FF0BCA1A66006F2E93 /* rampup.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rampup.map; sourceTree = "<group>"; };
-               B41634000BCA1A66006F2E93 /* ring.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = ring.map; sourceTree = "<group>"; };
-               B41634010BCA1A66006F2E93 /* risers.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = risers.map; sourceTree = "<group>"; };
-               B41634020BCA1A66006F2E93 /* spiraldn.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = spiraldn.map; sourceTree = "<group>"; };
-               B41634030BCA1A66006F2E93 /* spiralin.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = spiralin.map; sourceTree = "<group>"; };
-               B41634040BCA1A66006F2E93 /* spiralup.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = spiralup.map; sourceTree = "<group>"; };
-               B41634050BCA1A66006F2E93 /* spread.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = spread.map; sourceTree = "<group>"; };
-               B41634060BCA1A66006F2E93 /* stairs.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = stairs.map; sourceTree = "<group>"; };
-               B41634070BCA1A66006F2E93 /* sync.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = sync.map; sourceTree = "<group>"; };
-               B41634080BCA1A66006F2E93 /* telemaze.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = telemaze.map; sourceTree = "<group>"; };
-               B41634090BCA1A66006F2E93 /* teleport.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = teleport.map; sourceTree = "<group>"; };
-               B416340A0BCA1A66006F2E93 /* tilt.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = tilt.map; sourceTree = "<group>"; };
-               B416340B0BCA1A66006F2E93 /* timer.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = timer.map; sourceTree = "<group>"; };
-               B416340C0BCA1A66006F2E93 /* title.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = title.map; sourceTree = "<group>"; };
-               B416340D0BCA1A66006F2E93 /* wakka.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = wakka.map; sourceTree = "<group>"; };
-               B416340E0BCA1A66006F2E93 /* zigzag.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = zigzag.map; sourceTree = "<group>"; };
-               B41634100BCA1A66006F2E93 /* 01_easy.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 01_easy.map; sourceTree = "<group>"; };
-               B41634110BCA1A66006F2E93 /* 02_path.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 02_path.map; sourceTree = "<group>"; };
-               B41634120BCA1A66006F2E93 /* 03_stepsramps.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 03_stepsramps.map; sourceTree = "<group>"; };
-               B41634130BCA1A66006F2E93 /* 04_choice.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 04_choice.map; sourceTree = "<group>"; };
-               B41634140BCA1A66006F2E93 /* 05_road.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 05_road.map; sourceTree = "<group>"; };
-               B41634150BCA1A66006F2E93 /* 06_chevron.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 06_chevron.map; sourceTree = "<group>"; };
-               B41634160BCA1A66006F2E93 /* 07_hill.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 07_hill.map; sourceTree = "<group>"; };
-               B41634170BCA1A66006F2E93 /* 08_skill.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 08_skill.map; sourceTree = "<group>"; };
-               B41634180BCA1A66006F2E93 /* 09_random.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 09_random.map; sourceTree = "<group>"; };
-               B41634190BCA1A66006F2E93 /* 10_drops.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 10_drops.map; sourceTree = "<group>"; };
-               B416341A0BCA1A66006F2E93 /* 11_tunnel.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 11_tunnel.map; sourceTree = "<group>"; };
-               B416341B0BCA1A66006F2E93 /* 12_unlucky.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 12_unlucky.map; sourceTree = "<group>"; };
-               B416341C0BCA1A66006F2E93 /* 13_luck.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 13_luck.map; sourceTree = "<group>"; };
-               B416341D0BCA1A66006F2E93 /* 14_key.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 14_key.map; sourceTree = "<group>"; };
-               B416341E0BCA1A66006F2E93 /* 15_ramps2.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 15_ramps2.map; sourceTree = "<group>"; };
-               B416341F0BCA1A66006F2E93 /* 16_fork.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 16_fork.map; sourceTree = "<group>"; };
-               B41634200BCA1A66006F2E93 /* 17_bumpy.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 17_bumpy.map; sourceTree = "<group>"; };
-               B41634210BCA1A66006F2E93 /* 18_dip.map */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = 18_dip.map; sourceTree = "<group>"; };
-               B41634230BCA1A66006F2E93 /* arrow */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = arrow; sourceTree = "<group>"; };
-               B41634240BCA1A66006F2E93 /* arrow-green */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "arrow-green"; sourceTree = "<group>"; };
-               B41634250BCA1A66006F2E93 /* arrow-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "arrow-green.jpg"; sourceTree = "<group>"; };
-               B41634260BCA1A66006F2E93 /* arrow.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = arrow.tga; sourceTree = "<group>"; };
-               B41634270BCA1A66006F2E93 /* back-purple */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "back-purple"; sourceTree = "<group>"; };
-               B41634280BCA1A66006F2E93 /* back-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "back-purple.jpg"; sourceTree = "<group>"; };
-               B41634290BCA1A66006F2E93 /* back-red */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "back-red"; sourceTree = "<group>"; };
-               B416342A0BCA1A66006F2E93 /* back-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "back-red.jpg"; sourceTree = "<group>"; };
-               B416342B0BCA1A66006F2E93 /* black */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = black; sourceTree = "<group>"; };
-               B416342C0BCA1A66006F2E93 /* black.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = black.jpg; sourceTree = "<group>"; };
-               B416342D0BCA1A66006F2E93 /* blue */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = blue; sourceTree = "<group>"; };
-               B416342E0BCA1A66006F2E93 /* blue-sea */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "blue-sea"; sourceTree = "<group>"; };
-               B416342F0BCA1A66006F2E93 /* blue-sea.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "blue-sea.tga"; sourceTree = "<group>"; };
-               B41634300BCA1A66006F2E93 /* blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = blue.jpg; sourceTree = "<group>"; };
-               B41634310BCA1A66006F2E93 /* box */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = box; sourceTree = "<group>"; };
-               B41634320BCA1A66006F2E93 /* box.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = box.jpg; sourceTree = "<group>"; };
-               B41634330BCA1A66006F2E93 /* boxside-darkwood-crossed */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "boxside-darkwood-crossed"; sourceTree = "<group>"; };
-               B41634340BCA1A66006F2E93 /* boxside-darkwood-crossed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "boxside-darkwood-crossed.jpg"; sourceTree = "<group>"; };
-               B41634350BCA1A66006F2E93 /* brass */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = brass; sourceTree = "<group>"; };
-               B41634360BCA1A66006F2E93 /* brass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = brass.jpg; sourceTree = "<group>"; };
-               B41634370BCA1A66006F2E93 /* brickedge */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = brickedge; sourceTree = "<group>"; };
-               B41634380BCA1A66006F2E93 /* brickedge.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = brickedge.jpg; sourceTree = "<group>"; };
-               B41634390BCA1A66006F2E93 /* caution */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = caution; sourceTree = "<group>"; };
-               B416343A0BCA1A66006F2E93 /* caution.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = caution.jpg; sourceTree = "<group>"; };
-               B416343B0BCA1A66006F2E93 /* chrome */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = chrome; sourceTree = "<group>"; };
-               B416343C0BCA1A66006F2E93 /* chrome.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chrome.jpg; sourceTree = "<group>"; };
-               B416343D0BCA1A66006F2E93 /* coin-blue */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-blue"; sourceTree = "<group>"; };
-               B416343E0BCA1A66006F2E93 /* coin-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-blue.jpg"; sourceTree = "<group>"; };
-               B416343F0BCA1A66006F2E93 /* coin-green-checked */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-green-checked"; sourceTree = "<group>"; };
-               B41634400BCA1A66006F2E93 /* coin-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-checked.jpg"; sourceTree = "<group>"; };
-               B41634410BCA1A66006F2E93 /* coin-green-checked2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-green-checked2"; sourceTree = "<group>"; };
-               B41634420BCA1A66006F2E93 /* coin-green-checked2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-checked2.jpg"; sourceTree = "<group>"; };
-               B41634430BCA1A66006F2E93 /* coin-green-dark */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-green-dark"; sourceTree = "<group>"; };
-               B41634440BCA1A66006F2E93 /* coin-green-dark-small */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-green-dark-small"; sourceTree = "<group>"; };
-               B41634450BCA1A66006F2E93 /* coin-green-dark-small.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "coin-green-dark-small.tga"; sourceTree = "<group>"; };
-               B41634460BCA1A66006F2E93 /* coin-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-dark.jpg"; sourceTree = "<group>"; };
-               B41634470BCA1A66006F2E93 /* coin-green-light */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-green-light"; sourceTree = "<group>"; };
-               B41634480BCA1A66006F2E93 /* coin-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-light.jpg"; sourceTree = "<group>"; };
-               B41634490BCA1A66006F2E93 /* coin-orange */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-orange"; sourceTree = "<group>"; };
-               B416344A0BCA1A66006F2E93 /* coin-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-orange.jpg"; sourceTree = "<group>"; };
-               B416344B0BCA1A66006F2E93 /* coin-orangebig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-orangebig"; sourceTree = "<group>"; };
-               B416344C0BCA1A66006F2E93 /* coin-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-orangebig.jpg"; sourceTree = "<group>"; };
-               B416344D0BCA1A66006F2E93 /* coin-pad-blue */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-pad-blue"; sourceTree = "<group>"; };
-               B416344E0BCA1A66006F2E93 /* coin-pad-blue.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "coin-pad-blue.tga"; sourceTree = "<group>"; };
-               B416344F0BCA1A66006F2E93 /* coin-pad-brown */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-pad-brown"; sourceTree = "<group>"; };
-               B41634500BCA1A66006F2E93 /* coin-pad-brown.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "coin-pad-brown.tga"; sourceTree = "<group>"; };
-               B41634510BCA1A66006F2E93 /* coin-pad-grey */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-pad-grey"; sourceTree = "<group>"; };
-               B41634520BCA1A66006F2E93 /* coin-pad-grey.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "coin-pad-grey.tga"; sourceTree = "<group>"; };
-               B41634530BCA1A66006F2E93 /* coin-plank */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-plank"; sourceTree = "<group>"; };
-               B41634540BCA1A66006F2E93 /* coin-plank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-plank.jpg"; sourceTree = "<group>"; };
-               B41634550BCA1A66006F2E93 /* coin-prplecheck */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-prplecheck"; sourceTree = "<group>"; };
-               B41634560BCA1A66006F2E93 /* coin-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-prplecheck.jpg"; sourceTree = "<group>"; };
-               B41634570BCA1A66006F2E93 /* coin-purple */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-purple"; sourceTree = "<group>"; };
-               B41634580BCA1A66006F2E93 /* coin-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-purple.jpg"; sourceTree = "<group>"; };
-               B41634590BCA1A66006F2E93 /* coin-rainbow */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-rainbow"; sourceTree = "<group>"; };
-               B416345A0BCA1A66006F2E93 /* coin-rainbow.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "coin-rainbow.tga"; sourceTree = "<group>"; };
-               B416345B0BCA1A66006F2E93 /* coin-red */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-red"; sourceTree = "<group>"; };
-               B416345C0BCA1A66006F2E93 /* coin-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-red.jpg"; sourceTree = "<group>"; };
-               B416345D0BCA1A66006F2E93 /* coin-shiny */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-shiny"; sourceTree = "<group>"; };
-               B416345E0BCA1A66006F2E93 /* coin-shiny.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-shiny.jpg"; sourceTree = "<group>"; };
-               B416345F0BCA1A66006F2E93 /* coin-small-green */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "coin-small-green"; sourceTree = "<group>"; };
-               B41634600BCA1A66006F2E93 /* coin-small-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-small-green.jpg"; sourceTree = "<group>"; };
-               B41634610BCA1A66006F2E93 /* dark-glass */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "dark-glass"; sourceTree = "<group>"; };
-               B41634620BCA1A66006F2E93 /* dark-glass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "dark-glass.jpg"; sourceTree = "<group>"; };
-               B41634630BCA1A66006F2E93 /* dark-mirror */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "dark-mirror"; sourceTree = "<group>"; };
-               B41634640BCA1A66006F2E93 /* dark-mirror.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "dark-mirror.jpg"; sourceTree = "<group>"; };
-               B41634650BCA1A66006F2E93 /* darkplank */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = darkplank; sourceTree = "<group>"; };
-               B41634660BCA1A66006F2E93 /* darkplank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = darkplank.jpg; sourceTree = "<group>"; };
-               B41634670BCA1A66006F2E93 /* edge */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = edge; sourceTree = "<group>"; };
-               B41634680BCA1A66006F2E93 /* edge-blue */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-blue"; sourceTree = "<group>"; };
-               B41634690BCA1A66006F2E93 /* edge-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-blue.jpg"; sourceTree = "<group>"; };
-               B416346A0BCA1A66006F2E93 /* edge-brown-grey */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-brown-grey"; sourceTree = "<group>"; };
-               B416346B0BCA1A66006F2E93 /* edge-brown-grey.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-brown-grey.jpg"; sourceTree = "<group>"; };
-               B416346C0BCA1A66006F2E93 /* edge-green-checked */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-green-checked"; sourceTree = "<group>"; };
-               B416346D0BCA1A66006F2E93 /* edge-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-checked.jpg"; sourceTree = "<group>"; };
-               B416346E0BCA1A66006F2E93 /* edge-green-checked2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-green-checked2"; sourceTree = "<group>"; };
-               B416346F0BCA1A66006F2E93 /* edge-green-checked2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-checked2.jpg"; sourceTree = "<group>"; };
-               B41634700BCA1A66006F2E93 /* edge-green-dark */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-green-dark"; sourceTree = "<group>"; };
-               B41634710BCA1A66006F2E93 /* edge-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-dark.jpg"; sourceTree = "<group>"; };
-               B41634720BCA1A66006F2E93 /* edge-green-grey */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-green-grey"; sourceTree = "<group>"; };
-               B41634730BCA1A66006F2E93 /* edge-green-grey-offset */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-green-grey-offset"; sourceTree = "<group>"; };
-               B41634740BCA1A66006F2E93 /* edge-green-grey-offset.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-grey-offset.jpg"; sourceTree = "<group>"; };
-               B41634750BCA1A66006F2E93 /* edge-green-grey.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-grey.jpg"; sourceTree = "<group>"; };
-               B41634760BCA1A66006F2E93 /* edge-green-light */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-green-light"; sourceTree = "<group>"; };
-               B41634770BCA1A66006F2E93 /* edge-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-light.jpg"; sourceTree = "<group>"; };
-               B41634780BCA1A66006F2E93 /* edge-orange */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-orange"; sourceTree = "<group>"; };
-               B41634790BCA1A66006F2E93 /* edge-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-orange.jpg"; sourceTree = "<group>"; };
-               B416347A0BCA1A66006F2E93 /* edge-orangebig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-orangebig"; sourceTree = "<group>"; };
-               B416347B0BCA1A66006F2E93 /* edge-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-orangebig.jpg"; sourceTree = "<group>"; };
-               B416347C0BCA1A66006F2E93 /* edge-prplecheck */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-prplecheck"; sourceTree = "<group>"; };
-               B416347D0BCA1A66006F2E93 /* edge-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-prplecheck.jpg"; sourceTree = "<group>"; };
-               B416347E0BCA1A66006F2E93 /* edge-purple */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-purple"; sourceTree = "<group>"; };
-               B416347F0BCA1A66006F2E93 /* edge-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-purple.jpg"; sourceTree = "<group>"; };
-               B41634800BCA1A66006F2E93 /* edge-red */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge-red"; sourceTree = "<group>"; };
-               B41634810BCA1A66006F2E93 /* edge-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-red.jpg"; sourceTree = "<group>"; };
-               B41634820BCA1A66006F2E93 /* edge.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = edge.jpg; sourceTree = "<group>"; };
-               B41634830BCA1A66006F2E93 /* edge2-blue */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-blue"; sourceTree = "<group>"; };
-               B41634840BCA1A66006F2E93 /* edge2-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-blue.jpg"; sourceTree = "<group>"; };
-               B41634850BCA1A66006F2E93 /* edge2-brown */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-brown"; sourceTree = "<group>"; };
-               B41634860BCA1A66006F2E93 /* edge2-brown.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-brown.jpg"; sourceTree = "<group>"; };
-               B41634870BCA1A66006F2E93 /* edge2-green */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-green"; sourceTree = "<group>"; };
-               B41634880BCA1A66006F2E93 /* edge2-green-checked */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-green-checked"; sourceTree = "<group>"; };
-               B41634890BCA1A66006F2E93 /* edge2-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-checked.jpg"; sourceTree = "<group>"; };
-               B416348A0BCA1A66006F2E93 /* edge2-green-dark */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-green-dark"; sourceTree = "<group>"; };
-               B416348B0BCA1A66006F2E93 /* edge2-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-dark.jpg"; sourceTree = "<group>"; };
-               B416348C0BCA1A66006F2E93 /* edge2-green-light */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-green-light"; sourceTree = "<group>"; };
-               B416348D0BCA1A66006F2E93 /* edge2-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-light.jpg"; sourceTree = "<group>"; };
-               B416348E0BCA1A66006F2E93 /* edge2-green-offset */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-green-offset"; sourceTree = "<group>"; };
-               B416348F0BCA1A66006F2E93 /* edge2-green-offset.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-offset.jpg"; sourceTree = "<group>"; };
-               B41634900BCA1A66006F2E93 /* edge2-green-small */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-green-small"; sourceTree = "<group>"; };
-               B41634910BCA1A66006F2E93 /* edge2-green-small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-small.jpg"; sourceTree = "<group>"; };
-               B41634920BCA1A66006F2E93 /* edge2-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green.jpg"; sourceTree = "<group>"; };
-               B41634930BCA1A66006F2E93 /* edge2-orange */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-orange"; sourceTree = "<group>"; };
-               B41634940BCA1A66006F2E93 /* edge2-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-orange.jpg"; sourceTree = "<group>"; };
-               B41634950BCA1A66006F2E93 /* edge2-orangebig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-orangebig"; sourceTree = "<group>"; };
-               B41634960BCA1A66006F2E93 /* edge2-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-orangebig.jpg"; sourceTree = "<group>"; };
-               B41634970BCA1A66006F2E93 /* edge2-prplecheck */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-prplecheck"; sourceTree = "<group>"; };
-               B41634980BCA1A66006F2E93 /* edge2-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-prplecheck.jpg"; sourceTree = "<group>"; };
-               B41634990BCA1A66006F2E93 /* edge2-purple */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-purple"; sourceTree = "<group>"; };
-               B416349A0BCA1A66006F2E93 /* edge2-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-purple.jpg"; sourceTree = "<group>"; };
-               B416349B0BCA1A66006F2E93 /* edge2-red */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "edge2-red"; sourceTree = "<group>"; };
-               B416349C0BCA1A66006F2E93 /* edge2-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-red.jpg"; sourceTree = "<group>"; };
-               B416349D0BCA1A66006F2E93 /* flame */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = flame; sourceTree = "<group>"; };
-               B416349E0BCA1A66006F2E93 /* flame.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = flame.tga; sourceTree = "<group>"; };
-               B416349F0BCA1A66006F2E93 /* glass */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = glass; sourceTree = "<group>"; };
-               B41634A00BCA1A66006F2E93 /* glass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = glass.jpg; sourceTree = "<group>"; };
-               B41634A10BCA1A66006F2E93 /* goal */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = goal; sourceTree = "<group>"; };
-               B41634A20BCA1A66006F2E93 /* goal-special */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "goal-special"; sourceTree = "<group>"; };
-               B41634A30BCA1A66006F2E93 /* goal-special.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "goal-special.tga"; sourceTree = "<group>"; };
-               B41634A40BCA1A66006F2E93 /* goal.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = goal.tga; sourceTree = "<group>"; };
-               B41634A50BCA1A66006F2E93 /* hole-mask */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "hole-mask"; sourceTree = "<group>"; };
-               B41634A60BCA1A66006F2E93 /* hole-mask.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = "hole-mask.tga"; sourceTree = "<group>"; };
-               B41634A70BCA1A66006F2E93 /* invisible */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = invisible; sourceTree = "<group>"; };
-               B41634A80BCA1A66006F2E93 /* invisible.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = invisible.tga; sourceTree = "<group>"; };
-               B41634A90BCA1A66006F2E93 /* jump */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = jump; sourceTree = "<group>"; };
-               B41634AA0BCA1A66006F2E93 /* jump.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = jump.tga; sourceTree = "<group>"; };
-               B41634AB0BCA1A66006F2E93 /* marble-brown-polished */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "marble-brown-polished"; sourceTree = "<group>"; };
-               B41634AC0BCA1A66006F2E93 /* marble-brown-polished.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "marble-brown-polished.jpg"; sourceTree = "<group>"; };
-               B41634AD0BCA1A66006F2E93 /* marble-purple */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "marble-purple"; sourceTree = "<group>"; };
-               B41634AE0BCA1A66006F2E93 /* marble-purple-polished */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "marble-purple-polished"; sourceTree = "<group>"; };
-               B41634AF0BCA1A66006F2E93 /* marble-purple-polished.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "marble-purple-polished.jpg"; sourceTree = "<group>"; };
-               B41634B00BCA1A66006F2E93 /* marble-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "marble-purple.jpg"; sourceTree = "<group>"; };
-               B41634B10BCA1A66006F2E93 /* mirror */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = mirror; sourceTree = "<group>"; };
-               B41634B20BCA1A66006F2E93 /* mirror-check */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "mirror-check"; sourceTree = "<group>"; };
-               B41634B30BCA1A66006F2E93 /* mirror-check.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "mirror-check.jpg"; sourceTree = "<group>"; };
-               B41634B40BCA1A66006F2E93 /* mirror.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = mirror.jpg; sourceTree = "<group>"; };
-               B41634B50BCA1A66006F2E93 /* mtrl.shader */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = mtrl.shader; sourceTree = "<group>"; };
-               B41634B60BCA1A66006F2E93 /* plank */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = plank; sourceTree = "<group>"; };
-               B41634B70BCA1A66006F2E93 /* plank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = plank.jpg; sourceTree = "<group>"; };
-               B41634B80BCA1A66006F2E93 /* rail */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rail; sourceTree = "<group>"; };
-               B41634B90BCA1A66006F2E93 /* rail.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rail.jpg; sourceTree = "<group>"; };
-               B41634BA0BCA1A66006F2E93 /* rainbow */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rainbow; sourceTree = "<group>"; };
-               B41634BB0BCA1A66006F2E93 /* rainbow.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = rainbow.tga; sourceTree = "<group>"; };
-               B41634BC0BCA1A66006F2E93 /* red */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = red; sourceTree = "<group>"; };
-               B41634BD0BCA1A66006F2E93 /* red-glass */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "red-glass"; sourceTree = "<group>"; };
-               B41634BE0BCA1A66006F2E93 /* red-glass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "red-glass.jpg"; sourceTree = "<group>"; };
-               B41634BF0BCA1A66006F2E93 /* red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = red.jpg; sourceTree = "<group>"; };
-               B41634C00BCA1A66006F2E93 /* rock_shadow */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = rock_shadow; sourceTree = "<group>"; };
-               B41634C10BCA1A66006F2E93 /* rock_shadow.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = rock_shadow.tga; sourceTree = "<group>"; };
-               B41634C20BCA1A66006F2E93 /* startline */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = startline; sourceTree = "<group>"; };
-               B41634C30BCA1A66006F2E93 /* startline.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = startline.tga; sourceTree = "<group>"; };
-               B41634C40BCA1A66006F2E93 /* switch */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = switch; sourceTree = "<group>"; };
-               B41634C50BCA1A66006F2E93 /* switch.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = switch.tga; sourceTree = "<group>"; };
-               B41634C60BCA1A66006F2E93 /* thwomp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = thwomp; sourceTree = "<group>"; };
-               B41634C70BCA1A66006F2E93 /* thwomp.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = thwomp.tga; sourceTree = "<group>"; };
-               B41634C80BCA1A66006F2E93 /* timer */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = timer; sourceTree = "<group>"; };
-               B41634C90BCA1A66006F2E93 /* timer.tga */ = {isa = PBXFileReference; lastKnownFileType = file; path = timer.tga; sourceTree = "<group>"; };
-               B41634CA0BCA1A66006F2E93 /* turf-blue */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-blue"; sourceTree = "<group>"; };
-               B41634CB0BCA1A66006F2E93 /* turf-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-blue.jpg"; sourceTree = "<group>"; };
-               B41634CC0BCA1A66006F2E93 /* turf-brown */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-brown"; sourceTree = "<group>"; };
-               B41634CD0BCA1A66006F2E93 /* turf-brown.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-brown.jpg"; sourceTree = "<group>"; };
-               B41634CE0BCA1A66006F2E93 /* turf-disco */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-disco"; sourceTree = "<group>"; };
-               B41634CF0BCA1A66006F2E93 /* turf-disco.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-disco.jpg"; sourceTree = "<group>"; };
-               B41634D00BCA1A66006F2E93 /* turf-green */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-green"; sourceTree = "<group>"; };
-               B41634D10BCA1A66006F2E93 /* turf-green-checked */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-green-checked"; sourceTree = "<group>"; };
-               B41634D20BCA1A66006F2E93 /* turf-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-checked.jpg"; sourceTree = "<group>"; };
-               B41634D30BCA1A66006F2E93 /* turf-green-checked2 */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-green-checked2"; sourceTree = "<group>"; };
-               B41634D40BCA1A66006F2E93 /* turf-green-checked2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-checked2.jpg"; sourceTree = "<group>"; };
-               B41634D50BCA1A66006F2E93 /* turf-green-dark */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-green-dark"; sourceTree = "<group>"; };
-               B41634D60BCA1A66006F2E93 /* turf-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-dark.jpg"; sourceTree = "<group>"; };
-               B41634D70BCA1A66006F2E93 /* turf-green-light */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-green-light"; sourceTree = "<group>"; };
-               B41634D80BCA1A66006F2E93 /* turf-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-light.jpg"; sourceTree = "<group>"; };
-               B41634D90BCA1A66006F2E93 /* turf-green-offset */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-green-offset"; sourceTree = "<group>"; };
-               B41634DA0BCA1A66006F2E93 /* turf-green-offset.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-offset.jpg"; sourceTree = "<group>"; };
-               B41634DB0BCA1A66006F2E93 /* turf-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green.jpg"; sourceTree = "<group>"; };
-               B41634DC0BCA1A66006F2E93 /* turf-grey */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-grey"; sourceTree = "<group>"; };
-               B41634DD0BCA1A66006F2E93 /* turf-grey-dark */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-grey-dark"; sourceTree = "<group>"; };
-               B41634DE0BCA1A66006F2E93 /* turf-grey-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-grey-dark.jpg"; sourceTree = "<group>"; };
-               B41634DF0BCA1A66006F2E93 /* turf-grey.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-grey.jpg"; sourceTree = "<group>"; };
-               B41634E00BCA1A66006F2E93 /* turf-orange */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-orange"; sourceTree = "<group>"; };
-               B41634E10BCA1A66006F2E93 /* turf-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-orange.jpg"; sourceTree = "<group>"; };
-               B41634E20BCA1A66006F2E93 /* turf-orangebig */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-orangebig"; sourceTree = "<group>"; };
-               B41634E30BCA1A66006F2E93 /* turf-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-orangebig.jpg"; sourceTree = "<group>"; };
-               B41634E40BCA1A66006F2E93 /* turf-prplecheck */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-prplecheck"; sourceTree = "<group>"; };
-               B41634E50BCA1A66006F2E93 /* turf-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-prplecheck.jpg"; sourceTree = "<group>"; };
-               B41634E60BCA1A66006F2E93 /* turf-purple */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-purple"; sourceTree = "<group>"; };
-               B41634E70BCA1A66006F2E93 /* turf-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-purple.jpg"; sourceTree = "<group>"; };
-               B41634E80BCA1A66006F2E93 /* turf-red */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-red"; sourceTree = "<group>"; };
-               B41634E90BCA1A66006F2E93 /* turf-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-red.jpg"; sourceTree = "<group>"; };
-               B41634EA0BCA1A66006F2E93 /* turf-shiny */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-shiny"; sourceTree = "<group>"; };
-               B41634EB0BCA1A66006F2E93 /* turf-shiny-bright */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-shiny-bright"; sourceTree = "<group>"; };
-               B41634EC0BCA1A66006F2E93 /* turf-shiny-bright.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-shiny-bright.jpg"; sourceTree = "<group>"; };
-               B41634ED0BCA1A66006F2E93 /* turf-shiny.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-shiny.jpg"; sourceTree = "<group>"; };
-               B41634EE0BCA1A66006F2E93 /* turf-small-green */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "turf-small-green"; sourceTree = "<group>"; };
-               B41634EF0BCA1A66006F2E93 /* turf-small-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-small-green.jpg"; sourceTree = "<group>"; };
-               B41634F00BCA1A66006F2E93 /* white */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = white; sourceTree = "<group>"; };
-               B41634F10BCA1A66006F2E93 /* white.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = white.jpg; sourceTree = "<group>"; };
-               B41634F20BCA1A66006F2E93 /* wood */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = wood; sourceTree = "<group>"; };
-               B41634F30BCA1A66006F2E93 /* wood-check */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "wood-check"; sourceTree = "<group>"; };
-               B41634F40BCA1A66006F2E93 /* wood-check.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-check.jpg"; sourceTree = "<group>"; };
-               B41634F50BCA1A66006F2E93 /* wood-diagonal */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "wood-diagonal"; sourceTree = "<group>"; };
-               B41634F60BCA1A66006F2E93 /* wood-diagonal.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-diagonal.jpg"; sourceTree = "<group>"; };
-               B41634F70BCA1A66006F2E93 /* wood-lighter */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "wood-lighter"; sourceTree = "<group>"; };
-               B41634F80BCA1A66006F2E93 /* wood-lighter.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-lighter.jpg"; sourceTree = "<group>"; };
-               B41634F90BCA1A66006F2E93 /* wood-plank */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "wood-plank"; sourceTree = "<group>"; };
-               B41634FA0BCA1A66006F2E93 /* wood-plank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-plank.jpg"; sourceTree = "<group>"; };
-               B41634FB0BCA1A66006F2E93 /* wood.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = wood.jpg; sourceTree = "<group>"; };
-               B41634FC0BCA1A66006F2E93 /* yjump */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = yjump; sourceTree = "<group>"; };
-               B41634FD0BCA1A66006F2E93 /* yjump.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = yjump.jpg; sourceTree = "<group>"; };
-               B41634FF0BCA1A66006F2E93 /* peg.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = peg.obj; sourceTree = "<group>"; };
-               B41635000BCA1A66006F2E93 /* pin.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = pin.obj; sourceTree = "<group>"; };
-               B41635010BCA1A66006F2E93 /* platform.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = platform.obj; sourceTree = "<group>"; };
-               B41635020BCA1A66006F2E93 /* post.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = post.obj; sourceTree = "<group>"; };
-               B41635030BCA1A66006F2E93 /* snowman.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = snowman.obj; sourceTree = "<group>"; };
-               B41635040BCA1A66006F2E93 /* xrail2.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = xrail2.obj; sourceTree = "<group>"; };
-               B41635050BCA1A66006F2E93 /* xrail3.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = xrail3.obj; sourceTree = "<group>"; };
-               B41635060BCA1A66006F2E93 /* xrail4.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = xrail4.obj; sourceTree = "<group>"; };
-               B41635070BCA1A66006F2E93 /* xrail6.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = xrail6.obj; sourceTree = "<group>"; };
-               B41635080BCA1A66006F2E93 /* xrail8.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = xrail8.obj; sourceTree = "<group>"; };
-               B41635090BCA1A66006F2E93 /* zrail2.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = zrail2.obj; sourceTree = "<group>"; };
-               B416350A0BCA1A66006F2E93 /* zrail3.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = zrail3.obj; sourceTree = "<group>"; };
-               B416350B0BCA1A66006F2E93 /* zrail4.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = zrail4.obj; sourceTree = "<group>"; };
-               B416350C0BCA1A66006F2E93 /* zrail6.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = zrail6.obj; sourceTree = "<group>"; };
-               B416350D0BCA1A66006F2E93 /* zrail8.obj */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = zrail8.obj; sourceTree = "<group>"; };
-               B416350F0BCA1A66006F2E93 /* ball-bonus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-bonus.png"; sourceTree = "<group>"; };
-               B41635100BCA1A66006F2E93 /* ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ball.png; sourceTree = "<group>"; };
-               B41635110BCA1A66006F2E93 /* buildings1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = buildings1.png; sourceTree = "<group>"; };
-               B41635120BCA1A66006F2E93 /* city1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city1.png; sourceTree = "<group>"; };
-               B41635130BCA1A66006F2E93 /* city2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city2.png; sourceTree = "<group>"; };
-               B41635140BCA1A66006F2E93 /* city4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city4.png; sourceTree = "<group>"; };
-               B41635150BCA1A66006F2E93 /* clouds1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = clouds1.png; sourceTree = "<group>"; };
-               B41635160BCA1A66006F2E93 /* clouds2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = clouds2.png; sourceTree = "<group>"; };
-               B41635170BCA1A66006F2E93 /* clouds3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = clouds3.png; sourceTree = "<group>"; };
-               B41635180BCA1A66006F2E93 /* coin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = coin.png; sourceTree = "<group>"; };
-               B41635190BCA1A66006F2E93 /* contrail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = contrail.png; sourceTree = "<group>"; };
-               B416351A0BCA1A66006F2E93 /* euro_coin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = euro_coin.png; sourceTree = "<group>"; };
-               B416351B0BCA1A66006F2E93 /* eyeball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = eyeball.png; sourceTree = "<group>"; };
-               B416351C0BCA1A66006F2E93 /* grid.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = grid.png; sourceTree = "<group>"; };
-               B416351D0BCA1A66006F2E93 /* grow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = grow.png; sourceTree = "<group>"; };
-               B416351E0BCA1A66006F2E93 /* hills1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = hills1.png; sourceTree = "<group>"; };
-               B416351F0BCA1A66006F2E93 /* hills2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = hills2.png; sourceTree = "<group>"; };
-               B41635200BCA1A66006F2E93 /* hills3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = hills3.png; sourceTree = "<group>"; };
-               B41635210BCA1A66006F2E93 /* io.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = io.png; sourceTree = "<group>"; };
-               B41635220BCA1A66006F2E93 /* jupiter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = jupiter.png; sourceTree = "<group>"; };
-               B41635230BCA1A66006F2E93 /* loops1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loops1.png; sourceTree = "<group>"; };
-               B41635240BCA1A66006F2E93 /* loops2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loops2.png; sourceTree = "<group>"; };
-               B41635250BCA1A66006F2E93 /* loops3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loops3.png; sourceTree = "<group>"; };
-               B41635260BCA1A66006F2E93 /* moon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = moon.png; sourceTree = "<group>"; };
-               B41635270BCA1A66006F2E93 /* mount1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mount1.png; sourceTree = "<group>"; };
-               B41635280BCA1A66006F2E93 /* mount2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mount2.png; sourceTree = "<group>"; };
-               B41635290BCA1A66006F2E93 /* part.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = part.png; sourceTree = "<group>"; };
-               B416352A0BCA1A66006F2E93 /* shadow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = shadow.png; sourceTree = "<group>"; };
-               B416352B0BCA1A66006F2E93 /* shrink.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = shrink.png; sourceTree = "<group>"; };
-               B416352C0BCA1A66006F2E93 /* space.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = space.png; sourceTree = "<group>"; };
-               B416352D0BCA1A66006F2E93 /* stars1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars1.png; sourceTree = "<group>"; };
-               B416352E0BCA1A66006F2E93 /* stars2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars2.png; sourceTree = "<group>"; };
-               B416352F0BCA1A66006F2E93 /* stars3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars3.png; sourceTree = "<group>"; };
-               B41635300BCA1A66006F2E93 /* stars4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars4.png; sourceTree = "<group>"; };
-               B41635310BCA1A66006F2E93 /* sun.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sun.png; sourceTree = "<group>"; };
-               B41635320BCA1A66006F2E93 /* wave.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = wave.png; sourceTree = "<group>"; };
-               B41635330BCA1A66006F2E93 /* set-easy.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "set-easy.txt"; sourceTree = "<group>"; };
-               B41635340BCA1A66006F2E93 /* set-easy2.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "set-easy2.txt"; sourceTree = "<group>"; };
-               B41635350BCA1A66006F2E93 /* set-easy3.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "set-easy3.txt"; sourceTree = "<group>"; };
-               B41635360BCA1A66006F2E93 /* set-hard.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "set-hard.txt"; sourceTree = "<group>"; };
-               B41635370BCA1A66006F2E93 /* set-mym.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "set-mym.txt"; sourceTree = "<group>"; };
-               B41635380BCA1A66006F2E93 /* set-mym2.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "set-mym2.txt"; sourceTree = "<group>"; };
-               B41635390BCA1A66006F2E93 /* set-paul.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = "set-paul.txt"; sourceTree = "<group>"; };
-               B416353A0BCA1A66006F2E93 /* sets.txt */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text; path = sets.txt; sourceTree = "<group>"; };
-               B416353C0BCA1A66006F2E93 /* billiard-paul.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "billiard-paul.jpg"; sourceTree = "<group>"; };
-               B416353D0BCA1A66006F2E93 /* canals-ton.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "canals-ton.jpg"; sourceTree = "<group>"; };
-               B416353E0BCA1A66006F2E93 /* checkers-paul.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "checkers-paul.jpg"; sourceTree = "<group>"; };
-               B416353F0BCA1A66006F2E93 /* coneskeleton-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coneskeleton-mym.jpg"; sourceTree = "<group>"; };
-               B41635400BCA1A66006F2E93 /* cross-para.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "cross-para.jpg"; sourceTree = "<group>"; };
-               B41635410BCA1A66006F2E93 /* easyhalfpipe-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "easyhalfpipe-mym.jpg"; sourceTree = "<group>"; };
-               B41635420BCA1A66006F2E93 /* elevator-jp.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "elevator-jp.jpg"; sourceTree = "<group>"; };
-               B41635430BCA1A66006F2E93 /* groundbreak-para.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "groundbreak-para.jpg"; sourceTree = "<group>"; };
-               B41635440BCA1A66006F2E93 /* hurdles-ton.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "hurdles-ton.jpg"; sourceTree = "<group>"; };
-               B41635450BCA1A66006F2E93 /* lollipop-dave.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "lollipop-dave.jpg"; sourceTree = "<group>"; };
-               B41635460BCA1A66006F2E93 /* marblecurves-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "marblecurves-mym.jpg"; sourceTree = "<group>"; };
-               B41635470BCA1A66006F2E93 /* nostairs-para.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "nostairs-para.jpg"; sourceTree = "<group>"; };
-               B41635480BCA1A66006F2E93 /* ocean-paul.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "ocean-paul.jpg"; sourceTree = "<group>"; };
-               B41635490BCA1A66006F2E93 /* paths-paul.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "paths-paul.jpg"; sourceTree = "<group>"; };
-               B416354A0BCA1A66006F2E93 /* roundfloors-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "roundfloors-mym.jpg"; sourceTree = "<group>"; };
-               B416354B0BCA1A66006F2E93 /* roundlaby-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "roundlaby-mym.jpg"; sourceTree = "<group>"; };
-               B416354C0BCA1A66006F2E93 /* roundncoins-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "roundncoins-mym.jpg"; sourceTree = "<group>"; };
-               B416354D0BCA1A66006F2E93 /* slalom-jp.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "slalom-jp.jpg"; sourceTree = "<group>"; };
-               B416354E0BCA1A66006F2E93 /* slightcurve-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "slightcurve-mym.jpg"; sourceTree = "<group>"; };
-               B416354F0BCA1A66006F2E93 /* sparselines-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "sparselines-mym.jpg"; sourceTree = "<group>"; };
-               B41635500BCA1A66006F2E93 /* speedbumps-mym.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "speedbumps-mym.jpg"; sourceTree = "<group>"; };
-               B41635510BCA1A66006F2E93 /* stairs-jp.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "stairs-jp.jpg"; sourceTree = "<group>"; };
-               B41635520BCA1A66006F2E93 /* thwomp2-paul.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "thwomp2-paul.jpg"; sourceTree = "<group>"; };
-               B41635550BCA1A66006F2E93 /* assault.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = assault.jpg; sourceTree = "<group>"; };
-               B41635560BCA1A66006F2E93 /* circuit1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = circuit1.jpg; sourceTree = "<group>"; };
-               B41635570BCA1A66006F2E93 /* circuit2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = circuit2.jpg; sourceTree = "<group>"; };
-               B41635580BCA1A66006F2E93 /* climb.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = climb.jpg; sourceTree = "<group>"; };
-               B41635590BCA1A66006F2E93 /* comeback.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = comeback.jpg; sourceTree = "<group>"; };
-               B416355A0BCA1A66006F2E93 /* dance1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = dance1.jpg; sourceTree = "<group>"; };
-               B416355B0BCA1A66006F2E93 /* dance2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = dance2.jpg; sourceTree = "<group>"; };
-               B416355C0BCA1A66006F2E93 /* descent.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = descent.jpg; sourceTree = "<group>"; };
-               B416355D0BCA1A66006F2E93 /* drive1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = drive1.jpg; sourceTree = "<group>"; };
-               B416355E0BCA1A66006F2E93 /* drive2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = drive2.jpg; sourceTree = "<group>"; };
-               B416355F0BCA1A66006F2E93 /* earthquake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = earthquake.jpg; sourceTree = "<group>"; };
-               B41635600BCA1A66006F2E93 /* ghosts.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = ghosts.jpg; sourceTree = "<group>"; };
-               B41635610BCA1A66006F2E93 /* glasstower.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = glasstower.jpg; sourceTree = "<group>"; };
-               B41635620BCA1A66006F2E93 /* hard.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hard.jpg; sourceTree = "<group>"; };
-               B41635630BCA1A66006F2E93 /* loop1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = loop1.jpg; sourceTree = "<group>"; };
-               B41635640BCA1A66006F2E93 /* loop2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = loop2.jpg; sourceTree = "<group>"; };
-               B41635650BCA1A66006F2E93 /* maze1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = maze1.jpg; sourceTree = "<group>"; };
-               B41635660BCA1A66006F2E93 /* maze2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = maze2.jpg; sourceTree = "<group>"; };
-               B41635670BCA1A66006F2E93 /* narrow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = narrow.jpg; sourceTree = "<group>"; };
-               B41635680BCA1A66006F2E93 /* running.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = running.jpg; sourceTree = "<group>"; };
-               B41635690BCA1A66006F2E93 /* scrambling.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = scrambling.jpg; sourceTree = "<group>"; };
-               B416356A0BCA1A66006F2E93 /* snow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = snow.jpg; sourceTree = "<group>"; };
-               B416356B0BCA1A66006F2E93 /* trust.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = trust.jpg; sourceTree = "<group>"; };
-               B416356C0BCA1A66006F2E93 /* turn.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = turn.jpg; sourceTree = "<group>"; };
-               B416356D0BCA1A66006F2E93 /* up.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = up.jpg; sourceTree = "<group>"; };
-               B416356F0BCA1A66006F2E93 /* backforth.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = backforth.jpg; sourceTree = "<group>"; };
-               B41635700BCA1A66006F2E93 /* basket.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = basket.jpg; sourceTree = "<group>"; };
-               B41635710BCA1A66006F2E93 /* bigball.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bigball.jpg; sourceTree = "<group>"; };
-               B41635720BCA1A66006F2E93 /* bigcones.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bigcones.jpg; sourceTree = "<group>"; };
-               B41635730BCA1A66006F2E93 /* bombman.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bombman.jpg; sourceTree = "<group>"; };
-               B41635740BCA1A66006F2E93 /* bounces.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bounces.jpg; sourceTree = "<group>"; };
-               B41635750BCA1A66006F2E93 /* fall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = fall.jpg; sourceTree = "<group>"; };
-               B41635760BCA1A66006F2E93 /* freefall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = freefall.jpg; sourceTree = "<group>"; };
-               B41635770BCA1A66006F2E93 /* grinder.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = grinder.jpg; sourceTree = "<group>"; };
-               B41635780BCA1A66006F2E93 /* littlecones.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = littlecones.jpg; sourceTree = "<group>"; };
-               B41635790BCA1A66006F2E93 /* longpipe.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = longpipe.jpg; sourceTree = "<group>"; };
-               B416357A0BCA1A66006F2E93 /* morenarrow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = morenarrow.jpg; sourceTree = "<group>"; };
-               B416357B0BCA1A66006F2E93 /* movinglumps.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = movinglumps.jpg; sourceTree = "<group>"; };
-               B416357C0BCA1A66006F2E93 /* movingpath.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = movingpath.jpg; sourceTree = "<group>"; };
-               B416357D0BCA1A66006F2E93 /* push.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = push.jpg; sourceTree = "<group>"; };
-               B416357E0BCA1A66006F2E93 /* rainbow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rainbow.jpg; sourceTree = "<group>"; };
-               B416357F0BCA1A66006F2E93 /* rodeo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rodeo.jpg; sourceTree = "<group>"; };
-               B41635800BCA1A66006F2E93 /* runstop.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = runstop.jpg; sourceTree = "<group>"; };
-               B41635810BCA1A66006F2E93 /* shaker.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = shaker.jpg; sourceTree = "<group>"; };
-               B41635820BCA1A66006F2E93 /* sonic.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = sonic.jpg; sourceTree = "<group>"; };
-               B41635830BCA1A66006F2E93 /* speed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = speed.jpg; sourceTree = "<group>"; };
-               B41635840BCA1A66006F2E93 /* speeddance.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = speeddance.jpg; sourceTree = "<group>"; };
-               B41635850BCA1A66006F2E93 /* translation.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = translation.jpg; sourceTree = "<group>"; };
-               B41635860BCA1A66006F2E93 /* updown.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = updown.jpg; sourceTree = "<group>"; };
-               B41635870BCA1A66006F2E93 /* webs.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = webs.jpg; sourceTree = "<group>"; };
-               B41635890BCA1A66006F2E93 /* paths.bmp */ = {isa = PBXFileReference; lastKnownFileType = image.bmp; path = paths.bmp; sourceTree = "<group>"; };
-               B416358B0BCA1A66006F2E93 /* abc.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = abc.jpg; sourceTree = "<group>"; };
-               B416358C0BCA1A66006F2E93 /* paxed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paxed.jpg; sourceTree = "<group>"; };
-               B416358D0BCA1A66006F2E93 /* paxed2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paxed2.jpg; sourceTree = "<group>"; };
-               B416358E0BCA1A66006F2E93 /* paxed3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paxed3.jpg; sourceTree = "<group>"; };
-               B416358F0BCA1A66006F2E93 /* putt.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = putt.jpg; sourceTree = "<group>"; };
-               B41635900BCA1A66006F2E93 /* slippi.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = slippi.jpg; sourceTree = "<group>"; };
-               B41635920BCA1A66006F2E93 /* angle.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = angle.jpg; sourceTree = "<group>"; };
-               B41635930BCA1A66006F2E93 /* bumper.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bumper.jpg; sourceTree = "<group>"; };
-               B41635940BCA1A66006F2E93 /* bumps.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bumps.jpg; sourceTree = "<group>"; };
-               B41635950BCA1A66006F2E93 /* check.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = check.jpg; sourceTree = "<group>"; };
-               B41635960BCA1A66006F2E93 /* coins.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = coins.jpg; sourceTree = "<group>"; };
-               B41635970BCA1A66006F2E93 /* corners.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = corners.jpg; sourceTree = "<group>"; };
-               B41635980BCA1A66006F2E93 /* curbs.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = curbs.jpg; sourceTree = "<group>"; };
-               B41635990BCA1A66006F2E93 /* curved.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = curved.jpg; sourceTree = "<group>"; };
-               B416359A0BCA1A66006F2E93 /* drops.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = drops.jpg; sourceTree = "<group>"; };
-               B416359B0BCA1A66006F2E93 /* easy.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = easy.jpg; sourceTree = "<group>"; };
-               B416359C0BCA1A66006F2E93 /* easytele.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = easytele.jpg; sourceTree = "<group>"; };
-               B416359D0BCA1A66006F2E93 /* fence.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = fence.jpg; sourceTree = "<group>"; };
-               B416359E0BCA1A66006F2E93 /* four.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = four.jpg; sourceTree = "<group>"; };
-               B416359F0BCA1A66006F2E93 /* frogger.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = frogger.jpg; sourceTree = "<group>"; };
-               B41635A00BCA1A66006F2E93 /* gaps.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = gaps.jpg; sourceTree = "<group>"; };
-               B41635A10BCA1A66006F2E93 /* goals.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = goals.jpg; sourceTree = "<group>"; };
-               B41635A20BCA1A66006F2E93 /* goslow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = goslow.jpg; sourceTree = "<group>"; };
-               B41635A30BCA1A66006F2E93 /* greed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = greed.jpg; sourceTree = "<group>"; };
-               B41635A40BCA1A66006F2E93 /* grid.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = grid.jpg; sourceTree = "<group>"; };
-               B41635A50BCA1A66006F2E93 /* hole.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hole.jpg; sourceTree = "<group>"; };
-               B41635A60BCA1A66006F2E93 /* hump.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hump.jpg; sourceTree = "<group>"; };
-               B41635A70BCA1A66006F2E93 /* invis.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = invis.jpg; sourceTree = "<group>"; };
-               B41635A80BCA1A66006F2E93 /* islands.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = islands.jpg; sourceTree = "<group>"; };
-               B41635A90BCA1A66006F2E93 /* locks.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = locks.jpg; sourceTree = "<group>"; };
-               B41635AA0BCA1A66006F2E93 /* maze.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = maze.jpg; sourceTree = "<group>"; };
-               B41635AB0BCA1A66006F2E93 /* mover.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = mover.jpg; sourceTree = "<group>"; };
-               B41635AC0BCA1A66006F2E93 /* movers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = movers.jpg; sourceTree = "<group>"; };
-               B41635AD0BCA1A66006F2E93 /* peasy.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = peasy.jpg; sourceTree = "<group>"; };
-               B41635AE0BCA1A66006F2E93 /* pipe.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = pipe.jpg; sourceTree = "<group>"; };
-               B41635AF0BCA1A66006F2E93 /* plinko.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = plinko.jpg; sourceTree = "<group>"; };
-               B41635B00BCA1A66006F2E93 /* poker.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = poker.jpg; sourceTree = "<group>"; };
-               B41635B10BCA1A66006F2E93 /* pyramid.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = pyramid.jpg; sourceTree = "<group>"; };
-               B41635B20BCA1A66006F2E93 /* quads.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = quads.jpg; sourceTree = "<group>"; };
-               B41635B30BCA1A66006F2E93 /* rampdn.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rampdn.jpg; sourceTree = "<group>"; };
-               B41635B40BCA1A66006F2E93 /* rampup.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rampup.jpg; sourceTree = "<group>"; };
-               B41635B50BCA1A66006F2E93 /* ring.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = ring.jpg; sourceTree = "<group>"; };
-               B41635B60BCA1A66006F2E93 /* risers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = risers.jpg; sourceTree = "<group>"; };
-               B41635B70BCA1A66006F2E93 /* spiraldn.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spiraldn.jpg; sourceTree = "<group>"; };
-               B41635B80BCA1A66006F2E93 /* spiralin.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spiralin.jpg; sourceTree = "<group>"; };
-               B41635B90BCA1A66006F2E93 /* spiralup.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spiralup.jpg; sourceTree = "<group>"; };
-               B41635BA0BCA1A66006F2E93 /* spread.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spread.jpg; sourceTree = "<group>"; };
-               B41635BB0BCA1A66006F2E93 /* stairs.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = stairs.jpg; sourceTree = "<group>"; };
-               B41635BC0BCA1A66006F2E93 /* sync.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = sync.jpg; sourceTree = "<group>"; };
-               B41635BD0BCA1A66006F2E93 /* telemaze.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = telemaze.jpg; sourceTree = "<group>"; };
-               B41635BE0BCA1A66006F2E93 /* teleport.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = teleport.jpg; sourceTree = "<group>"; };
-               B41635BF0BCA1A66006F2E93 /* tilt.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = tilt.jpg; sourceTree = "<group>"; };
-               B41635C00BCA1A66006F2E93 /* timer.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = timer.jpg; sourceTree = "<group>"; };
-               B41635C10BCA1A66006F2E93 /* title.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = title.jpg; sourceTree = "<group>"; };
-               B41635C20BCA1A66006F2E93 /* wakka.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = wakka.jpg; sourceTree = "<group>"; };
-               B41635C30BCA1A66006F2E93 /* zigzag.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = zigzag.jpg; sourceTree = "<group>"; };
-               B41635C50BCA1A66006F2E93 /* ball.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = ball.ogg; sourceTree = "<group>"; };
-               B41635C60BCA1A66006F2E93 /* bink.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = bink.wav; sourceTree = "<group>"; };
-               B41635C70BCA1A66006F2E93 /* birdie.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = birdie.ogg; sourceTree = "<group>"; };
-               B41635C80BCA1A66006F2E93 /* bogey.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bogey.ogg; sourceTree = "<group>"; };
-               B41635C90BCA1A66006F2E93 /* bump.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bump.ogg; sourceTree = "<group>"; };
-               B41635CA0BCA1A66006F2E93 /* bumpbig.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bumpbig.ogg; sourceTree = "<group>"; };
-               B41635CB0BCA1A66006F2E93 /* bumplil.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bumplil.ogg; sourceTree = "<group>"; };
-               B41635CC0BCA1A66006F2E93 /* coin.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = coin.wav; sourceTree = "<group>"; };
-               B41635CD0BCA1A66006F2E93 /* double.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = double.ogg; sourceTree = "<group>"; };
-               B41635CE0BCA1A66006F2E93 /* eagle.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = eagle.ogg; sourceTree = "<group>"; };
-               B41635CF0BCA1A66006F2E93 /* fall.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = fall.ogg; sourceTree = "<group>"; };
-               B41635D00BCA1A66006F2E93 /* go.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = go.ogg; sourceTree = "<group>"; };
-               B41635D10BCA1A66006F2E93 /* goal.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = goal.wav; sourceTree = "<group>"; };
-               B41635D20BCA1A66006F2E93 /* grow.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = grow.ogg; sourceTree = "<group>"; };
-               B41635D30BCA1A66006F2E93 /* jump.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = jump.ogg; sourceTree = "<group>"; };
-               B41635D40BCA1A66006F2E93 /* menu.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = menu.wav; sourceTree = "<group>"; };
-               B41635D50BCA1A66006F2E93 /* one.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = one.ogg; sourceTree = "<group>"; };
-               B41635D60BCA1A66006F2E93 /* over.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = over.ogg; sourceTree = "<group>"; };
-               B41635D70BCA1A66006F2E93 /* par.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = par.ogg; sourceTree = "<group>"; };
-               B41635D80BCA1A66006F2E93 /* penalty.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = penalty.ogg; sourceTree = "<group>"; };
-               B41635D90BCA1A66006F2E93 /* player1.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player1.ogg; sourceTree = "<group>"; };
-               B41635DA0BCA1A66006F2E93 /* player2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player2.ogg; sourceTree = "<group>"; };
-               B41635DB0BCA1A66006F2E93 /* player3.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player3.ogg; sourceTree = "<group>"; };
-               B41635DC0BCA1A66006F2E93 /* player4.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player4.ogg; sourceTree = "<group>"; };
-               B41635DD0BCA1A66006F2E93 /* ready.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = ready.ogg; sourceTree = "<group>"; };
-               B41635DE0BCA1A66006F2E93 /* record.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = record.ogg; sourceTree = "<group>"; };
-               B41635DF0BCA1A66006F2E93 /* select.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = select.ogg; sourceTree = "<group>"; };
-               B41635E00BCA1A66006F2E93 /* set.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = set.ogg; sourceTree = "<group>"; };
-               B41635E10BCA1A66006F2E93 /* shrink.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = shrink.ogg; sourceTree = "<group>"; };
-               B41635E20BCA1A66006F2E93 /* success.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = success.ogg; sourceTree = "<group>"; };
-               B41635E30BCA1A66006F2E93 /* switch.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = switch.wav; sourceTree = "<group>"; };
-               B41635E40BCA1A66006F2E93 /* tick.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = tick.ogg; sourceTree = "<group>"; };
-               B41635E50BCA1A66006F2E93 /* time.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = time.ogg; sourceTree = "<group>"; };
-               B41635E60BCA1A66006F2E93 /* tock.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = tock.ogg; sourceTree = "<group>"; };
-               B41635E80BCA1A66006F2E93 /* DejaVuSans-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DejaVuSans-Bold.ttf"; sourceTree = "<group>"; };
-               B41635E90BCA1A66006F2E93 /* VeraBd.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = VeraBd.ttf; sourceTree = "<group>"; };
                B47DDD1D0BCA1AA300915326 /* background.dmg.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = background.dmg.jpg; sourceTree = "<group>"; };
                B47DDD1E0BCA1AA300915326 /* dmg_back_1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = dmg_back_1.jpg; sourceTree = "<group>"; };
                B47DDD1F0BCA1AA300915326 /* dmg_back_2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = dmg_back_2.jpg; sourceTree = "<group>"; };
                B47DDD3F0BCA1BF200915326 /* neverball.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = neverball.icns; path = ../icons/neverball.icns; sourceTree = "<group>"; };
                B47DDD400BCA1BF200915326 /* neverputt-new.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = "neverputt-new.icns"; path = "../icons/neverputt-new.icns"; sourceTree = "<group>"; };
                B47DDD410BCA1BF200915326 /* neverputt.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; name = neverputt.icns; path = ../icons/neverputt.icns; sourceTree = "<group>"; };
+               B51179D80C906000005837F9 /* alien.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = alien.png; sourceTree = "<group>"; };
+               B51179D90C906000005837F9 /* blk_org.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = blk_org.png; sourceTree = "<group>"; };
+               B51179DA0C906000005837F9 /* blues.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = blues.png; sourceTree = "<group>"; };
+               B51179DB0C906000005837F9 /* city.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city.png; sourceTree = "<group>"; };
+               B51179DC0C906000005837F9 /* greens.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = greens.png; sourceTree = "<group>"; };
+               B51179DD0C906000005837F9 /* greys.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = greys.png; sourceTree = "<group>"; };
+               B51179DE0C906000005837F9 /* gui.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = gui.png; sourceTree = "<group>"; };
+               B51179DF0C906000005837F9 /* land.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = land.png; sourceTree = "<group>"; };
+               B51179E00C906000005837F9 /* ocean.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ocean.png; sourceTree = "<group>"; };
+               B51179E10C906000005837F9 /* org_yel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = org_yel.png; sourceTree = "<group>"; };
+               B51179E20C906000005837F9 /* pastel.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = pastel.png; sourceTree = "<group>"; };
+               B51179E30C906000005837F9 /* purples.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = purples.png; sourceTree = "<group>"; };
+               B51179E40C906000005837F9 /* red_blu.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = red_blu.png; sourceTree = "<group>"; };
+               B51179E50C906000005837F9 /* red_wht.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = red_wht.png; sourceTree = "<group>"; };
+               B51179E60C906000005837F9 /* space.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = space.png; sourceTree = "<group>"; };
+               B51179E80C906000005837F9 /* inter.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = inter.ogg; sourceTree = "<group>"; };
+               B51179E90C906000005837F9 /* title.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = title.ogg; sourceTree = "<group>"; };
+               B51179EA0C906000005837F9 /* track1.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track1.ogg; sourceTree = "<group>"; };
+               B51179EB0C906000005837F9 /* track2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track2.ogg; sourceTree = "<group>"; };
+               B51179EC0C906000005837F9 /* track3.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track3.ogg; sourceTree = "<group>"; };
+               B51179ED0C906001005837F9 /* track4.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track4.ogg; sourceTree = "<group>"; };
+               B51179EE0C906001005837F9 /* track5.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = track5.ogg; sourceTree = "<group>"; };
+               B51179EF0C906001005837F9 /* courses.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = courses.txt; sourceTree = "<group>"; };
+               B51179F10C906001005837F9 /* demo1.nbr */ = {isa = PBXFileReference; lastKnownFileType = file; path = demo1.nbr; sourceTree = "<group>"; };
+               B51179F20C906001005837F9 /* demo2.nbr */ = {isa = PBXFileReference; lastKnownFileType = file; path = demo2.nbr; sourceTree = "<group>"; };
+               B51179F30C906001005837F9 /* help1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help1.jpg; sourceTree = "<group>"; };
+               B51179F40C906001005837F9 /* help2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help2.jpg; sourceTree = "<group>"; };
+               B51179F50C906001005837F9 /* help3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help3.jpg; sourceTree = "<group>"; };
+               B51179F60C906001005837F9 /* help4.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = help4.jpg; sourceTree = "<group>"; };
+               B51179F70C906001005837F9 /* holes-abc.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "holes-abc.txt"; sourceTree = "<group>"; };
+               B51179F80C906001005837F9 /* holes-paxed.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "holes-paxed.txt"; sourceTree = "<group>"; };
+               B51179F90C906001005837F9 /* holes-paxed2.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "holes-paxed2.txt"; sourceTree = "<group>"; };
+               B51179FA0C906001005837F9 /* holes-paxed3.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "holes-paxed3.txt"; sourceTree = "<group>"; };
+               B51179FB0C906001005837F9 /* holes-putt.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "holes-putt.txt"; sourceTree = "<group>"; };
+               B51179FC0C906001005837F9 /* holes-slippi.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "holes-slippi.txt"; sourceTree = "<group>"; };
+               B51179FE0C906001005837F9 /* neverball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = neverball.png; sourceTree = "<group>"; };
+               B51179FF0C906001005837F9 /* neverputt.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = neverputt.png; sourceTree = "<group>"; };
+               B5117A010C906001005837F9 /* alien.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = alien.map; sourceTree = "<group>"; };
+               B5117A020C906001005837F9 /* blank.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = blank.map; sourceTree = "<group>"; };
+               B5117A030C906001005837F9 /* city.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = city.map; sourceTree = "<group>"; };
+               B5117A040C906001005837F9 /* clouds.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = clouds.map; sourceTree = "<group>"; };
+               B5117A050C906001005837F9 /* jupiter.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jupiter.map; sourceTree = "<group>"; };
+               B5117A060C906001005837F9 /* ocean.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ocean.map; sourceTree = "<group>"; };
+               B5117A080C906001005837F9 /* bumper.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bumper.map; sourceTree = "<group>"; };
+               B5117A090C906001005837F9 /* canals.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = canals.map; sourceTree = "<group>"; };
+               B5117A0A0C906001005837F9 /* coins.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = coins.map; sourceTree = "<group>"; };
+               B5117A0B0C906001005837F9 /* corners.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = corners.map; sourceTree = "<group>"; };
+               B5117A0C0C906001005837F9 /* curved.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = curved.map; sourceTree = "<group>"; };
+               B5117A0D0C906001005837F9 /* easy.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = easy.map; sourceTree = "<group>"; };
+               B5117A0E0C906001005837F9 /* easyhalfpipe.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = easyhalfpipe.map; sourceTree = "<group>"; };
+               B5117A0F0C906001005837F9 /* fence.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = fence.map; sourceTree = "<group>"; };
+               B5117A100C906001005837F9 /* goals.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = goals.map; sourceTree = "<group>"; };
+               B5117A110C906001005837F9 /* goslow.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = goslow.map; sourceTree = "<group>"; };
+               B5117A120C906001005837F9 /* greed.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = greed.map; sourceTree = "<group>"; };
+               B5117A130C906001005837F9 /* groundbreak.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = groundbreak.map; sourceTree = "<group>"; };
+               B5117A140C906001005837F9 /* hole.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hole.map; sourceTree = "<group>"; };
+               B5117A150C906001005837F9 /* lollipop.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = lollipop.map; sourceTree = "<group>"; };
+               B5117A160C906001005837F9 /* maze.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = maze.map; sourceTree = "<group>"; };
+               B5117A170C906001005837F9 /* mazebump.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mazebump.map; sourceTree = "<group>"; };
+               B5117A180C906001005837F9 /* mover.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mover.map; sourceTree = "<group>"; };
+               B5117A190C906001005837F9 /* peasy.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = peasy.map; sourceTree = "<group>"; };
+               B5117A1A0C906001005837F9 /* roundcoins.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = roundcoins.map; sourceTree = "<group>"; };
+               B5117A1B0C906001005837F9 /* roundlaby.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = roundlaby.map; sourceTree = "<group>"; };
+               B5117A1C0C906001005837F9 /* slalom.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = slalom.map; sourceTree = "<group>"; };
+               B5117A1D0C906001005837F9 /* slightcurve.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = slightcurve.map; sourceTree = "<group>"; };
+               B5117A1E0C906001005837F9 /* speedbumps.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = speedbumps.map; sourceTree = "<group>"; };
+               B5117A1F0C906001005837F9 /* thwomp2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = thwomp2.map; sourceTree = "<group>"; };
+               B5117A200C906001005837F9 /* wakka.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wakka.map; sourceTree = "<group>"; };
+               B5117A220C906001005837F9 /* airways.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = airways.map; sourceTree = "<group>"; };
+               B5117A230C906001005837F9 /* check.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = check.map; sourceTree = "<group>"; };
+               B5117A240C906001005837F9 /* curbs.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = curbs.map; sourceTree = "<group>"; };
+               B5117A250C906001005837F9 /* flip.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = flip.map; sourceTree = "<group>"; };
+               B5117A260C906001005837F9 /* frogger.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = frogger.map; sourceTree = "<group>"; };
+               B5117A270C906001005837F9 /* gaps.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = gaps.map; sourceTree = "<group>"; };
+               B5117A280C906001005837F9 /* grid.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = grid.map; sourceTree = "<group>"; };
+               B5117A290C906001005837F9 /* hallways.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hallways.map; sourceTree = "<group>"; };
+               B5117A2A0C906001005837F9 /* hump.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hump.map; sourceTree = "<group>"; };
+               B5117A2B0C906001005837F9 /* invis.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = invis.map; sourceTree = "<group>"; };
+               B5117A2C0C906001005837F9 /* movers.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = movers.map; sourceTree = "<group>"; };
+               B5117A2D0C906001005837F9 /* nostairs.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = nostairs.map; sourceTree = "<group>"; };
+               B5117A2E0C906001005837F9 /* paths.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = paths.map; sourceTree = "<group>"; };
+               B5117A2F0C906001005837F9 /* pipe.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pipe.map; sourceTree = "<group>"; };
+               B5117A300C906001005837F9 /* poker.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = poker.map; sourceTree = "<group>"; };
+               B5117A310C906001005837F9 /* pyramid.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pyramid.map; sourceTree = "<group>"; };
+               B5117A320C906001005837F9 /* quads.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = quads.map; sourceTree = "<group>"; };
+               B5117A330C906001005837F9 /* rampup.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rampup.map; sourceTree = "<group>"; };
+               B5117A340C906001005837F9 /* ring.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ring.map; sourceTree = "<group>"; };
+               B5117A350C906001005837F9 /* risers.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = risers.map; sourceTree = "<group>"; };
+               B5117A360C906001005837F9 /* spiralin.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = spiralin.map; sourceTree = "<group>"; };
+               B5117A370C906001005837F9 /* spread.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = spread.map; sourceTree = "<group>"; };
+               B5117A380C906001005837F9 /* sync.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sync.map; sourceTree = "<group>"; };
+               B5117A390C906001005837F9 /* teleport.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = teleport.map; sourceTree = "<group>"; };
+               B5117A3A0C906001005837F9 /* tilt.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tilt.map; sourceTree = "<group>"; };
+               B5117A3C0C906001005837F9 /* accordian.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = accordian.map; sourceTree = "<group>"; };
+               B5117A3D0C906001005837F9 /* angle.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = angle.map; sourceTree = "<group>"; };
+               B5117A3E0C906001005837F9 /* bumps.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bumps.map; sourceTree = "<group>"; };
+               B5117A3F0C906001005837F9 /* coneskeleton.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = coneskeleton.map; sourceTree = "<group>"; };
+               B5117A400C906001005837F9 /* cross.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = cross.map; sourceTree = "<group>"; };
+               B5117A410C906001005837F9 /* drops.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drops.map; sourceTree = "<group>"; };
+               B5117A420C906001005837F9 /* easytele.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = easytele.map; sourceTree = "<group>"; };
+               B5117A430C906001005837F9 /* four.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = four.map; sourceTree = "<group>"; };
+               B5117A440C906001005837F9 /* islands.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = islands.map; sourceTree = "<group>"; };
+               B5117A450C906001005837F9 /* learngrow.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = learngrow.map; sourceTree = "<group>"; };
+               B5117A460C906001005837F9 /* locks.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = locks.map; sourceTree = "<group>"; };
+               B5117A470C906001005837F9 /* marblecurves.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = marblecurves.map; sourceTree = "<group>"; };
+               B5117A480C906001005837F9 /* plinko.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = plinko.map; sourceTree = "<group>"; };
+               B5117A490C906001005837F9 /* qbert.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = qbert.map; sourceTree = "<group>"; };
+               B5117A4A0C906001005837F9 /* rampdn.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rampdn.map; sourceTree = "<group>"; };
+               B5117A4B0C906001005837F9 /* roundfloors.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = roundfloors.map; sourceTree = "<group>"; };
+               B5117A4C0C906001005837F9 /* sparselines.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sparselines.map; sourceTree = "<group>"; };
+               B5117A4D0C906001005837F9 /* spiraldn.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = spiraldn.map; sourceTree = "<group>"; };
+               B5117A4E0C906001005837F9 /* spiralup.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = spiralup.map; sourceTree = "<group>"; };
+               B5117A4F0C906001005837F9 /* stairs.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = stairs.map; sourceTree = "<group>"; };
+               B5117A500C906001005837F9 /* telemaze.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = telemaze.map; sourceTree = "<group>"; };
+               B5117A510C906001005837F9 /* timer.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = timer.map; sourceTree = "<group>"; };
+               B5117A520C906001005837F9 /* title.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = title.map; sourceTree = "<group>"; };
+               B5117A530C906001005837F9 /* woodmaze.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = woodmaze.map; sourceTree = "<group>"; };
+               B5117A540C906001005837F9 /* zigzag.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = zigzag.map; sourceTree = "<group>"; };
+               B5117A560C906001005837F9 /* bigball.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bigball.map; sourceTree = "<group>"; };
+               B5117A570C906001005837F9 /* billiard.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = billiard.map; sourceTree = "<group>"; };
+               B5117A580C906001005837F9 /* bounce.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bounce.map; sourceTree = "<group>"; };
+               B5117A590C906001005837F9 /* bounce2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bounce2.map; sourceTree = "<group>"; };
+               B5117A5A0C906001005837F9 /* checkers.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = checkers.map; sourceTree = "<group>"; };
+               B5117A5B0C906001005837F9 /* elevator.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = elevator.map; sourceTree = "<group>"; };
+               B5117A5C0C906001005837F9 /* freefall-old.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "freefall-old.map"; sourceTree = "<group>"; };
+               B5117A5D0C906001005837F9 /* grow_demo.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = grow_demo.map; sourceTree = "<group>"; };
+               B5117A5E0C906001005837F9 /* hurdles.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hurdles.map; sourceTree = "<group>"; };
+               B5117A5F0C906001005837F9 /* ocean.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ocean.map; sourceTree = "<group>"; };
+               B5117A600C906001005837F9 /* stairs.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = stairs.map; sourceTree = "<group>"; };
+               B5117A610C906001005837F9 /* thwomp1.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = thwomp1.map; sourceTree = "<group>"; };
+               B5117A630C906001005837F9 /* assault.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = assault.map; sourceTree = "<group>"; };
+               B5117A640C906001005837F9 /* circuit1.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = circuit1.map; sourceTree = "<group>"; };
+               B5117A650C906001005837F9 /* circuit2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = circuit2.map; sourceTree = "<group>"; };
+               B5117A660C906001005837F9 /* climb.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = climb.map; sourceTree = "<group>"; };
+               B5117A670C906001005837F9 /* comeback.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = comeback.map; sourceTree = "<group>"; };
+               B5117A680C906001005837F9 /* dance1.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dance1.map; sourceTree = "<group>"; };
+               B5117A690C906001005837F9 /* dance2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = dance2.map; sourceTree = "<group>"; };
+               B5117A6A0C906001005837F9 /* descent.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = descent.map; sourceTree = "<group>"; };
+               B5117A6B0C906001005837F9 /* drive1.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drive1.map; sourceTree = "<group>"; };
+               B5117A6C0C906001005837F9 /* drive2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = drive2.map; sourceTree = "<group>"; };
+               B5117A6D0C906001005837F9 /* earthquake.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = earthquake.map; sourceTree = "<group>"; };
+               B5117A6E0C906001005837F9 /* ghosts.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ghosts.map; sourceTree = "<group>"; };
+               B5117A6F0C906001005837F9 /* glasstower.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = glasstower.map; sourceTree = "<group>"; };
+               B5117A700C906001005837F9 /* hard.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hard.map; sourceTree = "<group>"; };
+               B5117A710C906001005837F9 /* loop1.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = loop1.map; sourceTree = "<group>"; };
+               B5117A720C906001005837F9 /* loop2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = loop2.map; sourceTree = "<group>"; };
+               B5117A730C906001005837F9 /* maze1.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = maze1.map; sourceTree = "<group>"; };
+               B5117A740C906001005837F9 /* maze2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = maze2.map; sourceTree = "<group>"; };
+               B5117A750C906001005837F9 /* narrow.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = narrow.map; sourceTree = "<group>"; };
+               B5117A760C906001005837F9 /* running.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = running.map; sourceTree = "<group>"; };
+               B5117A770C906001005837F9 /* scrambling.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = scrambling.map; sourceTree = "<group>"; };
+               B5117A780C906001005837F9 /* snow.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = snow.map; sourceTree = "<group>"; };
+               B5117A790C906001005837F9 /* trust.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = trust.map; sourceTree = "<group>"; };
+               B5117A7A0C906001005837F9 /* turn.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = turn.map; sourceTree = "<group>"; };
+               B5117A7B0C906001005837F9 /* up.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = up.map; sourceTree = "<group>"; };
+               B5117A7D0C906001005837F9 /* backforth.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = backforth.map; sourceTree = "<group>"; };
+               B5117A7E0C906001005837F9 /* basket.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = basket.map; sourceTree = "<group>"; };
+               B5117A7F0C906001005837F9 /* bigball.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bigball.map; sourceTree = "<group>"; };
+               B5117A800C906001005837F9 /* bigcones.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bigcones.map; sourceTree = "<group>"; };
+               B5117A810C906001005837F9 /* bombman.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bombman.map; sourceTree = "<group>"; };
+               B5117A820C906001005837F9 /* bounces.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bounces.map; sourceTree = "<group>"; };
+               B5117A830C906001005837F9 /* fall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = fall.map; sourceTree = "<group>"; };
+               B5117A840C906001005837F9 /* freefall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = freefall.map; sourceTree = "<group>"; };
+               B5117A850C906001005837F9 /* grinder.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = grinder.map; sourceTree = "<group>"; };
+               B5117A860C906001005837F9 /* littlecones.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = littlecones.map; sourceTree = "<group>"; };
+               B5117A870C906001005837F9 /* longpipe.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = longpipe.map; sourceTree = "<group>"; };
+               B5117A880C906001005837F9 /* morenarrow.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = morenarrow.map; sourceTree = "<group>"; };
+               B5117A890C906001005837F9 /* movinglumps.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = movinglumps.map; sourceTree = "<group>"; };
+               B5117A8A0C906001005837F9 /* movingpath.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = movingpath.map; sourceTree = "<group>"; };
+               B5117A8B0C906001005837F9 /* push.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = push.map; sourceTree = "<group>"; };
+               B5117A8C0C906001005837F9 /* rainbow.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rainbow.map; sourceTree = "<group>"; };
+               B5117A8D0C906001005837F9 /* rodeo.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rodeo.map; sourceTree = "<group>"; };
+               B5117A8E0C906001005837F9 /* runstop.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = runstop.map; sourceTree = "<group>"; };
+               B5117A8F0C906001005837F9 /* shaker.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = shaker.map; sourceTree = "<group>"; };
+               B5117A900C906001005837F9 /* sonic.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sonic.map; sourceTree = "<group>"; };
+               B5117A910C906001005837F9 /* speed.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = speed.map; sourceTree = "<group>"; };
+               B5117A920C906001005837F9 /* speeddance.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = speeddance.map; sourceTree = "<group>"; };
+               B5117A930C906001005837F9 /* translation.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = translation.map; sourceTree = "<group>"; };
+               B5117A940C906001005837F9 /* updown.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = updown.map; sourceTree = "<group>"; };
+               B5117A950C906001005837F9 /* webs.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = webs.map; sourceTree = "<group>"; };
+               B5117A970C906001005837F9 /* 01_fastpenta.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 01_fastpenta.map; sourceTree = "<group>"; };
+               B5117A980C906001005837F9 /* 02_bumpy_road.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 02_bumpy_road.map; sourceTree = "<group>"; };
+               B5117A990C906001005837F9 /* 03_zigzag.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 03_zigzag.map; sourceTree = "<group>"; };
+               B5117A9A0C906001005837F9 /* 04_u_twist.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 04_u_twist.map; sourceTree = "<group>"; };
+               B5117A9B0C906001005837F9 /* 05_hookey.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 05_hookey.map; sourceTree = "<group>"; };
+               B5117A9C0C906001005837F9 /* 06_partitions.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 06_partitions.map; sourceTree = "<group>"; };
+               B5117A9D0C906001005837F9 /* 07_a_danger.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 07_a_danger.map; sourceTree = "<group>"; };
+               B5117A9E0C906001005837F9 /* 08_f.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 08_f.map; sourceTree = "<group>"; };
+               B5117A9F0C906001005837F9 /* 09_rampedge.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 09_rampedge.map; sourceTree = "<group>"; };
+               B5117AA00C906001005837F9 /* 10_pentomino.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 10_pentomino.map; sourceTree = "<group>"; };
+               B5117AA10C906001005837F9 /* 11_stapler.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 11_stapler.map; sourceTree = "<group>"; };
+               B5117AA20C906001005837F9 /* 12_helixramp.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 12_helixramp.map; sourceTree = "<group>"; };
+               B5117AA30C906001005837F9 /* 13_loch_ness.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 13_loch_ness.map; sourceTree = "<group>"; };
+               B5117AA40C906001005837F9 /* 14_figur8.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 14_figur8.map; sourceTree = "<group>"; };
+               B5117AA50C906001005837F9 /* 15_upNdown.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 15_upNdown.map; sourceTree = "<group>"; };
+               B5117AA60C906001005837F9 /* 16_pyramidian.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 16_pyramidian.map; sourceTree = "<group>"; };
+               B5117AA70C906001005837F9 /* 17_oopsydaisy.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 17_oopsydaisy.map; sourceTree = "<group>"; };
+               B5117AA80C906001005837F9 /* 18_3rd_floor.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 18_3rd_floor.map; sourceTree = "<group>"; };
+               B5117AA90C906001005837F9 /* a.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = a.map; sourceTree = "<group>"; };
+               B5117AAA0C906001005837F9 /* b.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = b.map; sourceTree = "<group>"; };
+               B5117AAB0C906001005837F9 /* c.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = c.map; sourceTree = "<group>"; };
+               B5117AAC0C906001005837F9 /* d.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = d.map; sourceTree = "<group>"; };
+               B5117AAD0C906001005837F9 /* e.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = e.map; sourceTree = "<group>"; };
+               B5117AAE0C906001005837F9 /* f.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = f.map; sourceTree = "<group>"; };
+               B5117AAF0C906001005837F9 /* g.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = g.map; sourceTree = "<group>"; };
+               B5117AB00C906001005837F9 /* h.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = h.map; sourceTree = "<group>"; };
+               B5117AB10C906001005837F9 /* i.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = i.map; sourceTree = "<group>"; };
+               B5117AB20C906001005837F9 /* j.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = j.map; sourceTree = "<group>"; };
+               B5117AB30C906001005837F9 /* k.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = k.map; sourceTree = "<group>"; };
+               B5117AB40C906001005837F9 /* l.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = l.map; sourceTree = "<group>"; };
+               B5117AB50C906001005837F9 /* m.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = m.map; sourceTree = "<group>"; };
+               B5117AB60C906001005837F9 /* n.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = n.map; sourceTree = "<group>"; };
+               B5117AB70C906001005837F9 /* o.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = o.map; sourceTree = "<group>"; };
+               B5117AB80C906001005837F9 /* p.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = p.map; sourceTree = "<group>"; };
+               B5117AB90C906001005837F9 /* q.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = q.map; sourceTree = "<group>"; };
+               B5117ABA0C906001005837F9 /* r.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = r.map; sourceTree = "<group>"; };
+               B5117ABB0C906001005837F9 /* s.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = s.map; sourceTree = "<group>"; };
+               B5117ABC0C906001005837F9 /* t.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = t.map; sourceTree = "<group>"; };
+               B5117ABD0C906001005837F9 /* u.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = u.map; sourceTree = "<group>"; };
+               B5117ABE0C906001005837F9 /* v.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = v.map; sourceTree = "<group>"; };
+               B5117ABF0C906001005837F9 /* w.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = w.map; sourceTree = "<group>"; };
+               B5117AC00C906001005837F9 /* x.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = x.map; sourceTree = "<group>"; };
+               B5117AC10C906001005837F9 /* y.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = y.map; sourceTree = "<group>"; };
+               B5117AC20C906001005837F9 /* z.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = z.map; sourceTree = "<group>"; };
+               B5117AC40C906001005837F9 /* castle.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = castle.map; sourceTree = "<group>"; };
+               B5117AC50C906001005837F9 /* ditcher.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ditcher.map; sourceTree = "<group>"; };
+               B5117AC60C906001005837F9 /* downchute.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = downchute.map; sourceTree = "<group>"; };
+               B5117AC70C906001005837F9 /* elsplit.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = elsplit.map; sourceTree = "<group>"; };
+               B5117AC80C906001005837F9 /* fourrounds.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = fourrounds.map; sourceTree = "<group>"; };
+               B5117AC90C906001005837F9 /* highroad.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = highroad.map; sourceTree = "<group>"; };
+               B5117ACA0C906001005837F9 /* jumpyramid.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jumpyramid.map; sourceTree = "<group>"; };
+               B5117ACB0C906001005837F9 /* key.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = key.map; sourceTree = "<group>"; };
+               B5117ACC0C906001005837F9 /* litenin.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = litenin.map; sourceTree = "<group>"; };
+               B5117ACD0C906001005837F9 /* louvred.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = louvred.map; sourceTree = "<group>"; };
+               B5117ACE0C906001005837F9 /* ninesies.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ninesies.map; sourceTree = "<group>"; };
+               B5117ACF0C906001005837F9 /* overthehill.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = overthehill.map; sourceTree = "<group>"; };
+               B5117AD00C906001005837F9 /* pathfall.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pathfall.map; sourceTree = "<group>"; };
+               B5117AD10C906001005837F9 /* repulse.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = repulse.map; sourceTree = "<group>"; };
+               B5117AD20C906001005837F9 /* speedhash.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = speedhash.map; sourceTree = "<group>"; };
+               B5117AD30C906001005837F9 /* spheroids.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = spheroids.map; sourceTree = "<group>"; };
+               B5117AD40C906001005837F9 /* square.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = square.map; sourceTree = "<group>"; };
+               B5117AD50C906001005837F9 /* tworamped.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tworamped.map; sourceTree = "<group>"; };
+               B5117AD70C906001005837F9 /* blockyway.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = blockyway.map; sourceTree = "<group>"; };
+               B5117AD80C906001005837F9 /* bridgejump.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bridgejump.map; sourceTree = "<group>"; };
+               B5117AD90C906001005837F9 /* bubbles.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = bubbles.map; sourceTree = "<group>"; };
+               B5117ADA0C906001005837F9 /* curvacious.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = curvacious.map; sourceTree = "<group>"; };
+               B5117ADB0C906001005837F9 /* edging.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = edging.map; sourceTree = "<group>"; };
+               B5117ADC0C906001005837F9 /* hypnos.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = hypnos.map; sourceTree = "<group>"; };
+               B5117ADD0C906001005837F9 /* jump2round.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jump2round.map; sourceTree = "<group>"; };
+               B5117ADE0C906001005837F9 /* midtri.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = midtri.map; sourceTree = "<group>"; };
+               B5117ADF0C906001005837F9 /* ovalli.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ovalli.map; sourceTree = "<group>"; };
+               B5117AE00C906001005837F9 /* pyrhill.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pyrhill.map; sourceTree = "<group>"; };
+               B5117AE10C906001005837F9 /* pyrhopp3r.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pyrhopp3r.map; sourceTree = "<group>"; };
+               B5117AE20C906001005837F9 /* rampbunker.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rampbunker.map; sourceTree = "<group>"; };
+               B5117AE30C906001005837F9 /* ramptri.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = ramptri.map; sourceTree = "<group>"; };
+               B5117AE40C906001005837F9 /* rotators.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rotators.map; sourceTree = "<group>"; };
+               B5117AE50C906001005837F9 /* shovel.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = shovel.map; sourceTree = "<group>"; };
+               B5117AE60C906001005837F9 /* snake.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = snake.map; sourceTree = "<group>"; };
+               B5117AE70C906001005837F9 /* tuway.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = tuway.map; sourceTree = "<group>"; };
+               B5117AE80C906001005837F9 /* unbalance.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = unbalance.map; sourceTree = "<group>"; };
+               B5117AEA0C906001005837F9 /* 01_easy.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 01_easy.map; sourceTree = "<group>"; };
+               B5117AEB0C906001005837F9 /* 02_uturn.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 02_uturn.map; sourceTree = "<group>"; };
+               B5117AEC0C906001005837F9 /* 03_kink.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 03_kink.map; sourceTree = "<group>"; };
+               B5117AED0C906001005837F9 /* 04_aych.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 04_aych.map; sourceTree = "<group>"; };
+               B5117AEE0C906001005837F9 /* 05_ramp.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 05_ramp.map; sourceTree = "<group>"; };
+               B5117AEF0C906001005837F9 /* 06_cone.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 06_cone.map; sourceTree = "<group>"; };
+               B5117AF00C906001005837F9 /* 07_tele.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 07_tele.map; sourceTree = "<group>"; };
+               B5117AF10C906001005837F9 /* 08_zig.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 08_zig.map; sourceTree = "<group>"; };
+               B5117AF20C906001005837F9 /* 09_vturn.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 09_vturn.map; sourceTree = "<group>"; };
+               B5117AF30C906001005837F9 /* 10_diamond.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 10_diamond.map; sourceTree = "<group>"; };
+               B5117AF40C906001005837F9 /* 11_mover.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 11_mover.map; sourceTree = "<group>"; };
+               B5117AF50C906001005837F9 /* 12_bumpy.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 12_bumpy.map; sourceTree = "<group>"; };
+               B5117AF60C906001005837F9 /* 13_choose.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 13_choose.map; sourceTree = "<group>"; };
+               B5117AF70C906001005837F9 /* 14_walls.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 14_walls.map; sourceTree = "<group>"; };
+               B5117AF80C906001005837F9 /* 15_hole.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 15_hole.map; sourceTree = "<group>"; };
+               B5117AF90C906001005837F9 /* 16_pipe.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 16_pipe.map; sourceTree = "<group>"; };
+               B5117AFA0C906001005837F9 /* 17_timing.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 17_timing.map; sourceTree = "<group>"; };
+               B5117AFB0C906001005837F9 /* 18_hill.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 18_hill.map; sourceTree = "<group>"; };
+               B5117AFD0C906001005837F9 /* title.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = title.map; sourceTree = "<group>"; };
+               B5117AFF0C906001005837F9 /* 01_easy.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 01_easy.map; sourceTree = "<group>"; };
+               B5117B000C906001005837F9 /* 02_path.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 02_path.map; sourceTree = "<group>"; };
+               B5117B010C906001005837F9 /* 03_stepsramps.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 03_stepsramps.map; sourceTree = "<group>"; };
+               B5117B020C906001005837F9 /* 04_choice.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 04_choice.map; sourceTree = "<group>"; };
+               B5117B030C906001005837F9 /* 05_road.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 05_road.map; sourceTree = "<group>"; };
+               B5117B040C906001005837F9 /* 06_chevron.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 06_chevron.map; sourceTree = "<group>"; };
+               B5117B050C906001005837F9 /* 07_hill.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 07_hill.map; sourceTree = "<group>"; };
+               B5117B060C906001005837F9 /* 08_skill.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 08_skill.map; sourceTree = "<group>"; };
+               B5117B070C906001005837F9 /* 09_random.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 09_random.map; sourceTree = "<group>"; };
+               B5117B080C906001005837F9 /* 10_drops.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 10_drops.map; sourceTree = "<group>"; };
+               B5117B090C906001005837F9 /* 11_tunnel.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 11_tunnel.map; sourceTree = "<group>"; };
+               B5117B0A0C906001005837F9 /* 12_unlucky.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 12_unlucky.map; sourceTree = "<group>"; };
+               B5117B0B0C906001005837F9 /* 13_luck.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 13_luck.map; sourceTree = "<group>"; };
+               B5117B0C0C906001005837F9 /* 14_key.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 14_key.map; sourceTree = "<group>"; };
+               B5117B0D0C906001005837F9 /* 15_ramps2.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 15_ramps2.map; sourceTree = "<group>"; };
+               B5117B0E0C906001005837F9 /* 16_fork.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 16_fork.map; sourceTree = "<group>"; };
+               B5117B0F0C906001005837F9 /* 17_bumpy.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 17_bumpy.map; sourceTree = "<group>"; };
+               B5117B100C906001005837F9 /* 18_dip.map */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = 18_dip.map; sourceTree = "<group>"; };
+               B5117B120C906001005837F9 /* arrow */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = arrow; sourceTree = "<group>"; };
+               B5117B130C906001005837F9 /* arrow-filled-light */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "arrow-filled-light"; sourceTree = "<group>"; };
+               B5117B140C906001005837F9 /* arrow-filled-light.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "arrow-filled-light.png"; sourceTree = "<group>"; };
+               B5117B150C906001005837F9 /* arrow-green */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "arrow-green"; sourceTree = "<group>"; };
+               B5117B160C906001005837F9 /* arrow-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "arrow-green.jpg"; sourceTree = "<group>"; };
+               B5117B170C906001005837F9 /* arrow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = arrow.png; sourceTree = "<group>"; };
+               B5117B180C906001005837F9 /* back-purple */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "back-purple"; sourceTree = "<group>"; };
+               B5117B190C906001005837F9 /* back-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "back-purple.jpg"; sourceTree = "<group>"; };
+               B5117B1A0C906001005837F9 /* back-red */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "back-red"; sourceTree = "<group>"; };
+               B5117B1B0C906001005837F9 /* back-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "back-red.jpg"; sourceTree = "<group>"; };
+               B5117B1C0C906001005837F9 /* black */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = black; sourceTree = "<group>"; };
+               B5117B1D0C906001005837F9 /* black.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = black.jpg; sourceTree = "<group>"; };
+               B5117B1E0C906001005837F9 /* blue */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = blue; sourceTree = "<group>"; };
+               B5117B1F0C906001005837F9 /* blue-gas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blue-gas"; sourceTree = "<group>"; };
+               B5117B200C906001005837F9 /* blue-gas.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "blue-gas.png"; sourceTree = "<group>"; };
+               B5117B210C906001005837F9 /* blue-sea */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "blue-sea"; sourceTree = "<group>"; };
+               B5117B220C906001005837F9 /* blue-sea.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "blue-sea.png"; sourceTree = "<group>"; };
+               B5117B230C906001005837F9 /* blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = blue.jpg; sourceTree = "<group>"; };
+               B5117B240C906001005837F9 /* box */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = box; sourceTree = "<group>"; };
+               B5117B250C906001005837F9 /* box.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = box.jpg; sourceTree = "<group>"; };
+               B5117B260C906001005837F9 /* boxside-darkwood-crossed */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "boxside-darkwood-crossed"; sourceTree = "<group>"; };
+               B5117B270C906001005837F9 /* boxside-darkwood-crossed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "boxside-darkwood-crossed.jpg"; sourceTree = "<group>"; };
+               B5117B280C906001005837F9 /* brass */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = brass; sourceTree = "<group>"; };
+               B5117B290C906001005837F9 /* brass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = brass.jpg; sourceTree = "<group>"; };
+               B5117B2A0C906001005837F9 /* brickedge */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = brickedge; sourceTree = "<group>"; };
+               B5117B2B0C906001005837F9 /* brickedge.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = brickedge.jpg; sourceTree = "<group>"; };
+               B5117B2C0C906001005837F9 /* caution */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = caution; sourceTree = "<group>"; };
+               B5117B2D0C906001005837F9 /* caution.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = caution.jpg; sourceTree = "<group>"; };
+               B5117B2E0C906001005837F9 /* chrome */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = chrome; sourceTree = "<group>"; };
+               B5117B2F0C906001005837F9 /* chrome.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = chrome.jpg; sourceTree = "<group>"; };
+               B5117B300C906001005837F9 /* coin-blue */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-blue"; sourceTree = "<group>"; };
+               B5117B310C906001005837F9 /* coin-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-blue.jpg"; sourceTree = "<group>"; };
+               B5117B320C906001005837F9 /* coin-green-checked */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-green-checked"; sourceTree = "<group>"; };
+               B5117B330C906001005837F9 /* coin-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-checked.jpg"; sourceTree = "<group>"; };
+               B5117B340C906001005837F9 /* coin-green-checked2 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-green-checked2"; sourceTree = "<group>"; };
+               B5117B350C906001005837F9 /* coin-green-checked2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-checked2.jpg"; sourceTree = "<group>"; };
+               B5117B360C906001005837F9 /* coin-green-dark */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-green-dark"; sourceTree = "<group>"; };
+               B5117B370C906001005837F9 /* coin-green-dark-small */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-green-dark-small"; sourceTree = "<group>"; };
+               B5117B380C906001005837F9 /* coin-green-dark-small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "coin-green-dark-small.png"; sourceTree = "<group>"; };
+               B5117B390C906001005837F9 /* coin-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-dark.jpg"; sourceTree = "<group>"; };
+               B5117B3A0C906001005837F9 /* coin-green-light */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-green-light"; sourceTree = "<group>"; };
+               B5117B3B0C906001005837F9 /* coin-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-green-light.jpg"; sourceTree = "<group>"; };
+               B5117B3C0C906001005837F9 /* coin-orange */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-orange"; sourceTree = "<group>"; };
+               B5117B3D0C906001005837F9 /* coin-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-orange.jpg"; sourceTree = "<group>"; };
+               B5117B3E0C906001005837F9 /* coin-orangebig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-orangebig"; sourceTree = "<group>"; };
+               B5117B3F0C906001005837F9 /* coin-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-orangebig.jpg"; sourceTree = "<group>"; };
+               B5117B400C906001005837F9 /* coin-pad-blue */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-pad-blue"; sourceTree = "<group>"; };
+               B5117B410C906001005837F9 /* coin-pad-blue.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "coin-pad-blue.png"; sourceTree = "<group>"; };
+               B5117B420C906001005837F9 /* coin-pad-brown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-pad-brown"; sourceTree = "<group>"; };
+               B5117B430C906001005837F9 /* coin-pad-brown.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "coin-pad-brown.png"; sourceTree = "<group>"; };
+               B5117B440C906001005837F9 /* coin-pad-grey */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-pad-grey"; sourceTree = "<group>"; };
+               B5117B450C906001005837F9 /* coin-pad-grey.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "coin-pad-grey.png"; sourceTree = "<group>"; };
+               B5117B460C906001005837F9 /* coin-plank */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-plank"; sourceTree = "<group>"; };
+               B5117B470C906001005837F9 /* coin-plank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-plank.jpg"; sourceTree = "<group>"; };
+               B5117B480C906001005837F9 /* coin-prplecheck */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-prplecheck"; sourceTree = "<group>"; };
+               B5117B490C906001005837F9 /* coin-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-prplecheck.jpg"; sourceTree = "<group>"; };
+               B5117B4A0C906001005837F9 /* coin-purple */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-purple"; sourceTree = "<group>"; };
+               B5117B4B0C906001005837F9 /* coin-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-purple.jpg"; sourceTree = "<group>"; };
+               B5117B4C0C906001005837F9 /* coin-rainbow */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-rainbow"; sourceTree = "<group>"; };
+               B5117B4D0C906001005837F9 /* coin-rainbow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "coin-rainbow.png"; sourceTree = "<group>"; };
+               B5117B4E0C906001005837F9 /* coin-red */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-red"; sourceTree = "<group>"; };
+               B5117B4F0C906001005837F9 /* coin-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-red.jpg"; sourceTree = "<group>"; };
+               B5117B500C906001005837F9 /* coin-shiny */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-shiny"; sourceTree = "<group>"; };
+               B5117B510C906001005837F9 /* coin-shiny.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-shiny.jpg"; sourceTree = "<group>"; };
+               B5117B520C906001005837F9 /* coin-small-green */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "coin-small-green"; sourceTree = "<group>"; };
+               B5117B530C906001005837F9 /* coin-small-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "coin-small-green.jpg"; sourceTree = "<group>"; };
+               B5117B540C906001005837F9 /* dark-glass */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "dark-glass"; sourceTree = "<group>"; };
+               B5117B550C906001005837F9 /* dark-glass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "dark-glass.jpg"; sourceTree = "<group>"; };
+               B5117B560C906001005837F9 /* dark-mirror */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "dark-mirror"; sourceTree = "<group>"; };
+               B5117B570C906001005837F9 /* dark-mirror.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "dark-mirror.jpg"; sourceTree = "<group>"; };
+               B5117B580C906001005837F9 /* darkplank */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = darkplank; sourceTree = "<group>"; };
+               B5117B590C906001005837F9 /* darkplank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = darkplank.jpg; sourceTree = "<group>"; };
+               B5117B5A0C906001005837F9 /* edge */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = edge; sourceTree = "<group>"; };
+               B5117B5B0C906001005837F9 /* edge-blue */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-blue"; sourceTree = "<group>"; };
+               B5117B5C0C906001005837F9 /* edge-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-blue.jpg"; sourceTree = "<group>"; };
+               B5117B5D0C906001005837F9 /* edge-brown-grey */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-brown-grey"; sourceTree = "<group>"; };
+               B5117B5E0C906001005837F9 /* edge-brown-grey.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-brown-grey.jpg"; sourceTree = "<group>"; };
+               B5117B5F0C906001005837F9 /* edge-green-checked */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-green-checked"; sourceTree = "<group>"; };
+               B5117B600C906001005837F9 /* edge-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-checked.jpg"; sourceTree = "<group>"; };
+               B5117B610C906001005837F9 /* edge-green-checked2 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-green-checked2"; sourceTree = "<group>"; };
+               B5117B620C906001005837F9 /* edge-green-checked2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-checked2.jpg"; sourceTree = "<group>"; };
+               B5117B630C906001005837F9 /* edge-green-dark */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-green-dark"; sourceTree = "<group>"; };
+               B5117B640C906001005837F9 /* edge-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-dark.jpg"; sourceTree = "<group>"; };
+               B5117B650C906001005837F9 /* edge-green-grey */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-green-grey"; sourceTree = "<group>"; };
+               B5117B660C906001005837F9 /* edge-green-grey-offset */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-green-grey-offset"; sourceTree = "<group>"; };
+               B5117B670C906001005837F9 /* edge-green-grey-offset.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-grey-offset.jpg"; sourceTree = "<group>"; };
+               B5117B680C906001005837F9 /* edge-green-grey.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-grey.jpg"; sourceTree = "<group>"; };
+               B5117B690C906001005837F9 /* edge-green-light */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-green-light"; sourceTree = "<group>"; };
+               B5117B6A0C906001005837F9 /* edge-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-green-light.jpg"; sourceTree = "<group>"; };
+               B5117B6B0C906001005837F9 /* edge-orange */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-orange"; sourceTree = "<group>"; };
+               B5117B6C0C906001005837F9 /* edge-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-orange.jpg"; sourceTree = "<group>"; };
+               B5117B6D0C906001005837F9 /* edge-orangebig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-orangebig"; sourceTree = "<group>"; };
+               B5117B6E0C906001005837F9 /* edge-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-orangebig.jpg"; sourceTree = "<group>"; };
+               B5117B6F0C906001005837F9 /* edge-prplecheck */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-prplecheck"; sourceTree = "<group>"; };
+               B5117B700C906001005837F9 /* edge-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-prplecheck.jpg"; sourceTree = "<group>"; };
+               B5117B710C906001005837F9 /* edge-purple */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-purple"; sourceTree = "<group>"; };
+               B5117B720C906001005837F9 /* edge-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-purple.jpg"; sourceTree = "<group>"; };
+               B5117B730C906001005837F9 /* edge-red */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge-red"; sourceTree = "<group>"; };
+               B5117B740C906001005837F9 /* edge-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge-red.jpg"; sourceTree = "<group>"; };
+               B5117B750C906001005837F9 /* edge.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = edge.jpg; sourceTree = "<group>"; };
+               B5117B760C906001005837F9 /* edge2-blue */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-blue"; sourceTree = "<group>"; };
+               B5117B770C906001005837F9 /* edge2-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-blue.jpg"; sourceTree = "<group>"; };
+               B5117B780C906001005837F9 /* edge2-brown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-brown"; sourceTree = "<group>"; };
+               B5117B790C906001005837F9 /* edge2-brown.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-brown.jpg"; sourceTree = "<group>"; };
+               B5117B7A0C906001005837F9 /* edge2-green */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-green"; sourceTree = "<group>"; };
+               B5117B7B0C906001005837F9 /* edge2-green-checked */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-green-checked"; sourceTree = "<group>"; };
+               B5117B7C0C906001005837F9 /* edge2-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-checked.jpg"; sourceTree = "<group>"; };
+               B5117B7D0C906001005837F9 /* edge2-green-dark */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-green-dark"; sourceTree = "<group>"; };
+               B5117B7E0C906001005837F9 /* edge2-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-dark.jpg"; sourceTree = "<group>"; };
+               B5117B7F0C906001005837F9 /* edge2-green-light */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-green-light"; sourceTree = "<group>"; };
+               B5117B800C906001005837F9 /* edge2-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-light.jpg"; sourceTree = "<group>"; };
+               B5117B810C906001005837F9 /* edge2-green-offset */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-green-offset"; sourceTree = "<group>"; };
+               B5117B820C906001005837F9 /* edge2-green-offset.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-offset.jpg"; sourceTree = "<group>"; };
+               B5117B830C906001005837F9 /* edge2-green-small */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-green-small"; sourceTree = "<group>"; };
+               B5117B840C906001005837F9 /* edge2-green-small.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green-small.jpg"; sourceTree = "<group>"; };
+               B5117B850C906001005837F9 /* edge2-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-green.jpg"; sourceTree = "<group>"; };
+               B5117B860C906001005837F9 /* edge2-orange */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-orange"; sourceTree = "<group>"; };
+               B5117B870C906001005837F9 /* edge2-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-orange.jpg"; sourceTree = "<group>"; };
+               B5117B880C906001005837F9 /* edge2-orangebig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-orangebig"; sourceTree = "<group>"; };
+               B5117B890C906001005837F9 /* edge2-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-orangebig.jpg"; sourceTree = "<group>"; };
+               B5117B8A0C906001005837F9 /* edge2-prplecheck */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-prplecheck"; sourceTree = "<group>"; };
+               B5117B8B0C906001005837F9 /* edge2-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-prplecheck.jpg"; sourceTree = "<group>"; };
+               B5117B8C0C906001005837F9 /* edge2-purple */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-purple"; sourceTree = "<group>"; };
+               B5117B8D0C906001005837F9 /* edge2-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-purple.jpg"; sourceTree = "<group>"; };
+               B5117B8E0C906001005837F9 /* edge2-red */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "edge2-red"; sourceTree = "<group>"; };
+               B5117B8F0C906001005837F9 /* edge2-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "edge2-red.jpg"; sourceTree = "<group>"; };
+               B5117B900C906001005837F9 /* glass */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = glass; sourceTree = "<group>"; };
+               B5117B910C906001005837F9 /* glass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = glass.jpg; sourceTree = "<group>"; };
+               B5117B920C906001005837F9 /* goal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = goal; sourceTree = "<group>"; };
+               B5117B930C906001005837F9 /* goal-special */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "goal-special"; sourceTree = "<group>"; };
+               B5117B940C906001005837F9 /* goal-special.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "goal-special.png"; sourceTree = "<group>"; };
+               B5117B950C906001005837F9 /* goal.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = goal.png; sourceTree = "<group>"; };
+               B5117B960C906001005837F9 /* hole-mask */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "hole-mask"; sourceTree = "<group>"; };
+               B5117B970C906001005837F9 /* hole-mask.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "hole-mask.png"; sourceTree = "<group>"; };
+               B5117B980C906001005837F9 /* invisible */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = invisible; sourceTree = "<group>"; };
+               B5117B990C906001005837F9 /* invisible.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = invisible.png; sourceTree = "<group>"; };
+               B5117B9A0C906001005837F9 /* jump */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = jump; sourceTree = "<group>"; };
+               B5117B9B0C906001005837F9 /* jump.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = jump.png; sourceTree = "<group>"; };
+               B5117B9C0C906001005837F9 /* marble-brown-polished */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "marble-brown-polished"; sourceTree = "<group>"; };
+               B5117B9D0C906001005837F9 /* marble-brown-polished.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "marble-brown-polished.jpg"; sourceTree = "<group>"; };
+               B5117B9E0C906001005837F9 /* marble-purple */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "marble-purple"; sourceTree = "<group>"; };
+               B5117B9F0C906001005837F9 /* marble-purple-polished */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "marble-purple-polished"; sourceTree = "<group>"; };
+               B5117BA00C906001005837F9 /* marble-purple-polished.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "marble-purple-polished.jpg"; sourceTree = "<group>"; };
+               B5117BA10C906001005837F9 /* marble-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "marble-purple.jpg"; sourceTree = "<group>"; };
+               B5117BA20C906001005837F9 /* mirror */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mirror; sourceTree = "<group>"; };
+               B5117BA30C906001005837F9 /* mirror-check */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "mirror-check"; sourceTree = "<group>"; };
+               B5117BA40C906001005837F9 /* mirror-check.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "mirror-check.jpg"; sourceTree = "<group>"; };
+               B5117BA50C906001005837F9 /* mirror.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = mirror.jpg; sourceTree = "<group>"; };
+               B5117BA60C906001005837F9 /* mtrl.shader */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = mtrl.shader; sourceTree = "<group>"; };
+               B5117BA70C906001005837F9 /* plank */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = plank; sourceTree = "<group>"; };
+               B5117BA80C906001005837F9 /* plank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = plank.jpg; sourceTree = "<group>"; };
+               B5117BA90C906001005837F9 /* rail */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rail; sourceTree = "<group>"; };
+               B5117BAA0C906001005837F9 /* rail.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rail.jpg; sourceTree = "<group>"; };
+               B5117BAB0C906001005837F9 /* rainbow */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rainbow; sourceTree = "<group>"; };
+               B5117BAC0C906001005837F9 /* rainbow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = rainbow.png; sourceTree = "<group>"; };
+               B5117BAD0C906001005837F9 /* red */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = red; sourceTree = "<group>"; };
+               B5117BAE0C906001005837F9 /* red-gas */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "red-gas"; sourceTree = "<group>"; };
+               B5117BAF0C906001005837F9 /* red-gas.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "red-gas.png"; sourceTree = "<group>"; };
+               B5117BB00C906001005837F9 /* red-glass */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "red-glass"; sourceTree = "<group>"; };
+               B5117BB10C906001005837F9 /* red-glass.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "red-glass.jpg"; sourceTree = "<group>"; };
+               B5117BB20C906001005837F9 /* red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = red.jpg; sourceTree = "<group>"; };
+               B5117BB30C906001005837F9 /* rock_shadow */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = rock_shadow; sourceTree = "<group>"; };
+               B5117BB40C906001005837F9 /* rock_shadow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = rock_shadow.png; sourceTree = "<group>"; };
+               B5117BB50C906001005837F9 /* startline */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = startline; sourceTree = "<group>"; };
+               B5117BB60C906001005837F9 /* startline.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = startline.png; sourceTree = "<group>"; };
+               B5117BB70C906001005837F9 /* switch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = switch; sourceTree = "<group>"; };
+               B5117BB80C906001005837F9 /* switch.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = switch.png; sourceTree = "<group>"; };
+               B5117BB90C906001005837F9 /* thwomp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = thwomp; sourceTree = "<group>"; };
+               B5117BBA0C906001005837F9 /* thwomp.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = thwomp.png; sourceTree = "<group>"; };
+               B5117BBB0C906001005837F9 /* timer */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = timer; sourceTree = "<group>"; };
+               B5117BBC0C906001005837F9 /* timer.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = timer.png; sourceTree = "<group>"; };
+               B5117BBD0C906001005837F9 /* turf-blue */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-blue"; sourceTree = "<group>"; };
+               B5117BBE0C906001005837F9 /* turf-blue.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-blue.jpg"; sourceTree = "<group>"; };
+               B5117BBF0C906001005837F9 /* turf-brown */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-brown"; sourceTree = "<group>"; };
+               B5117BC00C906001005837F9 /* turf-brown.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-brown.jpg"; sourceTree = "<group>"; };
+               B5117BC10C906001005837F9 /* turf-disco */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-disco"; sourceTree = "<group>"; };
+               B5117BC20C906001005837F9 /* turf-disco.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-disco.jpg"; sourceTree = "<group>"; };
+               B5117BC30C906001005837F9 /* turf-green */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-green"; sourceTree = "<group>"; };
+               B5117BC40C906001005837F9 /* turf-green-checked */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-green-checked"; sourceTree = "<group>"; };
+               B5117BC50C906001005837F9 /* turf-green-checked.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-checked.jpg"; sourceTree = "<group>"; };
+               B5117BC60C906001005837F9 /* turf-green-checked2 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-green-checked2"; sourceTree = "<group>"; };
+               B5117BC70C906001005837F9 /* turf-green-checked2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-checked2.jpg"; sourceTree = "<group>"; };
+               B5117BC80C906001005837F9 /* turf-green-dark */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-green-dark"; sourceTree = "<group>"; };
+               B5117BC90C906001005837F9 /* turf-green-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-dark.jpg"; sourceTree = "<group>"; };
+               B5117BCA0C906001005837F9 /* turf-green-light */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-green-light"; sourceTree = "<group>"; };
+               B5117BCB0C906001005837F9 /* turf-green-light.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-light.jpg"; sourceTree = "<group>"; };
+               B5117BCC0C906001005837F9 /* turf-green-offset */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-green-offset"; sourceTree = "<group>"; };
+               B5117BCD0C906001005837F9 /* turf-green-offset.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green-offset.jpg"; sourceTree = "<group>"; };
+               B5117BCE0C906001005837F9 /* turf-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-green.jpg"; sourceTree = "<group>"; };
+               B5117BCF0C906001005837F9 /* turf-grey */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-grey"; sourceTree = "<group>"; };
+               B5117BD00C906001005837F9 /* turf-grey-dark */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-grey-dark"; sourceTree = "<group>"; };
+               B5117BD10C906001005837F9 /* turf-grey-dark.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-grey-dark.jpg"; sourceTree = "<group>"; };
+               B5117BD20C906001005837F9 /* turf-grey.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-grey.jpg"; sourceTree = "<group>"; };
+               B5117BD30C906001005837F9 /* turf-orange */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-orange"; sourceTree = "<group>"; };
+               B5117BD40C906001005837F9 /* turf-orange.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-orange.jpg"; sourceTree = "<group>"; };
+               B5117BD50C906001005837F9 /* turf-orangebig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-orangebig"; sourceTree = "<group>"; };
+               B5117BD60C906001005837F9 /* turf-orangebig.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-orangebig.jpg"; sourceTree = "<group>"; };
+               B5117BD70C906001005837F9 /* turf-prplecheck */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-prplecheck"; sourceTree = "<group>"; };
+               B5117BD80C906001005837F9 /* turf-prplecheck.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-prplecheck.jpg"; sourceTree = "<group>"; };
+               B5117BD90C906001005837F9 /* turf-purple */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-purple"; sourceTree = "<group>"; };
+               B5117BDA0C906001005837F9 /* turf-purple.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-purple.jpg"; sourceTree = "<group>"; };
+               B5117BDB0C906001005837F9 /* turf-red */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-red"; sourceTree = "<group>"; };
+               B5117BDC0C906001005837F9 /* turf-red.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-red.jpg"; sourceTree = "<group>"; };
+               B5117BDD0C906001005837F9 /* turf-shiny */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-shiny"; sourceTree = "<group>"; };
+               B5117BDE0C906001005837F9 /* turf-shiny-bright */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-shiny-bright"; sourceTree = "<group>"; };
+               B5117BDF0C906001005837F9 /* turf-shiny-bright.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-shiny-bright.jpg"; sourceTree = "<group>"; };
+               B5117BE00C906001005837F9 /* turf-shiny.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-shiny.jpg"; sourceTree = "<group>"; };
+               B5117BE10C906001005837F9 /* turf-small-green */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "turf-small-green"; sourceTree = "<group>"; };
+               B5117BE20C906001005837F9 /* turf-small-green.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "turf-small-green.jpg"; sourceTree = "<group>"; };
+               B5117BE30C906001005837F9 /* white */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = white; sourceTree = "<group>"; };
+               B5117BE40C906001005837F9 /* white.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = white.jpg; sourceTree = "<group>"; };
+               B5117BE50C906001005837F9 /* wood */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = wood; sourceTree = "<group>"; };
+               B5117BE60C906001005837F9 /* wood-check */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "wood-check"; sourceTree = "<group>"; };
+               B5117BE70C906001005837F9 /* wood-check.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-check.jpg"; sourceTree = "<group>"; };
+               B5117BE80C906001005837F9 /* wood-diagonal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "wood-diagonal"; sourceTree = "<group>"; };
+               B5117BE90C906001005837F9 /* wood-diagonal.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-diagonal.jpg"; sourceTree = "<group>"; };
+               B5117BEA0C906001005837F9 /* wood-lighter */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "wood-lighter"; sourceTree = "<group>"; };
+               B5117BEB0C906001005837F9 /* wood-lighter.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-lighter.jpg"; sourceTree = "<group>"; };
+               B5117BEC0C906001005837F9 /* wood-plank */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "wood-plank"; sourceTree = "<group>"; };
+               B5117BED0C906001005837F9 /* wood-plank.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "wood-plank.jpg"; sourceTree = "<group>"; };
+               B5117BEE0C906001005837F9 /* wood.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = wood.jpg; sourceTree = "<group>"; };
+               B5117BEF0C906001005837F9 /* yellow */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = yellow; sourceTree = "<group>"; };
+               B5117BF00C906001005837F9 /* yellow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = yellow.jpg; sourceTree = "<group>"; };
+               B5117BF20C906001005837F9 /* peg.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = peg.obj; sourceTree = "<group>"; };
+               B5117BF30C906001005837F9 /* pin.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = pin.obj; sourceTree = "<group>"; };
+               B5117BF40C906001005837F9 /* platform.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = platform.obj; sourceTree = "<group>"; };
+               B5117BF50C906001005837F9 /* post.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = post.obj; sourceTree = "<group>"; };
+               B5117BF60C906001005837F9 /* snowman.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = snowman.obj; sourceTree = "<group>"; };
+               B5117BF70C906001005837F9 /* xrail2.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xrail2.obj; sourceTree = "<group>"; };
+               B5117BF80C906001005837F9 /* xrail3.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xrail3.obj; sourceTree = "<group>"; };
+               B5117BF90C906001005837F9 /* xrail4.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xrail4.obj; sourceTree = "<group>"; };
+               B5117BFA0C906001005837F9 /* xrail6.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xrail6.obj; sourceTree = "<group>"; };
+               B5117BFB0C906001005837F9 /* xrail8.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xrail8.obj; sourceTree = "<group>"; };
+               B5117BFC0C906001005837F9 /* zrail2.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = zrail2.obj; sourceTree = "<group>"; };
+               B5117BFD0C906001005837F9 /* zrail3.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = zrail3.obj; sourceTree = "<group>"; };
+               B5117BFE0C906001005837F9 /* zrail4.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = zrail4.obj; sourceTree = "<group>"; };
+               B5117BFF0C906001005837F9 /* zrail6.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = zrail6.obj; sourceTree = "<group>"; };
+               B5117C000C906001005837F9 /* zrail8.obj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = zrail8.obj; sourceTree = "<group>"; };
+               B5117C020C906001005837F9 /* ball-bonus.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "ball-bonus.png"; sourceTree = "<group>"; };
+               B5117C030C906001005837F9 /* ball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = ball.png; sourceTree = "<group>"; };
+               B5117C040C906001005837F9 /* buildings1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = buildings1.png; sourceTree = "<group>"; };
+               B5117C050C906001005837F9 /* city1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city1.png; sourceTree = "<group>"; };
+               B5117C060C906001005837F9 /* city2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city2.png; sourceTree = "<group>"; };
+               B5117C070C906001005837F9 /* city4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = city4.png; sourceTree = "<group>"; };
+               B5117C080C906001005837F9 /* clouds1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = clouds1.png; sourceTree = "<group>"; };
+               B5117C090C906001005837F9 /* clouds2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = clouds2.png; sourceTree = "<group>"; };
+               B5117C0A0C906001005837F9 /* clouds3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = clouds3.png; sourceTree = "<group>"; };
+               B5117C0B0C906001005837F9 /* coin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = coin.png; sourceTree = "<group>"; };
+               B5117C0C0C906001005837F9 /* contrail.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = contrail.png; sourceTree = "<group>"; };
+               B5117C0D0C906001005837F9 /* euro_coin.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = euro_coin.png; sourceTree = "<group>"; };
+               B5117C0E0C906001005837F9 /* eyeball.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = eyeball.png; sourceTree = "<group>"; };
+               B5117C0F0C906001005837F9 /* grid.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = grid.png; sourceTree = "<group>"; };
+               B5117C100C906001005837F9 /* grow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = grow.png; sourceTree = "<group>"; };
+               B5117C110C906001005837F9 /* hills1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = hills1.png; sourceTree = "<group>"; };
+               B5117C120C906001005837F9 /* hills2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = hills2.png; sourceTree = "<group>"; };
+               B5117C130C906001005837F9 /* hills3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = hills3.png; sourceTree = "<group>"; };
+               B5117C140C906001005837F9 /* io.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = io.png; sourceTree = "<group>"; };
+               B5117C150C906001005837F9 /* jupiter.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = jupiter.png; sourceTree = "<group>"; };
+               B5117C160C906001005837F9 /* loops1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loops1.png; sourceTree = "<group>"; };
+               B5117C170C906001005837F9 /* loops2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loops2.png; sourceTree = "<group>"; };
+               B5117C180C906001005837F9 /* loops3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loops3.png; sourceTree = "<group>"; };
+               B5117C190C906001005837F9 /* moon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = moon.png; sourceTree = "<group>"; };
+               B5117C1A0C906001005837F9 /* mount1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mount1.png; sourceTree = "<group>"; };
+               B5117C1B0C906001005837F9 /* mount2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = mount2.png; sourceTree = "<group>"; };
+               B5117C1C0C906001005837F9 /* part.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = part.png; sourceTree = "<group>"; };
+               B5117C1D0C906001005837F9 /* shadow.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = shadow.png; sourceTree = "<group>"; };
+               B5117C1E0C906001005837F9 /* shrink.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = shrink.png; sourceTree = "<group>"; };
+               B5117C1F0C906001005837F9 /* space.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = space.png; sourceTree = "<group>"; };
+               B5117C200C906001005837F9 /* stars1.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars1.png; sourceTree = "<group>"; };
+               B5117C210C906001005837F9 /* stars2.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars2.png; sourceTree = "<group>"; };
+               B5117C220C906001005837F9 /* stars3.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars3.png; sourceTree = "<group>"; };
+               B5117C230C906001005837F9 /* stars4.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = stars4.png; sourceTree = "<group>"; };
+               B5117C240C906001005837F9 /* sun.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = sun.png; sourceTree = "<group>"; };
+               B5117C250C906001005837F9 /* wave.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = wave.png; sourceTree = "<group>"; };
+               B5117C260C906001005837F9 /* set-easy.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "set-easy.txt"; sourceTree = "<group>"; };
+               B5117C270C906001005837F9 /* set-hard.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "set-hard.txt"; sourceTree = "<group>"; };
+               B5117C280C906001005837F9 /* set-medium.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "set-medium.txt"; sourceTree = "<group>"; };
+               B5117C290C906001005837F9 /* set-misc.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "set-misc.txt"; sourceTree = "<group>"; };
+               B5117C2A0C906001005837F9 /* set-mym.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "set-mym.txt"; sourceTree = "<group>"; };
+               B5117C2B0C906001005837F9 /* set-mym2.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "set-mym2.txt"; sourceTree = "<group>"; };
+               B5117C2C0C906001005837F9 /* sets.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = sets.txt; sourceTree = "<group>"; };
+               B5117C2E0C906001005837F9 /* bumper.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bumper.jpg; sourceTree = "<group>"; };
+               B5117C2F0C906001005837F9 /* canals-ton.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = "canals-ton.jpg"; sourceTree = "<group>"; };
+               B5117C300C906001005837F9 /* coins.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = coins.jpg; sourceTree = "<group>"; };
+               B5117C310C906001005837F9 /* corners.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = corners.jpg; sourceTree = "<group>"; };
+               B5117C320C906001005837F9 /* curved.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = curved.jpg; sourceTree = "<group>"; };
+               B5117C330C906001005837F9 /* easy.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = easy.jpg; sourceTree = "<group>"; };
+               B5117C340C906001005837F9 /* easyhalfpipe.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = easyhalfpipe.jpg; sourceTree = "<group>"; };
+               B5117C350C906001005837F9 /* fence.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = fence.jpg; sourceTree = "<group>"; };
+               B5117C360C906001005837F9 /* goals.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = goals.jpg; sourceTree = "<group>"; };
+               B5117C370C906001005837F9 /* goslow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = goslow.jpg; sourceTree = "<group>"; };
+               B5117C380C906001005837F9 /* greed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = greed.jpg; sourceTree = "<group>"; };
+               B5117C390C906001005837F9 /* groundbreak.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = groundbreak.jpg; sourceTree = "<group>"; };
+               B5117C3A0C906001005837F9 /* hole.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hole.jpg; sourceTree = "<group>"; };
+               B5117C3B0C906001005837F9 /* lollipop.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = lollipop.jpg; sourceTree = "<group>"; };
+               B5117C3C0C906001005837F9 /* maze.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = maze.jpg; sourceTree = "<group>"; };
+               B5117C3D0C906001005837F9 /* mazebump.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = mazebump.jpg; sourceTree = "<group>"; };
+               B5117C3E0C906001005837F9 /* mover.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = mover.jpg; sourceTree = "<group>"; };
+               B5117C3F0C906001005837F9 /* peasy.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = peasy.jpg; sourceTree = "<group>"; };
+               B5117C400C906001005837F9 /* roundcoins.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = roundcoins.jpg; sourceTree = "<group>"; };
+               B5117C410C906001005837F9 /* roundlaby.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = roundlaby.jpg; sourceTree = "<group>"; };
+               B5117C420C906001005837F9 /* slalom.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = slalom.jpg; sourceTree = "<group>"; };
+               B5117C430C906001005837F9 /* slightcurve.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = slightcurve.jpg; sourceTree = "<group>"; };
+               B5117C440C906001005837F9 /* speedbumps.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = speedbumps.jpg; sourceTree = "<group>"; };
+               B5117C450C906001005837F9 /* thwomp2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = thwomp2.jpg; sourceTree = "<group>"; };
+               B5117C460C906001005837F9 /* wakka.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = wakka.jpg; sourceTree = "<group>"; };
+               B5117C480C906001005837F9 /* airways.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = airways.jpg; sourceTree = "<group>"; };
+               B5117C490C906001005837F9 /* check.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = check.jpg; sourceTree = "<group>"; };
+               B5117C4A0C906001005837F9 /* curbs.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = curbs.jpg; sourceTree = "<group>"; };
+               B5117C4B0C906001005837F9 /* flip.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = flip.jpg; sourceTree = "<group>"; };
+               B5117C4C0C906001005837F9 /* frogger.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = frogger.jpg; sourceTree = "<group>"; };
+               B5117C4D0C906001005837F9 /* gaps.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = gaps.jpg; sourceTree = "<group>"; };
+               B5117C4E0C906001005837F9 /* grid.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = grid.jpg; sourceTree = "<group>"; };
+               B5117C4F0C906001005837F9 /* hallways.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hallways.jpg; sourceTree = "<group>"; };
+               B5117C500C906001005837F9 /* hump.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hump.jpg; sourceTree = "<group>"; };
+               B5117C510C906001005837F9 /* invis.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = invis.jpg; sourceTree = "<group>"; };
+               B5117C520C906001005837F9 /* movers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = movers.jpg; sourceTree = "<group>"; };
+               B5117C530C906001005837F9 /* nostairs.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = nostairs.jpg; sourceTree = "<group>"; };
+               B5117C540C906001005837F9 /* paths.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paths.jpg; sourceTree = "<group>"; };
+               B5117C550C906001005837F9 /* pipe.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = pipe.jpg; sourceTree = "<group>"; };
+               B5117C560C906001005837F9 /* poker.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = poker.jpg; sourceTree = "<group>"; };
+               B5117C570C906001005837F9 /* pyramid.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = pyramid.jpg; sourceTree = "<group>"; };
+               B5117C580C906001005837F9 /* quads.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = quads.jpg; sourceTree = "<group>"; };
+               B5117C590C906001005837F9 /* rampup.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rampup.jpg; sourceTree = "<group>"; };
+               B5117C5A0C906001005837F9 /* ring.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = ring.jpg; sourceTree = "<group>"; };
+               B5117C5B0C906001005837F9 /* risers.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = risers.jpg; sourceTree = "<group>"; };
+               B5117C5C0C906001005837F9 /* spiralin.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spiralin.jpg; sourceTree = "<group>"; };
+               B5117C5D0C906001005837F9 /* spread.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spread.jpg; sourceTree = "<group>"; };
+               B5117C5E0C906001005837F9 /* sync.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = sync.jpg; sourceTree = "<group>"; };
+               B5117C5F0C906001005837F9 /* teleport.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = teleport.jpg; sourceTree = "<group>"; };
+               B5117C600C906001005837F9 /* tilt.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = tilt.jpg; sourceTree = "<group>"; };
+               B5117C620C906001005837F9 /* angle.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = angle.jpg; sourceTree = "<group>"; };
+               B5117C630C906001005837F9 /* bumps.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bumps.jpg; sourceTree = "<group>"; };
+               B5117C640C906001005837F9 /* coneskeleton.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = coneskeleton.jpg; sourceTree = "<group>"; };
+               B5117C650C906001005837F9 /* cross.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = cross.jpg; sourceTree = "<group>"; };
+               B5117C660C906001005837F9 /* drops.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = drops.jpg; sourceTree = "<group>"; };
+               B5117C670C906001005837F9 /* easytele.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = easytele.jpg; sourceTree = "<group>"; };
+               B5117C680C906001005837F9 /* four.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = four.jpg; sourceTree = "<group>"; };
+               B5117C690C906001005837F9 /* islands.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = islands.jpg; sourceTree = "<group>"; };
+               B5117C6A0C906001005837F9 /* learngrow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = learngrow.jpg; sourceTree = "<group>"; };
+               B5117C6B0C906001005837F9 /* locks.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = locks.jpg; sourceTree = "<group>"; };
+               B5117C6C0C906001005837F9 /* marblecurves.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = marblecurves.jpg; sourceTree = "<group>"; };
+               B5117C6D0C906001005837F9 /* plinko.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = plinko.jpg; sourceTree = "<group>"; };
+               B5117C6E0C906001005837F9 /* pyramid.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = pyramid.jpg; sourceTree = "<group>"; };
+               B5117C6F0C906001005837F9 /* qbert.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = qbert.jpg; sourceTree = "<group>"; };
+               B5117C700C906001005837F9 /* rampdn.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rampdn.jpg; sourceTree = "<group>"; };
+               B5117C710C906001005837F9 /* roundfloors.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = roundfloors.jpg; sourceTree = "<group>"; };
+               B5117C720C906001005837F9 /* sparselines.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = sparselines.jpg; sourceTree = "<group>"; };
+               B5117C730C906001005837F9 /* spiraldn.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spiraldn.jpg; sourceTree = "<group>"; };
+               B5117C740C906001005837F9 /* spiralup.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = spiralup.jpg; sourceTree = "<group>"; };
+               B5117C750C906001005837F9 /* stairs.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = stairs.jpg; sourceTree = "<group>"; };
+               B5117C760C906001005837F9 /* telemaze.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = telemaze.jpg; sourceTree = "<group>"; };
+               B5117C770C906001005837F9 /* timer.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = timer.jpg; sourceTree = "<group>"; };
+               B5117C780C906001005837F9 /* title.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = title.jpg; sourceTree = "<group>"; };
+               B5117C790C906001005837F9 /* woodmaze.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = woodmaze.jpg; sourceTree = "<group>"; };
+               B5117C7A0C906001005837F9 /* zigzag.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = zigzag.jpg; sourceTree = "<group>"; };
+               B5117C7C0C906001005837F9 /* freefall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = freefall.jpg; sourceTree = "<group>"; };
+               B5117C7D0C906001005837F9 /* hurdles.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hurdles.jpg; sourceTree = "<group>"; };
+               B5117C7F0C906001005837F9 /* assault.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = assault.jpg; sourceTree = "<group>"; };
+               B5117C800C906001005837F9 /* circuit1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = circuit1.jpg; sourceTree = "<group>"; };
+               B5117C810C906001005837F9 /* circuit2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = circuit2.jpg; sourceTree = "<group>"; };
+               B5117C820C906001005837F9 /* climb.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = climb.jpg; sourceTree = "<group>"; };
+               B5117C830C906001005837F9 /* comeback.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = comeback.jpg; sourceTree = "<group>"; };
+               B5117C840C906001005837F9 /* dance1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = dance1.jpg; sourceTree = "<group>"; };
+               B5117C850C906001005837F9 /* dance2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = dance2.jpg; sourceTree = "<group>"; };
+               B5117C860C906001005837F9 /* descent.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = descent.jpg; sourceTree = "<group>"; };
+               B5117C870C906001005837F9 /* drive1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = drive1.jpg; sourceTree = "<group>"; };
+               B5117C880C906001005837F9 /* drive2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = drive2.jpg; sourceTree = "<group>"; };
+               B5117C890C906001005837F9 /* earthquake.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = earthquake.jpg; sourceTree = "<group>"; };
+               B5117C8A0C906001005837F9 /* ghosts.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = ghosts.jpg; sourceTree = "<group>"; };
+               B5117C8B0C906001005837F9 /* glasstower.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = glasstower.jpg; sourceTree = "<group>"; };
+               B5117C8C0C906001005837F9 /* hard.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = hard.jpg; sourceTree = "<group>"; };
+               B5117C8D0C906001005837F9 /* loop1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = loop1.jpg; sourceTree = "<group>"; };
+               B5117C8E0C906001005837F9 /* loop2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = loop2.jpg; sourceTree = "<group>"; };
+               B5117C8F0C906001005837F9 /* maze1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = maze1.jpg; sourceTree = "<group>"; };
+               B5117C900C906001005837F9 /* maze2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = maze2.jpg; sourceTree = "<group>"; };
+               B5117C910C906001005837F9 /* narrow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = narrow.jpg; sourceTree = "<group>"; };
+               B5117C920C906001005837F9 /* running.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = running.jpg; sourceTree = "<group>"; };
+               B5117C930C906001005837F9 /* scrambling.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = scrambling.jpg; sourceTree = "<group>"; };
+               B5117C940C906001005837F9 /* snow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = snow.jpg; sourceTree = "<group>"; };
+               B5117C950C906001005837F9 /* trust.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = trust.jpg; sourceTree = "<group>"; };
+               B5117C960C906001005837F9 /* turn.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = turn.jpg; sourceTree = "<group>"; };
+               B5117C970C906001005837F9 /* up.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = up.jpg; sourceTree = "<group>"; };
+               B5117C990C906001005837F9 /* backforth.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = backforth.jpg; sourceTree = "<group>"; };
+               B5117C9A0C906001005837F9 /* basket.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = basket.jpg; sourceTree = "<group>"; };
+               B5117C9B0C906001005837F9 /* bigball.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bigball.jpg; sourceTree = "<group>"; };
+               B5117C9C0C906001005837F9 /* bigcones.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bigcones.jpg; sourceTree = "<group>"; };
+               B5117C9D0C906001005837F9 /* bombman.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bombman.jpg; sourceTree = "<group>"; };
+               B5117C9E0C906001005837F9 /* bounces.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = bounces.jpg; sourceTree = "<group>"; };
+               B5117C9F0C906001005837F9 /* fall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = fall.jpg; sourceTree = "<group>"; };
+               B5117CA00C906001005837F9 /* freefall.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = freefall.jpg; sourceTree = "<group>"; };
+               B5117CA10C906001005837F9 /* grinder.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = grinder.jpg; sourceTree = "<group>"; };
+               B5117CA20C906001005837F9 /* littlecones.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = littlecones.jpg; sourceTree = "<group>"; };
+               B5117CA30C906001005837F9 /* longpipe.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = longpipe.jpg; sourceTree = "<group>"; };
+               B5117CA40C906001005837F9 /* morenarrow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = morenarrow.jpg; sourceTree = "<group>"; };
+               B5117CA50C906001005837F9 /* movinglumps.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = movinglumps.jpg; sourceTree = "<group>"; };
+               B5117CA60C906001005837F9 /* movingpath.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = movingpath.jpg; sourceTree = "<group>"; };
+               B5117CA70C906001005837F9 /* push.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = push.jpg; sourceTree = "<group>"; };
+               B5117CA80C906001005837F9 /* rainbow.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rainbow.jpg; sourceTree = "<group>"; };
+               B5117CA90C906001005837F9 /* rodeo.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = rodeo.jpg; sourceTree = "<group>"; };
+               B5117CAA0C906001005837F9 /* runstop.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = runstop.jpg; sourceTree = "<group>"; };
+               B5117CAB0C906001005837F9 /* shaker.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = shaker.jpg; sourceTree = "<group>"; };
+               B5117CAC0C906001005837F9 /* sonic.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = sonic.jpg; sourceTree = "<group>"; };
+               B5117CAD0C906001005837F9 /* speed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = speed.jpg; sourceTree = "<group>"; };
+               B5117CAE0C906001005837F9 /* speeddance.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = speeddance.jpg; sourceTree = "<group>"; };
+               B5117CAF0C906001005837F9 /* translation.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = translation.jpg; sourceTree = "<group>"; };
+               B5117CB00C906001005837F9 /* updown.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = updown.jpg; sourceTree = "<group>"; };
+               B5117CB10C906001005837F9 /* webs.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = webs.jpg; sourceTree = "<group>"; };
+               B5117CB30C906001005837F9 /* abc.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = abc.jpg; sourceTree = "<group>"; };
+               B5117CB40C906001005837F9 /* paxed.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paxed.jpg; sourceTree = "<group>"; };
+               B5117CB50C906001005837F9 /* paxed2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paxed2.jpg; sourceTree = "<group>"; };
+               B5117CB60C906001005837F9 /* paxed3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = paxed3.jpg; sourceTree = "<group>"; };
+               B5117CB70C906001005837F9 /* putt.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = putt.jpg; sourceTree = "<group>"; };
+               B5117CB80C906001005837F9 /* slippi.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = slippi.jpg; sourceTree = "<group>"; };
+               B5117CBA0C906001005837F9 /* ball.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = ball.ogg; sourceTree = "<group>"; };
+               B5117CBB0C906001005837F9 /* bink.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = bink.wav; sourceTree = "<group>"; };
+               B5117CBC0C906001005837F9 /* birdie.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = birdie.ogg; sourceTree = "<group>"; };
+               B5117CBD0C906001005837F9 /* bogey.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bogey.ogg; sourceTree = "<group>"; };
+               B5117CBE0C906001005837F9 /* bump.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bump.ogg; sourceTree = "<group>"; };
+               B5117CBF0C906001005837F9 /* bumpbig.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bumpbig.ogg; sourceTree = "<group>"; };
+               B5117CC00C906001005837F9 /* bumplil.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = bumplil.ogg; sourceTree = "<group>"; };
+               B5117CC10C906001005837F9 /* coin.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = coin.wav; sourceTree = "<group>"; };
+               B5117CC20C906001005837F9 /* double.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = double.ogg; sourceTree = "<group>"; };
+               B5117CC30C906001005837F9 /* eagle.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = eagle.ogg; sourceTree = "<group>"; };
+               B5117CC40C906001005837F9 /* fall.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = fall.ogg; sourceTree = "<group>"; };
+               B5117CC50C906001005837F9 /* go.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = go.ogg; sourceTree = "<group>"; };
+               B5117CC60C906001005837F9 /* goal.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = goal.wav; sourceTree = "<group>"; };
+               B5117CC70C906001005837F9 /* grow.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = grow.ogg; sourceTree = "<group>"; };
+               B5117CC80C906001005837F9 /* jump.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = jump.ogg; sourceTree = "<group>"; };
+               B5117CC90C906001005837F9 /* menu.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = menu.wav; sourceTree = "<group>"; };
+               B5117CCA0C906001005837F9 /* one.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = one.ogg; sourceTree = "<group>"; };
+               B5117CCB0C906001005837F9 /* over.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = over.ogg; sourceTree = "<group>"; };
+               B5117CCC0C906001005837F9 /* par.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = par.ogg; sourceTree = "<group>"; };
+               B5117CCD0C906001005837F9 /* penalty.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = penalty.ogg; sourceTree = "<group>"; };
+               B5117CCE0C906001005837F9 /* player1.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player1.ogg; sourceTree = "<group>"; };
+               B5117CCF0C906001005837F9 /* player2.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player2.ogg; sourceTree = "<group>"; };
+               B5117CD00C906001005837F9 /* player3.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player3.ogg; sourceTree = "<group>"; };
+               B5117CD10C906001005837F9 /* player4.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = player4.ogg; sourceTree = "<group>"; };
+               B5117CD20C906001005837F9 /* ready.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = ready.ogg; sourceTree = "<group>"; };
+               B5117CD30C906001005837F9 /* record.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = record.ogg; sourceTree = "<group>"; };
+               B5117CD40C906001005837F9 /* select.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = select.ogg; sourceTree = "<group>"; };
+               B5117CD50C906001005837F9 /* set.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = set.ogg; sourceTree = "<group>"; };
+               B5117CD60C906001005837F9 /* shrink.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = shrink.ogg; sourceTree = "<group>"; };
+               B5117CD70C906001005837F9 /* success.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = success.ogg; sourceTree = "<group>"; };
+               B5117CD80C906001005837F9 /* switch.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; path = switch.wav; sourceTree = "<group>"; };
+               B5117CD90C906001005837F9 /* tick.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = tick.ogg; sourceTree = "<group>"; };
+               B5117CDA0C906001005837F9 /* time.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = time.ogg; sourceTree = "<group>"; };
+               B5117CDB0C906001005837F9 /* tock.ogg */ = {isa = PBXFileReference; lastKnownFileType = file; path = tock.ogg; sourceTree = "<group>"; };
+               B5117CDD0C906001005837F9 /* DejaVuSans-Bold.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = "DejaVuSans-Bold.ttf"; sourceTree = "<group>"; };
+               B5117CDE0C906001005837F9 /* VeraBd.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; path = VeraBd.ttf; sourceTree = "<group>"; };
+               B5117CE60C9060CB005837F9 /* st_pause.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = st_pause.c; sourceTree = "<group>"; };
+               B5117CE70C9060CB005837F9 /* st_pause.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = st_pause.h; sourceTree = "<group>"; };
+               B5C41BFE0C905AC400C19E20 /* libiconv.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libiconv.a; sourceTree = "<group>"; };
+               B5C41C040C905BB800C19E20 /* iconv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = iconv.h; sourceTree = "<group>"; };
                F5A47A9D01A0482F01D3D55B /* SDLMain.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = SDLMain.h; sourceTree = SOURCE_ROOT; };
                F5A47A9E01A0483001D3D55B /* SDLMain.m */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.objc; path = SDLMain.m; sourceTree = SOURCE_ROOT; };
 /* End PBXFileReference section */
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               B5C41C000C905AC500C19E20 /* libiconv.a in Frameworks */,
+                               8137FD3C0AEBE4B2009172EC /* libpng12.a in Frameworks */,
+                               8137FD0F0AEBE491009172EC /* libintl.a in Frameworks */,
                                815FFD000AEA340300AFD07F /* SDL.framework in Frameworks */,
                                815FFD060AEA341500AFD07F /* SDL_image.framework in Frameworks */,
                                8137FD100AEBE49A009172EC /* SDL_mixer.framework in Frameworks */,
                                8137FD110AEBE4A3009172EC /* SDL_ttf.framework in Frameworks */,
-                               8137FD3C0AEBE4B2009172EC /* libpng.a in Frameworks */,
-                               8137FD0F0AEBE491009172EC /* libintl.a in Frameworks */,
                                8137FD120AEBE4A8009172EC /* Cocoa.framework in Frameworks */,
                                8137FD3B0AEBE4AD009172EC /* OpenGL.framework in Frameworks */,
                        );
                        isa = PBXFrameworksBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               8137F9E50AEAE25E009172EC /* libpng.a in Frameworks */,
+                               B5C41BFF0C905AC400C19E20 /* libiconv.a in Frameworks */,
+                               8137F9E50AEAE25E009172EC /* libpng12.a in Frameworks */,
                                8137FA140AEAE74E009172EC /* libintl.a in Frameworks */,
                                815FFCFF0AEA340300AFD07F /* SDL.framework in Frameworks */,
                                815FFD050AEA341500AFD07F /* SDL_image.framework in Frameworks */,
                8137F99B0AEAE105009172EC /* external_libs */ = {
                        isa = PBXGroup;
                        children = (
+                               B5C41C040C905BB800C19E20 /* iconv.h */,
+                               B5C41BFE0C905AC400C19E20 /* libiconv.a */,
                                8137F99D0AEAE105009172EC /* libintl.h */,
                                8137F99C0AEAE105009172EC /* libintl.a */,
                                8137F99F0AEAE105009172EC /* png.h */,
                                8137F9EC0AEAE304009172EC /* pngconf.h */,
-                               8137F99E0AEAE105009172EC /* libpng.a */,
+                               8137F99E0AEAE105009172EC /* libpng12.a */,
                        );
                        name = external_libs;
                        path = ../external_libs;
                                815FFBA30AEA2E0300AFD07F /* solid.h */,
                                815FFBA50AEA2E0300AFD07F /* solid_gl.c */,
                                815FFBA70AEA2E0300AFD07F /* solid_gl.h */,
-                               815FFBA90AEA2E0300AFD07F /* st_lang.c */,
-                               815FFBAB0AEA2E0300AFD07F /* st_lang.h */,
                                815FFBAD0AEA2E0300AFD07F /* st_resol.c */,
                                815FFBAF0AEA2E0300AFD07F /* st_resol.h */,
                                815FFBB10AEA2E0300AFD07F /* state.c */,
                                815FFC250AEA2EF600AFD07F /* st_name.h */,
                                815FFC260AEA2EF600AFD07F /* st_over.c */,
                                815FFC270AEA2EF600AFD07F /* st_over.h */,
+                               B5117CE60C9060CB005837F9 /* st_pause.c */,
+                               B5117CE70C9060CB005837F9 /* st_pause.h */,
                                815FFC280AEA2EF600AFD07F /* st_play.c */,
                                815FFC290AEA2EF600AFD07F /* st_play.h */,
                                815FFC2A0AEA2EF600AFD07F /* st_play_end.c */,
                B41632EF0BCA1A66006F2E93 /* data */ = {
                        isa = PBXGroup;
                        children = (
-                               B41632F00BCA1A66006F2E93 /* back */,
-                               B41633000BCA1A66006F2E93 /* bgm */,
-                               B41633080BCA1A66006F2E93 /* courses.txt */,
-                               B41633090BCA1A66006F2E93 /* gui */,
-                               B41633100BCA1A66006F2E93 /* holes-abc.txt */,
-                               B41633110BCA1A66006F2E93 /* holes-paxed.txt */,
-                               B41633120BCA1A66006F2E93 /* holes-paxed2.txt */,
-                               B41633130BCA1A66006F2E93 /* holes-paxed3.txt */,
-                               B41633140BCA1A66006F2E93 /* holes-putt.txt */,
-                               B41633150BCA1A66006F2E93 /* holes-slippi.txt */,
-                               B41633160BCA1A66006F2E93 /* icon */,
-                               B41633190BCA1A66006F2E93 /* map-back */,
-                               B41633200BCA1A66006F2E93 /* map-easy2 */,
-                               B416333D0BCA1A66006F2E93 /* map-misc */,
-                               B416333E0BCA1A66006F2E93 /* map-mym */,
-                               B41633580BCA1A66006F2E93 /* map-mym2 */,
-                               B41633720BCA1A66006F2E93 /* map-paul */,
-                               B41633760BCA1A66006F2E93 /* map-paxed */,
-                               B41633A30BCA1A66006F2E93 /* map-paxed2 */,
-                               B41633B60BCA1A66006F2E93 /* map-paxed3 */,
-                               B41633C90BCA1A66006F2E93 /* map-putt */,
-                               B41633DC0BCA1A66006F2E93 /* map-rlk */,
-                               B416340F0BCA1A66006F2E93 /* map-slippi */,
-                               B41634220BCA1A66006F2E93 /* mtrl */,
-                               B41634FE0BCA1A66006F2E93 /* obj */,
-                               B416350E0BCA1A66006F2E93 /* png */,
-                               B41635330BCA1A66006F2E93 /* set-easy.txt */,
-                               B41635340BCA1A66006F2E93 /* set-easy2.txt */,
-                               B41635350BCA1A66006F2E93 /* set-easy3.txt */,
-                               B41635360BCA1A66006F2E93 /* set-hard.txt */,
-                               B41635370BCA1A66006F2E93 /* set-mym.txt */,
-                               B41635380BCA1A66006F2E93 /* set-mym2.txt */,
-                               B41635390BCA1A66006F2E93 /* set-paul.txt */,
-                               B416353A0BCA1A66006F2E93 /* sets.txt */,
-                               B416353B0BCA1A66006F2E93 /* shot-easy2 */,
-                               B41635530BCA1A66006F2E93 /* shot-misc */,
-                               B41635540BCA1A66006F2E93 /* shot-mym */,
-                               B416356E0BCA1A66006F2E93 /* shot-mym2 */,
-                               B41635880BCA1A66006F2E93 /* shot-paul */,
-                               B416358A0BCA1A66006F2E93 /* shot-putt */,
-                               B41635910BCA1A66006F2E93 /* shot-rlk */,
-                               B41635C40BCA1A66006F2E93 /* snd */,
-                               B41635E70BCA1A66006F2E93 /* ttf */,
+                               B51179D70C906000005837F9 /* back */,
+                               B51179E70C906000005837F9 /* bgm */,
+                               B51179EF0C906001005837F9 /* courses.txt */,
+                               B51179F00C906001005837F9 /* gui */,
+                               B51179F70C906001005837F9 /* holes-abc.txt */,
+                               B51179F80C906001005837F9 /* holes-paxed.txt */,
+                               B51179F90C906001005837F9 /* holes-paxed2.txt */,
+                               B51179FA0C906001005837F9 /* holes-paxed3.txt */,
+                               B51179FB0C906001005837F9 /* holes-putt.txt */,
+                               B51179FC0C906001005837F9 /* holes-slippi.txt */,
+                               B51179FD0C906001005837F9 /* icon */,
+                               B5117A000C906001005837F9 /* map-back */,
+                               B5117A070C906001005837F9 /* map-easy */,
+                               B5117A210C906001005837F9 /* map-hard */,
+                               B5117A3B0C906001005837F9 /* map-medium */,
+                               B5117A550C906001005837F9 /* map-misc */,
+                               B5117A620C906001005837F9 /* map-mym */,
+                               B5117A7C0C906001005837F9 /* map-mym2 */,
+                               B5117A960C906001005837F9 /* map-paxed */,
+                               B5117AC30C906001005837F9 /* map-paxed2 */,
+                               B5117AD60C906001005837F9 /* map-paxed3 */,
+                               B5117AE90C906001005837F9 /* map-putt */,
+                               B5117AFC0C906001005837F9 /* map-rlk */,
+                               B5117AFE0C906001005837F9 /* map-slippi */,
+                               B5117B110C906001005837F9 /* mtrl */,
+                               B5117BF10C906001005837F9 /* obj */,
+                               B5117C010C906001005837F9 /* png */,
+                               B5117C260C906001005837F9 /* set-easy.txt */,
+                               B5117C270C906001005837F9 /* set-hard.txt */,
+                               B5117C280C906001005837F9 /* set-medium.txt */,
+                               B5117C290C906001005837F9 /* set-misc.txt */,
+                               B5117C2A0C906001005837F9 /* set-mym.txt */,
+                               B5117C2B0C906001005837F9 /* set-mym2.txt */,
+                               B5117C2C0C906001005837F9 /* sets.txt */,
+                               B5117C2D0C906001005837F9 /* shot-easy */,
+                               B5117C470C906001005837F9 /* shot-hard */,
+                               B5117C610C906001005837F9 /* shot-medium */,
+                               B5117C7B0C906001005837F9 /* shot-misc */,
+                               B5117C7E0C906001005837F9 /* shot-mym */,
+                               B5117C980C906001005837F9 /* shot-mym2 */,
+                               B5117CB20C906001005837F9 /* shot-putt */,
+                               B5117CB90C906001005837F9 /* snd */,
+                               B5117CDC0C906001005837F9 /* ttf */,
                        );
                        name = data;
                        path = ../../data;
                        sourceTree = SOURCE_ROOT;
                };
-               B41632F00BCA1A66006F2E93 /* back */ = {
+               B47DDD1C0BCA1AA300915326 /* icons */ = {
                        isa = PBXGroup;
                        children = (
-                               B41632F10BCA1A66006F2E93 /* alien.png */,
-                               B41632F20BCA1A66006F2E93 /* blk_org.png */,
-                               B41632F30BCA1A66006F2E93 /* blues.png */,
-                               B41632F40BCA1A66006F2E93 /* city.png */,
-                               B41632F50BCA1A66006F2E93 /* greens.png */,
-                               B41632F60BCA1A66006F2E93 /* greys.png */,
-                               B41632F70BCA1A66006F2E93 /* gui.png */,
-                               B41632F80BCA1A66006F2E93 /* land.png */,
-                               B41632F90BCA1A66006F2E93 /* ocean.png */,
-                               B41632FA0BCA1A66006F2E93 /* org_yel.png */,
-                               B41632FB0BCA1A66006F2E93 /* pastel.png */,
-                               B41632FC0BCA1A66006F2E93 /* purples.png */,
-                               B41632FD0BCA1A66006F2E93 /* red_blu.png */,
-                               B41632FE0BCA1A66006F2E93 /* red_wht.png */,
-                               B41632FF0BCA1A66006F2E93 /* space.png */,
+                               B47DDD1D0BCA1AA300915326 /* background.dmg.jpg */,
+                               B47DDD1E0BCA1AA300915326 /* dmg_back_1.jpg */,
+                               B47DDD1F0BCA1AA300915326 /* dmg_back_2.jpg */,
+                               B47DDD200BCA1AA300915326 /* dmg_back_3.jpg */,
+                               B47DDD210BCA1AA300915326 /* dmg_back_4.jpg */,
+                       );
+                       name = icons;
+                       path = ../icons;
+                       sourceTree = SOURCE_ROOT;
+               };
+               B51179D70C906000005837F9 /* back */ = {
+                       isa = PBXGroup;
+                       children = (
+                               B51179D80C906000005837F9 /* alien.png */,
+                               B51179D90C906000005837F9 /* blk_org.png */,
+                               B51179DA0C906000005837F9 /* blues.png */,
+                               B51179DB0C906000005837F9 /* city.png */,
+                               B51179DC0C906000005837F9 /* greens.png */,
+                               B51179DD0C906000005837F9 /* greys.png */,
+                               B51179DE0C906000005837F9 /* gui.png */,
+                               B51179DF0C906000005837F9 /* land.png */,
+                               B51179E00C906000005837F9 /* ocean.png */,
+                               B51179E10C906000005837F9 /* org_yel.png */,
+                               B51179E20C906000005837F9 /* pastel.png */,
+                               B51179E30C906000005837F9 /* purples.png */,
+                               B51179E40C906000005837F9 /* red_blu.png */,
+                               B51179E50C906000005837F9 /* red_wht.png */,
+                               B51179E60C906000005837F9 /* space.png */,
                        );
                        path = back;
                        sourceTree = "<group>";
                };
-               B41633000BCA1A66006F2E93 /* bgm */ = {
+               B51179E70C906000005837F9 /* bgm */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633010BCA1A66006F2E93 /* inter.ogg */,
-                               B41633020BCA1A66006F2E93 /* title.ogg */,
-                               B41633030BCA1A66006F2E93 /* track1.ogg */,
-                               B41633040BCA1A66006F2E93 /* track2.ogg */,
-                               B41633050BCA1A66006F2E93 /* track3.ogg */,
-                               B41633060BCA1A66006F2E93 /* track4.ogg */,
-                               B41633070BCA1A66006F2E93 /* track5.ogg */,
+                               B51179E80C906000005837F9 /* inter.ogg */,
+                               B51179E90C906000005837F9 /* title.ogg */,
+                               B51179EA0C906000005837F9 /* track1.ogg */,
+                               B51179EB0C906000005837F9 /* track2.ogg */,
+                               B51179EC0C906000005837F9 /* track3.ogg */,
+                               B51179ED0C906001005837F9 /* track4.ogg */,
+                               B51179EE0C906001005837F9 /* track5.ogg */,
                        );
                        path = bgm;
                        sourceTree = "<group>";
                };
-               B41633090BCA1A66006F2E93 /* gui */ = {
+               B51179F00C906001005837F9 /* gui */ = {
                        isa = PBXGroup;
                        children = (
-                               B416330A0BCA1A66006F2E93 /* demo1.nbr */,
-                               B416330B0BCA1A66006F2E93 /* demo2.nbr */,
-                               B416330C0BCA1A66006F2E93 /* help1.jpg */,
-                               B416330D0BCA1A66006F2E93 /* help2.jpg */,
-                               B416330E0BCA1A66006F2E93 /* help3.jpg */,
-                               B416330F0BCA1A66006F2E93 /* help4.jpg */,
+                               B51179F10C906001005837F9 /* demo1.nbr */,
+                               B51179F20C906001005837F9 /* demo2.nbr */,
+                               B51179F30C906001005837F9 /* help1.jpg */,
+                               B51179F40C906001005837F9 /* help2.jpg */,
+                               B51179F50C906001005837F9 /* help3.jpg */,
+                               B51179F60C906001005837F9 /* help4.jpg */,
                        );
                        path = gui;
                        sourceTree = "<group>";
                };
-               B41633160BCA1A66006F2E93 /* icon */ = {
+               B51179FD0C906001005837F9 /* icon */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633170BCA1A66006F2E93 /* neverball.png */,
-                               B41633180BCA1A66006F2E93 /* neverputt.png */,
+                               B51179FE0C906001005837F9 /* neverball.png */,
+                               B51179FF0C906001005837F9 /* neverputt.png */,
                        );
                        path = icon;
                        sourceTree = "<group>";
                };
-               B41633190BCA1A66006F2E93 /* map-back */ = {
+               B5117A000C906001005837F9 /* map-back */ = {
                        isa = PBXGroup;
                        children = (
-                               B416331A0BCA1A66006F2E93 /* alien.map */,
-                               B416331B0BCA1A66006F2E93 /* blank.map */,
-                               B416331C0BCA1A66006F2E93 /* city.map */,
-                               B416331D0BCA1A66006F2E93 /* clouds.map */,
-                               B416331E0BCA1A66006F2E93 /* jupiter.map */,
-                               B416331F0BCA1A66006F2E93 /* ocean.map */,
+                               B5117A010C906001005837F9 /* alien.map */,
+                               B5117A020C906001005837F9 /* blank.map */,
+                               B5117A030C906001005837F9 /* city.map */,
+                               B5117A040C906001005837F9 /* clouds.map */,
+                               B5117A050C906001005837F9 /* jupiter.map */,
+                               B5117A060C906001005837F9 /* ocean.map */,
                        );
                        path = "map-back";
                        sourceTree = "<group>";
                };
-               B41633200BCA1A66006F2E93 /* map-easy2 */ = {
+               B5117A070C906001005837F9 /* map-easy */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633210BCA1A66006F2E93 /* billiard-paul.map */,
-                               B41633220BCA1A66006F2E93 /* canals-ton.map */,
-                               B41633230BCA1A66006F2E93 /* checkers-paul.map */,
-                               B41633240BCA1A66006F2E93 /* coneskeleton-mym.map */,
-                               B41633250BCA1A66006F2E93 /* cross-para.map */,
-                               B41633260BCA1A66006F2E93 /* easyhalfpipe-mym.map */,
-                               B41633270BCA1A66006F2E93 /* elevator-jp.map */,
-                               B41633280BCA1A66006F2E93 /* flip-mym.map */,
-                               B41633290BCA1A66006F2E93 /* groundbreak-para.map */,
-                               B416332A0BCA1A66006F2E93 /* grow_demo-dave.map */,
-                               B416332B0BCA1A66006F2E93 /* groweasy-dave.map */,
-                               B416332C0BCA1A66006F2E93 /* hurdles-ton.map */,
-                               B416332D0BCA1A66006F2E93 /* learngrow-mym.map */,
-                               B416332E0BCA1A66006F2E93 /* lollipop-dave.map */,
-                               B416332F0BCA1A66006F2E93 /* marblecurves-mym.map */,
-                               B41633300BCA1A66006F2E93 /* nostairs-para.map */,
-                               B41633310BCA1A66006F2E93 /* ocean-paul.map */,
-                               B41633320BCA1A66006F2E93 /* paths-paul.map */,
-                               B41633330BCA1A66006F2E93 /* pyramid-ton.map */,
-                               B41633340BCA1A66006F2E93 /* roundfloors-mym.map */,
-                               B41633350BCA1A66006F2E93 /* roundlaby-mym.map */,
-                               B41633360BCA1A66006F2E93 /* roundncoins-mym.map */,
-                               B41633370BCA1A66006F2E93 /* slalom-jp.map */,
-                               B41633380BCA1A66006F2E93 /* slightcurve-mym.map */,
-                               B41633390BCA1A66006F2E93 /* sparselines-mym.map */,
-                               B416333A0BCA1A66006F2E93 /* speedbumps-mym.map */,
-                               B416333B0BCA1A66006F2E93 /* stairs-jp.map */,
-                               B416333C0BCA1A66006F2E93 /* thwomp2-paul.map */,
-                       );
-                       path = "map-easy2";
+                               B5117A080C906001005837F9 /* bumper.map */,
+                               B5117A090C906001005837F9 /* canals.map */,
+                               B5117A0A0C906001005837F9 /* coins.map */,
+                               B5117A0B0C906001005837F9 /* corners.map */,
+                               B5117A0C0C906001005837F9 /* curved.map */,
+                               B5117A0D0C906001005837F9 /* easy.map */,
+                               B5117A0E0C906001005837F9 /* easyhalfpipe.map */,
+                               B5117A0F0C906001005837F9 /* fence.map */,
+                               B5117A100C906001005837F9 /* goals.map */,
+                               B5117A110C906001005837F9 /* goslow.map */,
+                               B5117A120C906001005837F9 /* greed.map */,
+                               B5117A130C906001005837F9 /* groundbreak.map */,
+                               B5117A140C906001005837F9 /* hole.map */,
+                               B5117A150C906001005837F9 /* lollipop.map */,
+                               B5117A160C906001005837F9 /* maze.map */,
+                               B5117A170C906001005837F9 /* mazebump.map */,
+                               B5117A180C906001005837F9 /* mover.map */,
+                               B5117A190C906001005837F9 /* peasy.map */,
+                               B5117A1A0C906001005837F9 /* roundcoins.map */,
+                               B5117A1B0C906001005837F9 /* roundlaby.map */,
+                               B5117A1C0C906001005837F9 /* slalom.map */,
+                               B5117A1D0C906001005837F9 /* slightcurve.map */,
+                               B5117A1E0C906001005837F9 /* speedbumps.map */,
+                               B5117A1F0C906001005837F9 /* thwomp2.map */,
+                               B5117A200C906001005837F9 /* wakka.map */,
+                       );
+                       path = "map-easy";
                        sourceTree = "<group>";
                };
-               B416333D0BCA1A66006F2E93 /* map-misc */ = {
+               B5117A210C906001005837F9 /* map-hard */ = {
                        isa = PBXGroup;
                        children = (
-                       );
-                       path = "map-misc";
+                               B5117A220C906001005837F9 /* airways.map */,
+                               B5117A230C906001005837F9 /* check.map */,
+                               B5117A240C906001005837F9 /* curbs.map */,
+                               B5117A250C906001005837F9 /* flip.map */,
+                               B5117A260C906001005837F9 /* frogger.map */,
+                               B5117A270C906001005837F9 /* gaps.map */,
+                               B5117A280C906001005837F9 /* grid.map */,
+                               B5117A290C906001005837F9 /* hallways.map */,
+                               B5117A2A0C906001005837F9 /* hump.map */,
+                               B5117A2B0C906001005837F9 /* invis.map */,
+                               B5117A2C0C906001005837F9 /* movers.map */,
+                               B5117A2D0C906001005837F9 /* nostairs.map */,
+                               B5117A2E0C906001005837F9 /* paths.map */,
+                               B5117A2F0C906001005837F9 /* pipe.map */,
+                               B5117A300C906001005837F9 /* poker.map */,
+                               B5117A310C906001005837F9 /* pyramid.map */,
+                               B5117A320C906001005837F9 /* quads.map */,
+                               B5117A330C906001005837F9 /* rampup.map */,
+                               B5117A340C906001005837F9 /* ring.map */,
+                               B5117A350C906001005837F9 /* risers.map */,
+                               B5117A360C906001005837F9 /* spiralin.map */,
+                               B5117A370C906001005837F9 /* spread.map */,
+                               B5117A380C906001005837F9 /* sync.map */,
+                               B5117A390C906001005837F9 /* teleport.map */,
+                               B5117A3A0C906001005837F9 /* tilt.map */,
+                       );
+                       path = "map-hard";
+                       sourceTree = "<group>";
+               };
+               B5117A3B0C906001005837F9 /* map-medium */ = {
+                       isa = PBXGroup;
+                       children = (
+                               B5117A3C0C906001005837F9 /* accordian.map */,
+                               B5117A3D0C906001005837F9 /* angle.map */,
+                               B5117A3E0C906001005837F9 /* bumps.map */,
+                               B5117A3F0C906001005837F9 /* coneskeleton.map */,
+                               B5117A400C906001005837F9 /* cross.map */,
+                               B5117A410C906001005837F9 /* drops.map */,
+                               B5117A420C906001005837F9 /* easytele.map */,
+                               B5117A430C906001005837F9 /* four.map */,
+                               B5117A440C906001005837F9 /* islands.map */,
+                               B5117A450C906001005837F9 /* learngrow.map */,
+                               B5117A460C906001005837F9 /* locks.map */,
+                               B5117A470C906001005837F9 /* marblecurves.map */,
+                               B5117A480C906001005837F9 /* plinko.map */,
+                               B5117A490C906001005837F9 /* qbert.map */,
+                               B5117A4A0C906001005837F9 /* rampdn.map */,
+                               B5117A4B0C906001005837F9 /* roundfloors.map */,
+                               B5117A4C0C906001005837F9 /* sparselines.map */,
+                               B5117A4D0C906001005837F9 /* spiraldn.map */,
+                               B5117A4E0C906001005837F9 /* spiralup.map */,
+                               B5117A4F0C906001005837F9 /* stairs.map */,
+                               B5117A500C906001005837F9 /* telemaze.map */,
+                               B5117A510C906001005837F9 /* timer.map */,
+                               B5117A520C906001005837F9 /* title.map */,
+                               B5117A530C906001005837F9 /* woodmaze.map */,
+                               B5117A540C906001005837F9 /* zigzag.map */,
+                       );
+                       path = "map-medium";
                        sourceTree = "<group>";
                };
-               B416333E0BCA1A66006F2E93 /* map-mym */ = {
+               B5117A550C906001005837F9 /* map-misc */ = {
                        isa = PBXGroup;
                        children = (
-                               B416333F0BCA1A66006F2E93 /* assault.map */,
-                               B41633400BCA1A66006F2E93 /* circuit1.map */,
-                               B41633410BCA1A66006F2E93 /* circuit2.map */,
-                               B41633420BCA1A66006F2E93 /* climb.map */,
-                               B41633430BCA1A66006F2E93 /* comeback.map */,
-                               B41633440BCA1A66006F2E93 /* dance1.map */,
-                               B41633450BCA1A66006F2E93 /* dance2.map */,
-                               B41633460BCA1A66006F2E93 /* descent.map */,
-                               B41633470BCA1A66006F2E93 /* drive1.map */,
-                               B41633480BCA1A66006F2E93 /* drive2.map */,
-                               B41633490BCA1A66006F2E93 /* earthquake.map */,
-                               B416334A0BCA1A66006F2E93 /* ghosts.map */,
-                               B416334B0BCA1A66006F2E93 /* glasstower.map */,
-                               B416334C0BCA1A66006F2E93 /* hard.map */,
-                               B416334D0BCA1A66006F2E93 /* loop1.map */,
-                               B416334E0BCA1A66006F2E93 /* loop2.map */,
-                               B416334F0BCA1A66006F2E93 /* maze1.map */,
-                               B41633500BCA1A66006F2E93 /* maze2.map */,
-                               B41633510BCA1A66006F2E93 /* narrow.map */,
-                               B41633520BCA1A66006F2E93 /* running.map */,
-                               B41633530BCA1A66006F2E93 /* scrambling.map */,
-                               B41633540BCA1A66006F2E93 /* snow.map */,
-                               B41633550BCA1A66006F2E93 /* trust.map */,
-                               B41633560BCA1A66006F2E93 /* turn.map */,
-                               B41633570BCA1A66006F2E93 /* up.map */,
+                               B5117A560C906001005837F9 /* bigball.map */,
+                               B5117A570C906001005837F9 /* billiard.map */,
+                               B5117A580C906001005837F9 /* bounce.map */,
+                               B5117A590C906001005837F9 /* bounce2.map */,
+                               B5117A5A0C906001005837F9 /* checkers.map */,
+                               B5117A5B0C906001005837F9 /* elevator.map */,
+                               B5117A5C0C906001005837F9 /* freefall-old.map */,
+                               B5117A5D0C906001005837F9 /* grow_demo.map */,
+                               B5117A5E0C906001005837F9 /* hurdles.map */,
+                               B5117A5F0C906001005837F9 /* ocean.map */,
+                               B5117A600C906001005837F9 /* stairs.map */,
+                               B5117A610C906001005837F9 /* thwomp1.map */,
                        );
-                       path = "map-mym";
+                       path = "map-misc";
                        sourceTree = "<group>";
                };
-               B41633580BCA1A66006F2E93 /* map-mym2 */ = {
+               B5117A620C906001005837F9 /* map-mym */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633590BCA1A66006F2E93 /* backforth.map */,
-                               B416335A0BCA1A66006F2E93 /* basket.map */,
-                               B416335B0BCA1A66006F2E93 /* bigball.map */,
-                               B416335C0BCA1A66006F2E93 /* bigcones.map */,
-                               B416335D0BCA1A66006F2E93 /* bombman.map */,
-                               B416335E0BCA1A66006F2E93 /* bounces.map */,
-                               B416335F0BCA1A66006F2E93 /* fall.map */,
-                               B41633600BCA1A66006F2E93 /* freefall.map */,
-                               B41633610BCA1A66006F2E93 /* grinder.map */,
-                               B41633620BCA1A66006F2E93 /* littlecones.map */,
-                               B41633630BCA1A66006F2E93 /* longpipe.map */,
-                               B41633640BCA1A66006F2E93 /* morenarrow.map */,
-                               B41633650BCA1A66006F2E93 /* movinglumps.map */,
-                               B41633660BCA1A66006F2E93 /* movingpath.map */,
-                               B41633670BCA1A66006F2E93 /* push.map */,
-                               B41633680BCA1A66006F2E93 /* rainbow.map */,
-                               B41633690BCA1A66006F2E93 /* rodeo.map */,
-                               B416336A0BCA1A66006F2E93 /* runstop.map */,
-                               B416336B0BCA1A66006F2E93 /* shaker.map */,
-                               B416336C0BCA1A66006F2E93 /* sonic.map */,
-                               B416336D0BCA1A66006F2E93 /* speed.map */,
-                               B416336E0BCA1A66006F2E93 /* speeddance.map */,
-                               B416336F0BCA1A66006F2E93 /* translation.map */,
-                               B41633700BCA1A66006F2E93 /* updown.map */,
-                               B41633710BCA1A66006F2E93 /* webs.map */,
+                               B5117A630C906001005837F9 /* assault.map */,
+                               B5117A640C906001005837F9 /* circuit1.map */,
+                               B5117A650C906001005837F9 /* circuit2.map */,
+                               B5117A660C906001005837F9 /* climb.map */,
+                               B5117A670C906001005837F9 /* comeback.map */,
+                               B5117A680C906001005837F9 /* dance1.map */,
+                               B5117A690C906001005837F9 /* dance2.map */,
+                               B5117A6A0C906001005837F9 /* descent.map */,
+                               B5117A6B0C906001005837F9 /* drive1.map */,
+                               B5117A6C0C906001005837F9 /* drive2.map */,
+                               B5117A6D0C906001005837F9 /* earthquake.map */,
+                               B5117A6E0C906001005837F9 /* ghosts.map */,
+                               B5117A6F0C906001005837F9 /* glasstower.map */,
+                               B5117A700C906001005837F9 /* hard.map */,
+                               B5117A710C906001005837F9 /* loop1.map */,
+                               B5117A720C906001005837F9 /* loop2.map */,
+                               B5117A730C906001005837F9 /* maze1.map */,
+                               B5117A740C906001005837F9 /* maze2.map */,
+                               B5117A750C906001005837F9 /* narrow.map */,
+                               B5117A760C906001005837F9 /* running.map */,
+                               B5117A770C906001005837F9 /* scrambling.map */,
+                               B5117A780C906001005837F9 /* snow.map */,
+                               B5117A790C906001005837F9 /* trust.map */,
+                               B5117A7A0C906001005837F9 /* turn.map */,
+                               B5117A7B0C906001005837F9 /* up.map */,
                        );
-                       path = "map-mym2";
+                       path = "map-mym";
                        sourceTree = "<group>";
                };
-               B41633720BCA1A66006F2E93 /* map-paul */ = {
+               B5117A7C0C906001005837F9 /* map-mym2 */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633730BCA1A66006F2E93 /* bounce.map */,
-                               B41633740BCA1A66006F2E93 /* bounce2.map */,
-                               B41633750BCA1A66006F2E93 /* thwomp1.map */,
+                               B5117A7D0C906001005837F9 /* backforth.map */,
+                               B5117A7E0C906001005837F9 /* basket.map */,
+                               B5117A7F0C906001005837F9 /* bigball.map */,
+                               B5117A800C906001005837F9 /* bigcones.map */,
+                               B5117A810C906001005837F9 /* bombman.map */,
+                               B5117A820C906001005837F9 /* bounces.map */,
+                               B5117A830C906001005837F9 /* fall.map */,
+                               B5117A840C906001005837F9 /* freefall.map */,
+                               B5117A850C906001005837F9 /* grinder.map */,
+                               B5117A860C906001005837F9 /* littlecones.map */,
+                               B5117A870C906001005837F9 /* longpipe.map */,
+                               B5117A880C906001005837F9 /* morenarrow.map */,
+                               B5117A890C906001005837F9 /* movinglumps.map */,
+                               B5117A8A0C906001005837F9 /* movingpath.map */,
+                               B5117A8B0C906001005837F9 /* push.map */,
+                               B5117A8C0C906001005837F9 /* rainbow.map */,
+                               B5117A8D0C906001005837F9 /* rodeo.map */,
+                               B5117A8E0C906001005837F9 /* runstop.map */,
+                               B5117A8F0C906001005837F9 /* shaker.map */,
+                               B5117A900C906001005837F9 /* sonic.map */,
+                               B5117A910C906001005837F9 /* speed.map */,
+                               B5117A920C906001005837F9 /* speeddance.map */,
+                               B5117A930C906001005837F9 /* translation.map */,
+                               B5117A940C906001005837F9 /* updown.map */,
+                               B5117A950C906001005837F9 /* webs.map */,
                        );
-                       path = "map-paul";
+                       path = "map-mym2";
                        sourceTree = "<group>";
                };
-               B41633760BCA1A66006F2E93 /* map-paxed */ = {
+               B5117A960C906001005837F9 /* map-paxed */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633770BCA1A66006F2E93 /* 01_fastpenta.map */,
-                               B41633780BCA1A66006F2E93 /* 02_bumpy_road.map */,
-                               B41633790BCA1A66006F2E93 /* 03_zigzag.map */,
-                               B416337A0BCA1A66006F2E93 /* 04_u_twist.map */,
-                               B416337B0BCA1A66006F2E93 /* 05_hookey.map */,
-                               B416337C0BCA1A66006F2E93 /* 06_partitions.map */,
-                               B416337D0BCA1A66006F2E93 /* 07_a_danger.map */,
-                               B416337E0BCA1A66006F2E93 /* 08_f.map */,
-                               B416337F0BCA1A66006F2E93 /* 09_rampedge.map */,
-                               B41633800BCA1A66006F2E93 /* 10_pentomino.map */,
-                               B41633810BCA1A66006F2E93 /* 11_stapler.map */,
-                               B41633820BCA1A66006F2E93 /* 12_helixramp.map */,
-                               B41633830BCA1A66006F2E93 /* 13_loch_ness.map */,
-                               B41633840BCA1A66006F2E93 /* 14_figur8.map */,
-                               B41633850BCA1A66006F2E93 /* 15_upNdown.map */,
-                               B41633860BCA1A66006F2E93 /* 16_pyramidian.map */,
-                               B41633870BCA1A66006F2E93 /* 17_oopsydaisy.map */,
-                               B41633880BCA1A66006F2E93 /* 18_3rd_floor.map */,
-                               B41633890BCA1A66006F2E93 /* a.map */,
-                               B416338A0BCA1A66006F2E93 /* b.map */,
-                               B416338B0BCA1A66006F2E93 /* c.map */,
-                               B416338C0BCA1A66006F2E93 /* d.map */,
-                               B416338D0BCA1A66006F2E93 /* e.map */,
-                               B416338E0BCA1A66006F2E93 /* f.map */,
-                               B416338F0BCA1A66006F2E93 /* g.map */,
-                               B41633900BCA1A66006F2E93 /* h.map */,
-                               B41633910BCA1A66006F2E93 /* i.map */,
-                               B41633920BCA1A66006F2E93 /* j.map */,
-                               B41633930BCA1A66006F2E93 /* k.map */,
-                               B41633940BCA1A66006F2E93 /* l.map */,
-                               B41633950BCA1A66006F2E93 /* m.map */,
-                               B41633960BCA1A66006F2E93 /* n.map */,
-                               B41633970BCA1A66006F2E93 /* o.map */,
-                               B41633980BCA1A66006F2E93 /* p.map */,
-                               B41633990BCA1A66006F2E93 /* q.map */,
-                               B416339A0BCA1A66006F2E93 /* r.map */,
-                               B416339B0BCA1A66006F2E93 /* s.map */,
-                               B416339C0BCA1A66006F2E93 /* t.map */,
-                               B416339D0BCA1A66006F2E93 /* u.map */,
-                               B416339E0BCA1A66006F2E93 /* v.map */,
-                               B416339F0BCA1A66006F2E93 /* w.map */,
-                               B41633A00BCA1A66006F2E93 /* x.map */,
-                               B41633A10BCA1A66006F2E93 /* y.map */,
-                               B41633A20BCA1A66006F2E93 /* z.map */,
+                               B5117A970C906001005837F9 /* 01_fastpenta.map */,
+                               B5117A980C906001005837F9 /* 02_bumpy_road.map */,
+                               B5117A990C906001005837F9 /* 03_zigzag.map */,
+                               B5117A9A0C906001005837F9 /* 04_u_twist.map */,
+                               B5117A9B0C906001005837F9 /* 05_hookey.map */,
+                               B5117A9C0C906001005837F9 /* 06_partitions.map */,
+                               B5117A9D0C906001005837F9 /* 07_a_danger.map */,
+                               B5117A9E0C906001005837F9 /* 08_f.map */,
+                               B5117A9F0C906001005837F9 /* 09_rampedge.map */,
+                               B5117AA00C906001005837F9 /* 10_pentomino.map */,
+                               B5117AA10C906001005837F9 /* 11_stapler.map */,
+                               B5117AA20C906001005837F9 /* 12_helixramp.map */,
+                               B5117AA30C906001005837F9 /* 13_loch_ness.map */,
+                               B5117AA40C906001005837F9 /* 14_figur8.map */,
+                               B5117AA50C906001005837F9 /* 15_upNdown.map */,
+                               B5117AA60C906001005837F9 /* 16_pyramidian.map */,
+                               B5117AA70C906001005837F9 /* 17_oopsydaisy.map */,
+                               B5117AA80C906001005837F9 /* 18_3rd_floor.map */,
+                               B5117AA90C906001005837F9 /* a.map */,
+                               B5117AAA0C906001005837F9 /* b.map */,
+                               B5117AAB0C906001005837F9 /* c.map */,
+                               B5117AAC0C906001005837F9 /* d.map */,
+                               B5117AAD0C906001005837F9 /* e.map */,
+                               B5117AAE0C906001005837F9 /* f.map */,
+                               B5117AAF0C906001005837F9 /* g.map */,
+                               B5117AB00C906001005837F9 /* h.map */,
+                               B5117AB10C906001005837F9 /* i.map */,
+                               B5117AB20C906001005837F9 /* j.map */,
+                               B5117AB30C906001005837F9 /* k.map */,
+                               B5117AB40C906001005837F9 /* l.map */,
+                               B5117AB50C906001005837F9 /* m.map */,
+                               B5117AB60C906001005837F9 /* n.map */,
+                               B5117AB70C906001005837F9 /* o.map */,
+                               B5117AB80C906001005837F9 /* p.map */,
+                               B5117AB90C906001005837F9 /* q.map */,
+                               B5117ABA0C906001005837F9 /* r.map */,
+                               B5117ABB0C906001005837F9 /* s.map */,
+                               B5117ABC0C906001005837F9 /* t.map */,
+                               B5117ABD0C906001005837F9 /* u.map */,
+                               B5117ABE0C906001005837F9 /* v.map */,
+                               B5117ABF0C906001005837F9 /* w.map */,
+                               B5117AC00C906001005837F9 /* x.map */,
+                               B5117AC10C906001005837F9 /* y.map */,
+                               B5117AC20C906001005837F9 /* z.map */,
                        );
                        path = "map-paxed";
                        sourceTree = "<group>";
                };
-               B41633A30BCA1A66006F2E93 /* map-paxed2 */ = {
+               B5117AC30C906001005837F9 /* map-paxed2 */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633A40BCA1A66006F2E93 /* castle.map */,
-                               B41633A50BCA1A66006F2E93 /* ditcher.map */,
-                               B41633A60BCA1A66006F2E93 /* downchute.map */,
-                               B41633A70BCA1A66006F2E93 /* elsplit.map */,
-                               B41633A80BCA1A66006F2E93 /* fourrounds.map */,
-                               B41633A90BCA1A66006F2E93 /* highroad.map */,
-                               B41633AA0BCA1A66006F2E93 /* jumpyramid.map */,
-                               B41633AB0BCA1A66006F2E93 /* key.map */,
-                               B41633AC0BCA1A66006F2E93 /* litenin.map */,
-                               B41633AD0BCA1A66006F2E93 /* louvred.map */,
-                               B41633AE0BCA1A66006F2E93 /* ninesies.map */,
-                               B41633AF0BCA1A66006F2E93 /* overthehill.map */,
-                               B41633B00BCA1A66006F2E93 /* pathfall.map */,
-                               B41633B10BCA1A66006F2E93 /* repulse.map */,
-                               B41633B20BCA1A66006F2E93 /* speedhash.map */,
-                               B41633B30BCA1A66006F2E93 /* spheroids.map */,
-                               B41633B40BCA1A66006F2E93 /* square.map */,
-                               B41633B50BCA1A66006F2E93 /* tworamped.map */,
+                               B5117AC40C906001005837F9 /* castle.map */,
+                               B5117AC50C906001005837F9 /* ditcher.map */,
+                               B5117AC60C906001005837F9 /* downchute.map */,
+                               B5117AC70C906001005837F9 /* elsplit.map */,
+                               B5117AC80C906001005837F9 /* fourrounds.map */,
+                               B5117AC90C906001005837F9 /* highroad.map */,
+                               B5117ACA0C906001005837F9 /* jumpyramid.map */,
+                               B5117ACB0C906001005837F9 /* key.map */,
+                               B5117ACC0C906001005837F9 /* litenin.map */,
+                               B5117ACD0C906001005837F9 /* louvred.map */,
+                               B5117ACE0C906001005837F9 /* ninesies.map */,
+                               B5117ACF0C906001005837F9 /* overthehill.map */,
+                               B5117AD00C906001005837F9 /* pathfall.map */,
+                               B5117AD10C906001005837F9 /* repulse.map */,
+                               B5117AD20C906001005837F9 /* speedhash.map */,
+                               B5117AD30C906001005837F9 /* spheroids.map */,
+                               B5117AD40C906001005837F9 /* square.map */,
+                               B5117AD50C906001005837F9 /* tworamped.map */,
                        );
                        path = "map-paxed2";
                        sourceTree = "<group>";
                };
-               B41633B60BCA1A66006F2E93 /* map-paxed3 */ = {
+               B5117AD60C906001005837F9 /* map-paxed3 */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633B70BCA1A66006F2E93 /* blockyway.map */,
-                               B41633B80BCA1A66006F2E93 /* bridgejump.map */,
-                               B41633B90BCA1A66006F2E93 /* bubbles.map */,
-                               B41633BA0BCA1A66006F2E93 /* curvacious.map */,
-                               B41633BB0BCA1A66006F2E93 /* edging.map */,
-                               B41633BC0BCA1A66006F2E93 /* hypnos.map */,
-                               B41633BD0BCA1A66006F2E93 /* jump2round.map */,
-                               B41633BE0BCA1A66006F2E93 /* midtri.map */,
-                               B41633BF0BCA1A66006F2E93 /* ovalli.map */,
-                               B41633C00BCA1A66006F2E93 /* pyrhill.map */,
-                               B41633C10BCA1A66006F2E93 /* pyrhopp3r.map */,
-                               B41633C20BCA1A66006F2E93 /* rampbunker.map */,
-                               B41633C30BCA1A66006F2E93 /* ramptri.map */,
-                               B41633C40BCA1A66006F2E93 /* rotators.map */,
-                               B41633C50BCA1A66006F2E93 /* shovel.map */,
-                               B41633C60BCA1A66006F2E93 /* snake.map */,
-                               B41633C70BCA1A66006F2E93 /* tuway.map */,
-                               B41633C80BCA1A66006F2E93 /* unbalance.map */,
+                               B5117AD70C906001005837F9 /* blockyway.map */,
+                               B5117AD80C906001005837F9 /* bridgejump.map */,
+                               B5117AD90C906001005837F9 /* bubbles.map */,
+                               B5117ADA0C906001005837F9 /* curvacious.map */,
+                               B5117ADB0C906001005837F9 /* edging.map */,
+                               B5117ADC0C906001005837F9 /* hypnos.map */,
+                               B5117ADD0C906001005837F9 /* jump2round.map */,
+                               B5117ADE0C906001005837F9 /* midtri.map */,
+                               B5117ADF0C906001005837F9 /* ovalli.map */,
+                               B5117AE00C906001005837F9 /* pyrhill.map */,
+                               B5117AE10C906001005837F9 /* pyrhopp3r.map */,
+                               B5117AE20C906001005837F9 /* rampbunker.map */,
+                               B5117AE30C906001005837F9 /* ramptri.map */,
+                               B5117AE40C906001005837F9 /* rotators.map */,
+                               B5117AE50C906001005837F9 /* shovel.map */,
+                               B5117AE60C906001005837F9 /* snake.map */,
+                               B5117AE70C906001005837F9 /* tuway.map */,
+                               B5117AE80C906001005837F9 /* unbalance.map */,
                        );
                        path = "map-paxed3";
                        sourceTree = "<group>";
                };
-               B41633C90BCA1A66006F2E93 /* map-putt */ = {
+               B5117AE90C906001005837F9 /* map-putt */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633CA0BCA1A66006F2E93 /* 01_easy.map */,
-                               B41633CB0BCA1A66006F2E93 /* 02_uturn.map */,
-                               B41633CC0BCA1A66006F2E93 /* 03_kink.map */,
-                               B41633CD0BCA1A66006F2E93 /* 04_aych.map */,
-                               B41633CE0BCA1A66006F2E93 /* 05_ramp.map */,
-                               B41633CF0BCA1A66006F2E93 /* 06_cone.map */,
-                               B41633D00BCA1A66006F2E93 /* 07_tele.map */,
-                               B41633D10BCA1A66006F2E93 /* 08_zig.map */,
-                               B41633D20BCA1A66006F2E93 /* 09_vturn.map */,
-                               B41633D30BCA1A66006F2E93 /* 10_diamond.map */,
-                               B41633D40BCA1A66006F2E93 /* 11_mover.map */,
-                               B41633D50BCA1A66006F2E93 /* 12_bumpy.map */,
-                               B41633D60BCA1A66006F2E93 /* 13_choose.map */,
-                               B41633D70BCA1A66006F2E93 /* 14_walls.map */,
-                               B41633D80BCA1A66006F2E93 /* 15_hole.map */,
-                               B41633D90BCA1A66006F2E93 /* 16_pipe.map */,
-                               B41633DA0BCA1A66006F2E93 /* 17_timing.map */,
-                               B41633DB0BCA1A66006F2E93 /* 18_hill.map */,
+                               B5117AEA0C906001005837F9 /* 01_easy.map */,
+                               B5117AEB0C906001005837F9 /* 02_uturn.map */,
+                               B5117AEC0C906001005837F9 /* 03_kink.map */,
+                               B5117AED0C906001005837F9 /* 04_aych.map */,
+                               B5117AEE0C906001005837F9 /* 05_ramp.map */,
+                               B5117AEF0C906001005837F9 /* 06_cone.map */,
+                               B5117AF00C906001005837F9 /* 07_tele.map */,
+                               B5117AF10C906001005837F9 /* 08_zig.map */,
+                               B5117AF20C906001005837F9 /* 09_vturn.map */,
+                               B5117AF30C906001005837F9 /* 10_diamond.map */,
+                               B5117AF40C906001005837F9 /* 11_mover.map */,
+                               B5117AF50C906001005837F9 /* 12_bumpy.map */,
+                               B5117AF60C906001005837F9 /* 13_choose.map */,
+                               B5117AF70C906001005837F9 /* 14_walls.map */,
+                               B5117AF80C906001005837F9 /* 15_hole.map */,
+                               B5117AF90C906001005837F9 /* 16_pipe.map */,
+                               B5117AFA0C906001005837F9 /* 17_timing.map */,
+                               B5117AFB0C906001005837F9 /* 18_hill.map */,
                        );
                        path = "map-putt";
                        sourceTree = "<group>";
                };
-               B41633DC0BCA1A66006F2E93 /* map-rlk */ = {
+               B5117AFC0C906001005837F9 /* map-rlk */ = {
                        isa = PBXGroup;
                        children = (
-                               B41633DD0BCA1A66006F2E93 /* angle.map */,
-                               B41633DE0BCA1A66006F2E93 /* bumper.map */,
-                               B41633DF0BCA1A66006F2E93 /* bumps.map */,
-                               B41633E00BCA1A66006F2E93 /* check.map */,
-                               B41633E10BCA1A66006F2E93 /* coins.map */,
-                               B41633E20BCA1A66006F2E93 /* corners.map */,
-                               B41633E30BCA1A66006F2E93 /* curbs.map */,
-                               B41633E40BCA1A66006F2E93 /* curved.map */,
-                               B41633E50BCA1A66006F2E93 /* drops.map */,
-                               B41633E60BCA1A66006F2E93 /* easy.map */,
-                               B41633E70BCA1A66006F2E93 /* easytele.map */,
-                               B41633E80BCA1A66006F2E93 /* fence.map */,
-                               B41633E90BCA1A66006F2E93 /* four.map */,
-                               B41633EA0BCA1A66006F2E93 /* frogger.map */,
-                               B41633EB0BCA1A66006F2E93 /* gaps.map */,
-                               B41633EC0BCA1A66006F2E93 /* goals.map */,
-                               B41633ED0BCA1A66006F2E93 /* goslow.map */,
-                               B41633EE0BCA1A66006F2E93 /* greed.map */,
-                               B41633EF0BCA1A66006F2E93 /* grid.map */,
-                               B41633F00BCA1A66006F2E93 /* hole.map */,
-                               B41633F10BCA1A66006F2E93 /* hump.map */,
-                               B41633F20BCA1A66006F2E93 /* invis.map */,
-                               B41633F30BCA1A66006F2E93 /* islands.map */,
-                               B41633F40BCA1A66006F2E93 /* locks.map */,
-                               B41633F50BCA1A66006F2E93 /* maze.map */,
-                               B41633F60BCA1A66006F2E93 /* mover.map */,
-                               B41633F70BCA1A66006F2E93 /* movers.map */,
-                               B41633F80BCA1A66006F2E93 /* peasy.map */,
-                               B41633F90BCA1A66006F2E93 /* pipe.map */,
-                               B41633FA0BCA1A66006F2E93 /* plinko.map */,
-                               B41633FB0BCA1A66006F2E93 /* poker.map */,
-                               B41633FC0BCA1A66006F2E93 /* pyramid.map */,
-                               B41633FD0BCA1A66006F2E93 /* quads.map */,
-                               B41633FE0BCA1A66006F2E93 /* rampdn.map */,
-                               B41633FF0BCA1A66006F2E93 /* rampup.map */,
-                               B41634000BCA1A66006F2E93 /* ring.map */,
-                               B41634010BCA1A66006F2E93 /* risers.map */,
-                               B41634020BCA1A66006F2E93 /* spiraldn.map */,
-                               B41634030BCA1A66006F2E93 /* spiralin.map */,
-                               B41634040BCA1A66006F2E93 /* spiralup.map */,
-                               B41634050BCA1A66006F2E93 /* spread.map */,
-                               B41634060BCA1A66006F2E93 /* stairs.map */,
-                               B41634070BCA1A66006F2E93 /* sync.map */,
-                               B41634080BCA1A66006F2E93 /* telemaze.map */,
-                               B41634090BCA1A66006F2E93 /* teleport.map */,
-                               B416340A0BCA1A66006F2E93 /* tilt.map */,
-                               B416340B0BCA1A66006F2E93 /* timer.map */,
-                               B416340C0BCA1A66006F2E93 /* title.map */,
-                               B416340D0BCA1A66006F2E93 /* wakka.map */,
-                               B416340E0BCA1A66006F2E93 /* zigzag.map */,
+                               B5117AFD0C906001005837F9 /* title.map */,
                        );
                        path = "map-rlk";
                        sourceTree = "<group>";
                };
-               B416340F0BCA1A66006F2E93 /* map-slippi */ = {
+               B5117AFE0C906001005837F9 /* map-slippi */ = {
                        isa = PBXGroup;
                        children = (
-                               B41634100BCA1A66006F2E93 /* 01_easy.map */,
-                               B41634110BCA1A66006F2E93 /* 02_path.map */,
-                               B41634120BCA1A66006F2E93 /* 03_stepsramps.map */,
-                               B41634130BCA1A66006F2E93 /* 04_choice.map */,
-                               B41634140BCA1A66006F2E93 /* 05_road.map */,
-                               B41634150BCA1A66006F2E93 /* 06_chevron.map */,
-                               B41634160BCA1A66006F2E93 /* 07_hill.map */,
-                               B41634170BCA1A66006F2E93 /* 08_skill.map */,
-                               B41634180BCA1A66006F2E93 /* 09_random.map */,
-                               B41634190BCA1A66006F2E93 /* 10_drops.map */,
-                               B416341A0BCA1A66006F2E93 /* 11_tunnel.map */,
-                               B416341B0BCA1A66006F2E93 /* 12_unlucky.map */,
-                               B416341C0BCA1A66006F2E93 /* 13_luck.map */,
-                               B416341D0BCA1A66006F2E93 /* 14_key.map */,
-                               B416341E0BCA1A66006F2E93 /* 15_ramps2.map */,
-                               B416341F0BCA1A66006F2E93 /* 16_fork.map */,
-                               B41634200BCA1A66006F2E93 /* 17_bumpy.map */,
-                               B41634210BCA1A66006F2E93 /* 18_dip.map */,
+                               B5117AFF0C906001005837F9 /* 01_easy.map */,
+                               B5117B000C906001005837F9 /* 02_path.map */,
+                               B5117B010C906001005837F9 /* 03_stepsramps.map */,
+                               B5117B020C906001005837F9 /* 04_choice.map */,
+                               B5117B030C906001005837F9 /* 05_road.map */,
+                               B5117B040C906001005837F9 /* 06_chevron.map */,
+                               B5117B050C906001005837F9 /* 07_hill.map */,
+                               B5117B060C906001005837F9 /* 08_skill.map */,
+                               B5117B070C906001005837F9 /* 09_random.map */,
+                               B5117B080C906001005837F9 /* 10_drops.map */,
+                               B5117B090C906001005837F9 /* 11_tunnel.map */,
+                               B5117B0A0C906001005837F9 /* 12_unlucky.map */,
+                               B5117B0B0C906001005837F9 /* 13_luck.map */,
+                               B5117B0C0C906001005837F9 /* 14_key.map */,
+                               B5117B0D0C906001005837F9 /* 15_ramps2.map */,
+                               B5117B0E0C906001005837F9 /* 16_fork.map */,
+                               B5117B0F0C906001005837F9 /* 17_bumpy.map */,
+                               B5117B100C906001005837F9 /* 18_dip.map */,
                        );
                        path = "map-slippi";
                        sourceTree = "<group>";
                };
-               B41634220BCA1A66006F2E93 /* mtrl */ = {
+               B5117B110C906001005837F9 /* mtrl */ = {
                        isa = PBXGroup;
                        children = (
-                               B41634230BCA1A66006F2E93 /* arrow */,
-                               B41634240BCA1A66006F2E93 /* arrow-green */,
-                               B41634250BCA1A66006F2E93 /* arrow-green.jpg */,
-                               B41634260BCA1A66006F2E93 /* arrow.tga */,
-                               B41634270BCA1A66006F2E93 /* back-purple */,
-                               B41634280BCA1A66006F2E93 /* back-purple.jpg */,
-                               B41634290BCA1A66006F2E93 /* back-red */,
-                               B416342A0BCA1A66006F2E93 /* back-red.jpg */,
-                               B416342B0BCA1A66006F2E93 /* black */,
-                               B416342C0BCA1A66006F2E93 /* black.jpg */,
-                               B416342D0BCA1A66006F2E93 /* blue */,
-                               B416342E0BCA1A66006F2E93 /* blue-sea */,
-                               B416342F0BCA1A66006F2E93 /* blue-sea.tga */,
-                               B41634300BCA1A66006F2E93 /* blue.jpg */,
-                               B41634310BCA1A66006F2E93 /* box */,
-                               B41634320BCA1A66006F2E93 /* box.jpg */,
-                               B41634330BCA1A66006F2E93 /* boxside-darkwood-crossed */,
-                               B41634340BCA1A66006F2E93 /* boxside-darkwood-crossed.jpg */,
-                               B41634350BCA1A66006F2E93 /* brass */,
-                               B41634360BCA1A66006F2E93 /* brass.jpg */,
-                               B41634370BCA1A66006F2E93 /* brickedge */,
-                               B41634380BCA1A66006F2E93 /* brickedge.jpg */,
-                               B41634390BCA1A66006F2E93 /* caution */,
-                               B416343A0BCA1A66006F2E93 /* caution.jpg */,
-                               B416343B0BCA1A66006F2E93 /* chrome */,
-                               B416343C0BCA1A66006F2E93 /* chrome.jpg */,
-                               B416343D0BCA1A66006F2E93 /* coin-blue */,
-                               B416343E0BCA1A66006F2E93 /* coin-blue.jpg */,
-                               B416343F0BCA1A66006F2E93 /* coin-green-checked */,
-                               B41634400BCA1A66006F2E93 /* coin-green-checked.jpg */,
-                               B41634410BCA1A66006F2E93 /* coin-green-checked2 */,
-                               B41634420BCA1A66006F2E93 /* coin-green-checked2.jpg */,
-                               B41634430BCA1A66006F2E93 /* coin-green-dark */,
-                               B41634440BCA1A66006F2E93 /* coin-green-dark-small */,
-                               B41634450BCA1A66006F2E93 /* coin-green-dark-small.tga */,
-                               B41634460BCA1A66006F2E93 /* coin-green-dark.jpg */,
-                               B41634470BCA1A66006F2E93 /* coin-green-light */,
-                               B41634480BCA1A66006F2E93 /* coin-green-light.jpg */,
-                               B41634490BCA1A66006F2E93 /* coin-orange */,
-                               B416344A0BCA1A66006F2E93 /* coin-orange.jpg */,
-                               B416344B0BCA1A66006F2E93 /* coin-orangebig */,
-                               B416344C0BCA1A66006F2E93 /* coin-orangebig.jpg */,
-                               B416344D0BCA1A66006F2E93 /* coin-pad-blue */,
-                               B416344E0BCA1A66006F2E93 /* coin-pad-blue.tga */,
-                               B416344F0BCA1A66006F2E93 /* coin-pad-brown */,
-                               B41634500BCA1A66006F2E93 /* coin-pad-brown.tga */,
-                               B41634510BCA1A66006F2E93 /* coin-pad-grey */,
-                               B41634520BCA1A66006F2E93 /* coin-pad-grey.tga */,
-                               B41634530BCA1A66006F2E93 /* coin-plank */,
-                               B41634540BCA1A66006F2E93 /* coin-plank.jpg */,
-                               B41634550BCA1A66006F2E93 /* coin-prplecheck */,
-                               B41634560BCA1A66006F2E93 /* coin-prplecheck.jpg */,
-                               B41634570BCA1A66006F2E93 /* coin-purple */,
-                               B41634580BCA1A66006F2E93 /* coin-purple.jpg */,
-                               B41634590BCA1A66006F2E93 /* coin-rainbow */,
-                               B416345A0BCA1A66006F2E93 /* coin-rainbow.tga */,
-                               B416345B0BCA1A66006F2E93 /* coin-red */,
-                               B416345C0BCA1A66006F2E93 /* coin-red.jpg */,
-                               B416345D0BCA1A66006F2E93 /* coin-shiny */,
-                               B416345E0BCA1A66006F2E93 /* coin-shiny.jpg */,
-                               B416345F0BCA1A66006F2E93 /* coin-small-green */,
-                               B41634600BCA1A66006F2E93 /* coin-small-green.jpg */,
-                               B41634610BCA1A66006F2E93 /* dark-glass */,
-                               B41634620BCA1A66006F2E93 /* dark-glass.jpg */,
-                               B41634630BCA1A66006F2E93 /* dark-mirror */,
-                               B41634640BCA1A66006F2E93 /* dark-mirror.jpg */,
-                               B41634650BCA1A66006F2E93 /* darkplank */,
-                               B41634660BCA1A66006F2E93 /* darkplank.jpg */,
-                               B41634670BCA1A66006F2E93 /* edge */,
-                               B41634680BCA1A66006F2E93 /* edge-blue */,
-                               B41634690BCA1A66006F2E93 /* edge-blue.jpg */,
-                               B416346A0BCA1A66006F2E93 /* edge-brown-grey */,
-                               B416346B0BCA1A66006F2E93 /* edge-brown-grey.jpg */,
-                               B416346C0BCA1A66006F2E93 /* edge-green-checked */,
-                               B416346D0BCA1A66006F2E93 /* edge-green-checked.jpg */,
-                               B416346E0BCA1A66006F2E93 /* edge-green-checked2 */,
-                               B416346F0BCA1A66006F2E93 /* edge-green-checked2.jpg */,
-                               B41634700BCA1A66006F2E93 /* edge-green-dark */,
-                               B41634710BCA1A66006F2E93 /* edge-green-dark.jpg */,
-                               B41634720BCA1A66006F2E93 /* edge-green-grey */,
-                               B41634730BCA1A66006F2E93 /* edge-green-grey-offset */,
-                               B41634740BCA1A66006F2E93 /* edge-green-grey-offset.jpg */,
-                               B41634750BCA1A66006F2E93 /* edge-green-grey.jpg */,
-                               B41634760BCA1A66006F2E93 /* edge-green-light */,
-                               B41634770BCA1A66006F2E93 /* edge-green-light.jpg */,
-                               B41634780BCA1A66006F2E93 /* edge-orange */,
-                               B41634790BCA1A66006F2E93 /* edge-orange.jpg */,
-                               B416347A0BCA1A66006F2E93 /* edge-orangebig */,
-                               B416347B0BCA1A66006F2E93 /* edge-orangebig.jpg */,
-                               B416347C0BCA1A66006F2E93 /* edge-prplecheck */,
-                               B416347D0BCA1A66006F2E93 /* edge-prplecheck.jpg */,
-                               B416347E0BCA1A66006F2E93 /* edge-purple */,
-                               B416347F0BCA1A66006F2E93 /* edge-purple.jpg */,
-                               B41634800BCA1A66006F2E93 /* edge-red */,
-                               B41634810BCA1A66006F2E93 /* edge-red.jpg */,
-                               B41634820BCA1A66006F2E93 /* edge.jpg */,
-                               B41634830BCA1A66006F2E93 /* edge2-blue */,
-                               B41634840BCA1A66006F2E93 /* edge2-blue.jpg */,
-                               B41634850BCA1A66006F2E93 /* edge2-brown */,
-                               B41634860BCA1A66006F2E93 /* edge2-brown.jpg */,
-                               B41634870BCA1A66006F2E93 /* edge2-green */,
-                               B41634880BCA1A66006F2E93 /* edge2-green-checked */,
-                               B41634890BCA1A66006F2E93 /* edge2-green-checked.jpg */,
-                               B416348A0BCA1A66006F2E93 /* edge2-green-dark */,
-                               B416348B0BCA1A66006F2E93 /* edge2-green-dark.jpg */,
-                               B416348C0BCA1A66006F2E93 /* edge2-green-light */,
-                               B416348D0BCA1A66006F2E93 /* edge2-green-light.jpg */,
-                               B416348E0BCA1A66006F2E93 /* edge2-green-offset */,
-                               B416348F0BCA1A66006F2E93 /* edge2-green-offset.jpg */,
-                               B41634900BCA1A66006F2E93 /* edge2-green-small */,
-                               B41634910BCA1A66006F2E93 /* edge2-green-small.jpg */,
-                               B41634920BCA1A66006F2E93 /* edge2-green.jpg */,
-                               B41634930BCA1A66006F2E93 /* edge2-orange */,
-                               B41634940BCA1A66006F2E93 /* edge2-orange.jpg */,
-                               B41634950BCA1A66006F2E93 /* edge2-orangebig */,
-                               B41634960BCA1A66006F2E93 /* edge2-orangebig.jpg */,
-                               B41634970BCA1A66006F2E93 /* edge2-prplecheck */,
-                               B41634980BCA1A66006F2E93 /* edge2-prplecheck.jpg */,
-                               B41634990BCA1A66006F2E93 /* edge2-purple */,
-                               B416349A0BCA1A66006F2E93 /* edge2-purple.jpg */,
-                               B416349B0BCA1A66006F2E93 /* edge2-red */,
-                               B416349C0BCA1A66006F2E93 /* edge2-red.jpg */,
-                               B416349D0BCA1A66006F2E93 /* flame */,
-                               B416349E0BCA1A66006F2E93 /* flame.tga */,
-                               B416349F0BCA1A66006F2E93 /* glass */,
-                               B41634A00BCA1A66006F2E93 /* glass.jpg */,
-                               B41634A10BCA1A66006F2E93 /* goal */,
-                               B41634A20BCA1A66006F2E93 /* goal-special */,
-                               B41634A30BCA1A66006F2E93 /* goal-special.tga */,
-                               B41634A40BCA1A66006F2E93 /* goal.tga */,
-                               B41634A50BCA1A66006F2E93 /* hole-mask */,
-                               B41634A60BCA1A66006F2E93 /* hole-mask.tga */,
-                               B41634A70BCA1A66006F2E93 /* invisible */,
-                               B41634A80BCA1A66006F2E93 /* invisible.tga */,
-                               B41634A90BCA1A66006F2E93 /* jump */,
-                               B41634AA0BCA1A66006F2E93 /* jump.tga */,
-                               B41634AB0BCA1A66006F2E93 /* marble-brown-polished */,
-                               B41634AC0BCA1A66006F2E93 /* marble-brown-polished.jpg */,
-                               B41634AD0BCA1A66006F2E93 /* marble-purple */,
-                               B41634AE0BCA1A66006F2E93 /* marble-purple-polished */,
-                               B41634AF0BCA1A66006F2E93 /* marble-purple-polished.jpg */,
-                               B41634B00BCA1A66006F2E93 /* marble-purple.jpg */,
-                               B41634B10BCA1A66006F2E93 /* mirror */,
-                               B41634B20BCA1A66006F2E93 /* mirror-check */,
-                               B41634B30BCA1A66006F2E93 /* mirror-check.jpg */,
-                               B41634B40BCA1A66006F2E93 /* mirror.jpg */,
-                               B41634B50BCA1A66006F2E93 /* mtrl.shader */,
-                               B41634B60BCA1A66006F2E93 /* plank */,
-                               B41634B70BCA1A66006F2E93 /* plank.jpg */,
-                               B41634B80BCA1A66006F2E93 /* rail */,
-                               B41634B90BCA1A66006F2E93 /* rail.jpg */,
-                               B41634BA0BCA1A66006F2E93 /* rainbow */,
-                               B41634BB0BCA1A66006F2E93 /* rainbow.tga */,
-                               B41634BC0BCA1A66006F2E93 /* red */,
-                               B41634BD0BCA1A66006F2E93 /* red-glass */,
-                               B41634BE0BCA1A66006F2E93 /* red-glass.jpg */,
-                               B41634BF0BCA1A66006F2E93 /* red.jpg */,
-                               B41634C00BCA1A66006F2E93 /* rock_shadow */,
-                               B41634C10BCA1A66006F2E93 /* rock_shadow.tga */,
-                               B41634C20BCA1A66006F2E93 /* startline */,
-                               B41634C30BCA1A66006F2E93 /* startline.tga */,
-                               B41634C40BCA1A66006F2E93 /* switch */,
-                               B41634C50BCA1A66006F2E93 /* switch.tga */,
-                               B41634C60BCA1A66006F2E93 /* thwomp */,
-                               B41634C70BCA1A66006F2E93 /* thwomp.tga */,
-                               B41634C80BCA1A66006F2E93 /* timer */,
-                               B41634C90BCA1A66006F2E93 /* timer.tga */,
-                               B41634CA0BCA1A66006F2E93 /* turf-blue */,
-                               B41634CB0BCA1A66006F2E93 /* turf-blue.jpg */,
-                               B41634CC0BCA1A66006F2E93 /* turf-brown */,
-                               B41634CD0BCA1A66006F2E93 /* turf-brown.jpg */,
-                               B41634CE0BCA1A66006F2E93 /* turf-disco */,
-                               B41634CF0BCA1A66006F2E93 /* turf-disco.jpg */,
-                               B41634D00BCA1A66006F2E93 /* turf-green */,
-                               B41634D10BCA1A66006F2E93 /* turf-green-checked */,
-                               B41634D20BCA1A66006F2E93 /* turf-green-checked.jpg */,
-                               B41634D30BCA1A66006F2E93 /* turf-green-checked2 */,
-                               B41634D40BCA1A66006F2E93 /* turf-green-checked2.jpg */,
-                               B41634D50BCA1A66006F2E93 /* turf-green-dark */,
-                               B41634D60BCA1A66006F2E93 /* turf-green-dark.jpg */,
-                               B41634D70BCA1A66006F2E93 /* turf-green-light */,
-                               B41634D80BCA1A66006F2E93 /* turf-green-light.jpg */,
-                               B41634D90BCA1A66006F2E93 /* turf-green-offset */,
-                               B41634DA0BCA1A66006F2E93 /* turf-green-offset.jpg */,
-                               B41634DB0BCA1A66006F2E93 /* turf-green.jpg */,
-                               B41634DC0BCA1A66006F2E93 /* turf-grey */,
-                               B41634DD0BCA1A66006F2E93 /* turf-grey-dark */,
-                               B41634DE0BCA1A66006F2E93 /* turf-grey-dark.jpg */,
-                               B41634DF0BCA1A66006F2E93 /* turf-grey.jpg */,
-                               B41634E00BCA1A66006F2E93 /* turf-orange */,
-                               B41634E10BCA1A66006F2E93 /* turf-orange.jpg */,
-                               B41634E20BCA1A66006F2E93 /* turf-orangebig */,
-                               B41634E30BCA1A66006F2E93 /* turf-orangebig.jpg */,
-                               B41634E40BCA1A66006F2E93 /* turf-prplecheck */,
-                               B41634E50BCA1A66006F2E93 /* turf-prplecheck.jpg */,
-                               B41634E60BCA1A66006F2E93 /* turf-purple */,
-                               B41634E70BCA1A66006F2E93 /* turf-purple.jpg */,
-                               B41634E80BCA1A66006F2E93 /* turf-red */,
-                               B41634E90BCA1A66006F2E93 /* turf-red.jpg */,
-                               B41634EA0BCA1A66006F2E93 /* turf-shiny */,
-                               B41634EB0BCA1A66006F2E93 /* turf-shiny-bright */,
-                               B41634EC0BCA1A66006F2E93 /* turf-shiny-bright.jpg */,
-                               B41634ED0BCA1A66006F2E93 /* turf-shiny.jpg */,
-                               B41634EE0BCA1A66006F2E93 /* turf-small-green */,
-                               B41634EF0BCA1A66006F2E93 /* turf-small-green.jpg */,
-                               B41634F00BCA1A66006F2E93 /* white */,
-                               B41634F10BCA1A66006F2E93 /* white.jpg */,
-                               B41634F20BCA1A66006F2E93 /* wood */,
-                               B41634F30BCA1A66006F2E93 /* wood-check */,
-                               B41634F40BCA1A66006F2E93 /* wood-check.jpg */,
-                               B41634F50BCA1A66006F2E93 /* wood-diagonal */,
-                               B41634F60BCA1A66006F2E93 /* wood-diagonal.jpg */,
-                               B41634F70BCA1A66006F2E93 /* wood-lighter */,
-                               B41634F80BCA1A66006F2E93 /* wood-lighter.jpg */,
-                               B41634F90BCA1A66006F2E93 /* wood-plank */,
-                               B41634FA0BCA1A66006F2E93 /* wood-plank.jpg */,
-                               B41634FB0BCA1A66006F2E93 /* wood.jpg */,
-                               B41634FC0BCA1A66006F2E93 /* yjump */,
-                               B41634FD0BCA1A66006F2E93 /* yjump.jpg */,
+                               B5117B120C906001005837F9 /* arrow */,
+                               B5117B130C906001005837F9 /* arrow-filled-light */,
+                               B5117B140C906001005837F9 /* arrow-filled-light.png */,
+                               B5117B150C906001005837F9 /* arrow-green */,
+                               B5117B160C906001005837F9 /* arrow-green.jpg */,
+                               B5117B170C906001005837F9 /* arrow.png */,
+                               B5117B180C906001005837F9 /* back-purple */,
+                               B5117B190C906001005837F9 /* back-purple.jpg */,
+                               B5117B1A0C906001005837F9 /* back-red */,
+                               B5117B1B0C906001005837F9 /* back-red.jpg */,
+                               B5117B1C0C906001005837F9 /* black */,
+                               B5117B1D0C906001005837F9 /* black.jpg */,
+                               B5117B1E0C906001005837F9 /* blue */,
+                               B5117B1F0C906001005837F9 /* blue-gas */,
+                               B5117B200C906001005837F9 /* blue-gas.png */,
+                               B5117B210C906001005837F9 /* blue-sea */,
+                               B5117B220C906001005837F9 /* blue-sea.png */,
+                               B5117B230C906001005837F9 /* blue.jpg */,
+                               B5117B240C906001005837F9 /* box */,
+                               B5117B250C906001005837F9 /* box.jpg */,
+                               B5117B260C906001005837F9 /* boxside-darkwood-crossed */,
+                               B5117B270C906001005837F9 /* boxside-darkwood-crossed.jpg */,
+                               B5117B280C906001005837F9 /* brass */,
+                               B5117B290C906001005837F9 /* brass.jpg */,
+                               B5117B2A0C906001005837F9 /* brickedge */,
+                               B5117B2B0C906001005837F9 /* brickedge.jpg */,
+                               B5117B2C0C906001005837F9 /* caution */,
+                               B5117B2D0C906001005837F9 /* caution.jpg */,
+                               B5117B2E0C906001005837F9 /* chrome */,
+                               B5117B2F0C906001005837F9 /* chrome.jpg */,
+                               B5117B300C906001005837F9 /* coin-blue */,
+                               B5117B310C906001005837F9 /* coin-blue.jpg */,
+                               B5117B320C906001005837F9 /* coin-green-checked */,
+                               B5117B330C906001005837F9 /* coin-green-checked.jpg */,
+                               B5117B340C906001005837F9 /* coin-green-checked2 */,
+                               B5117B350C906001005837F9 /* coin-green-checked2.jpg */,
+                               B5117B360C906001005837F9 /* coin-green-dark */,
+                               B5117B370C906001005837F9 /* coin-green-dark-small */,
+                               B5117B380C906001005837F9 /* coin-green-dark-small.png */,
+                               B5117B390C906001005837F9 /* coin-green-dark.jpg */,
+                               B5117B3A0C906001005837F9 /* coin-green-light */,
+                               B5117B3B0C906001005837F9 /* coin-green-light.jpg */,
+                               B5117B3C0C906001005837F9 /* coin-orange */,
+                               B5117B3D0C906001005837F9 /* coin-orange.jpg */,
+                               B5117B3E0C906001005837F9 /* coin-orangebig */,
+                               B5117B3F0C906001005837F9 /* coin-orangebig.jpg */,
+                               B5117B400C906001005837F9 /* coin-pad-blue */,
+                               B5117B410C906001005837F9 /* coin-pad-blue.png */,
+                               B5117B420C906001005837F9 /* coin-pad-brown */,
+                               B5117B430C906001005837F9 /* coin-pad-brown.png */,
+                               B5117B440C906001005837F9 /* coin-pad-grey */,
+                               B5117B450C906001005837F9 /* coin-pad-grey.png */,
+                               B5117B460C906001005837F9 /* coin-plank */,
+                               B5117B470C906001005837F9 /* coin-plank.jpg */,
+                               B5117B480C906001005837F9 /* coin-prplecheck */,
+                               B5117B490C906001005837F9 /* coin-prplecheck.jpg */,
+                               B5117B4A0C906001005837F9 /* coin-purple */,
+                               B5117B4B0C906001005837F9 /* coin-purple.jpg */,
+                               B5117B4C0C906001005837F9 /* coin-rainbow */,
+                               B5117B4D0C906001005837F9 /* coin-rainbow.png */,
+                               B5117B4E0C906001005837F9 /* coin-red */,
+                               B5117B4F0C906001005837F9 /* coin-red.jpg */,
+                               B5117B500C906001005837F9 /* coin-shiny */,
+                               B5117B510C906001005837F9 /* coin-shiny.jpg */,
+                               B5117B520C906001005837F9 /* coin-small-green */,
+                               B5117B530C906001005837F9 /* coin-small-green.jpg */,
+                               B5117B540C906001005837F9 /* dark-glass */,
+                               B5117B550C906001005837F9 /* dark-glass.jpg */,
+                               B5117B560C906001005837F9 /* dark-mirror */,
+                               B5117B570C906001005837F9 /* dark-mirror.jpg */,
+                               B5117B580C906001005837F9 /* darkplank */,
+                               B5117B590C906001005837F9 /* darkplank.jpg */,
+                               B5117B5A0C906001005837F9 /* edge */,
+                               B5117B5B0C906001005837F9 /* edge-blue */,
+                               B5117B5C0C906001005837F9 /* edge-blue.jpg */,
+                               B5117B5D0C906001005837F9 /* edge-brown-grey */,
+                               B5117B5E0C906001005837F9 /* edge-brown-grey.jpg */,
+                               B5117B5F0C906001005837F9 /* edge-green-checked */,
+                               B5117B600C906001005837F9 /* edge-green-checked.jpg */,
+                               B5117B610C906001005837F9 /* edge-green-checked2 */,
+                               B5117B620C906001005837F9 /* edge-green-checked2.jpg */,
+                               B5117B630C906001005837F9 /* edge-green-dark */,
+                               B5117B640C906001005837F9 /* edge-green-dark.jpg */,
+                               B5117B650C906001005837F9 /* edge-green-grey */,
+                               B5117B660C906001005837F9 /* edge-green-grey-offset */,
+                               B5117B670C906001005837F9 /* edge-green-grey-offset.jpg */,
+                               B5117B680C906001005837F9 /* edge-green-grey.jpg */,
+                               B5117B690C906001005837F9 /* edge-green-light */,
+                               B5117B6A0C906001005837F9 /* edge-green-light.jpg */,
+                               B5117B6B0C906001005837F9 /* edge-orange */,
+                               B5117B6C0C906001005837F9 /* edge-orange.jpg */,
+                               B5117B6D0C906001005837F9 /* edge-orangebig */,
+                               B5117B6E0C906001005837F9 /* edge-orangebig.jpg */,
+                               B5117B6F0C906001005837F9 /* edge-prplecheck */,
+                               B5117B700C906001005837F9 /* edge-prplecheck.jpg */,
+                               B5117B710C906001005837F9 /* edge-purple */,
+                               B5117B720C906001005837F9 /* edge-purple.jpg */,
+                               B5117B730C906001005837F9 /* edge-red */,
+                               B5117B740C906001005837F9 /* edge-red.jpg */,
+                               B5117B750C906001005837F9 /* edge.jpg */,
+                               B5117B760C906001005837F9 /* edge2-blue */,
+                               B5117B770C906001005837F9 /* edge2-blue.jpg */,
+                               B5117B780C906001005837F9 /* edge2-brown */,
+                               B5117B790C906001005837F9 /* edge2-brown.jpg */,
+                               B5117B7A0C906001005837F9 /* edge2-green */,
+                               B5117B7B0C906001005837F9 /* edge2-green-checked */,
+                               B5117B7C0C906001005837F9 /* edge2-green-checked.jpg */,
+                               B5117B7D0C906001005837F9 /* edge2-green-dark */,
+                               B5117B7E0C906001005837F9 /* edge2-green-dark.jpg */,
+                               B5117B7F0C906001005837F9 /* edge2-green-light */,
+                               B5117B800C906001005837F9 /* edge2-green-light.jpg */,
+                               B5117B810C906001005837F9 /* edge2-green-offset */,
+                               B5117B820C906001005837F9 /* edge2-green-offset.jpg */,
+                               B5117B830C906001005837F9 /* edge2-green-small */,
+                               B5117B840C906001005837F9 /* edge2-green-small.jpg */,
+                               B5117B850C906001005837F9 /* edge2-green.jpg */,
+                               B5117B860C906001005837F9 /* edge2-orange */,
+                               B5117B870C906001005837F9 /* edge2-orange.jpg */,
+                               B5117B880C906001005837F9 /* edge2-orangebig */,
+                               B5117B890C906001005837F9 /* edge2-orangebig.jpg */,
+                               B5117B8A0C906001005837F9 /* edge2-prplecheck */,
+                               B5117B8B0C906001005837F9 /* edge2-prplecheck.jpg */,
+                               B5117B8C0C906001005837F9 /* edge2-purple */,
+                               B5117B8D0C906001005837F9 /* edge2-purple.jpg */,
+                               B5117B8E0C906001005837F9 /* edge2-red */,
+                               B5117B8F0C906001005837F9 /* edge2-red.jpg */,
+                               B5117B900C906001005837F9 /* glass */,
+                               B5117B910C906001005837F9 /* glass.jpg */,
+                               B5117B920C906001005837F9 /* goal */,
+                               B5117B930C906001005837F9 /* goal-special */,
+                               B5117B940C906001005837F9 /* goal-special.png */,
+                               B5117B950C906001005837F9 /* goal.png */,
+                               B5117B960C906001005837F9 /* hole-mask */,
+                               B5117B970C906001005837F9 /* hole-mask.png */,
+                               B5117B980C906001005837F9 /* invisible */,
+                               B5117B990C906001005837F9 /* invisible.png */,
+                               B5117B9A0C906001005837F9 /* jump */,
+                               B5117B9B0C906001005837F9 /* jump.png */,
+                               B5117B9C0C906001005837F9 /* marble-brown-polished */,
+                               B5117B9D0C906001005837F9 /* marble-brown-polished.jpg */,
+                               B5117B9E0C906001005837F9 /* marble-purple */,
+                               B5117B9F0C906001005837F9 /* marble-purple-polished */,
+                               B5117BA00C906001005837F9 /* marble-purple-polished.jpg */,
+                               B5117BA10C906001005837F9 /* marble-purple.jpg */,
+                               B5117BA20C906001005837F9 /* mirror */,
+                               B5117BA30C906001005837F9 /* mirror-check */,
+                               B5117BA40C906001005837F9 /* mirror-check.jpg */,
+                               B5117BA50C906001005837F9 /* mirror.jpg */,
+                               B5117BA60C906001005837F9 /* mtrl.shader */,
+                               B5117BA70C906001005837F9 /* plank */,
+                               B5117BA80C906001005837F9 /* plank.jpg */,
+                               B5117BA90C906001005837F9 /* rail */,
+                               B5117BAA0C906001005837F9 /* rail.jpg */,
+                               B5117BAB0C906001005837F9 /* rainbow */,
+                               B5117BAC0C906001005837F9 /* rainbow.png */,
+                               B5117BAD0C906001005837F9 /* red */,
+                               B5117BAE0C906001005837F9 /* red-gas */,
+                               B5117BAF0C906001005837F9 /* red-gas.png */,
+                               B5117BB00C906001005837F9 /* red-glass */,
+                               B5117BB10C906001005837F9 /* red-glass.jpg */,
+                               B5117BB20C906001005837F9 /* red.jpg */,
+                               B5117BB30C906001005837F9 /* rock_shadow */,
+                               B5117BB40C906001005837F9 /* rock_shadow.png */,
+                               B5117BB50C906001005837F9 /* startline */,
+                               B5117BB60C906001005837F9 /* startline.png */,
+                               B5117BB70C906001005837F9 /* switch */,
+                               B5117BB80C906001005837F9 /* switch.png */,
+                               B5117BB90C906001005837F9 /* thwomp */,
+                               B5117BBA0C906001005837F9 /* thwomp.png */,
+                               B5117BBB0C906001005837F9 /* timer */,
+                               B5117BBC0C906001005837F9 /* timer.png */,
+                               B5117BBD0C906001005837F9 /* turf-blue */,
+                               B5117BBE0C906001005837F9 /* turf-blue.jpg */,
+                               B5117BBF0C906001005837F9 /* turf-brown */,
+                               B5117BC00C906001005837F9 /* turf-brown.jpg */,
+                               B5117BC10C906001005837F9 /* turf-disco */,
+                               B5117BC20C906001005837F9 /* turf-disco.jpg */,
+                               B5117BC30C906001005837F9 /* turf-green */,
+                               B5117BC40C906001005837F9 /* turf-green-checked */,
+                               B5117BC50C906001005837F9 /* turf-green-checked.jpg */,
+                               B5117BC60C906001005837F9 /* turf-green-checked2 */,
+                               B5117BC70C906001005837F9 /* turf-green-checked2.jpg */,
+                               B5117BC80C906001005837F9 /* turf-green-dark */,
+                               B5117BC90C906001005837F9 /* turf-green-dark.jpg */,
+                               B5117BCA0C906001005837F9 /* turf-green-light */,
+                               B5117BCB0C906001005837F9 /* turf-green-light.jpg */,
+                               B5117BCC0C906001005837F9 /* turf-green-offset */,
+                               B5117BCD0C906001005837F9 /* turf-green-offset.jpg */,
+                               B5117BCE0C906001005837F9 /* turf-green.jpg */,
+                               B5117BCF0C906001005837F9 /* turf-grey */,
+                               B5117BD00C906001005837F9 /* turf-grey-dark */,
+                               B5117BD10C906001005837F9 /* turf-grey-dark.jpg */,
+                               B5117BD20C906001005837F9 /* turf-grey.jpg */,
+                               B5117BD30C906001005837F9 /* turf-orange */,
+                               B5117BD40C906001005837F9 /* turf-orange.jpg */,
+                               B5117BD50C906001005837F9 /* turf-orangebig */,
+                               B5117BD60C906001005837F9 /* turf-orangebig.jpg */,
+                               B5117BD70C906001005837F9 /* turf-prplecheck */,
+                               B5117BD80C906001005837F9 /* turf-prplecheck.jpg */,
+                               B5117BD90C906001005837F9 /* turf-purple */,
+                               B5117BDA0C906001005837F9 /* turf-purple.jpg */,
+                               B5117BDB0C906001005837F9 /* turf-red */,
+                               B5117BDC0C906001005837F9 /* turf-red.jpg */,
+                               B5117BDD0C906001005837F9 /* turf-shiny */,
+                               B5117BDE0C906001005837F9 /* turf-shiny-bright */,
+                               B5117BDF0C906001005837F9 /* turf-shiny-bright.jpg */,
+                               B5117BE00C906001005837F9 /* turf-shiny.jpg */,
+                               B5117BE10C906001005837F9 /* turf-small-green */,
+                               B5117BE20C906001005837F9 /* turf-small-green.jpg */,
+                               B5117BE30C906001005837F9 /* white */,
+                               B5117BE40C906001005837F9 /* white.jpg */,
+                               B5117BE50C906001005837F9 /* wood */,
+                               B5117BE60C906001005837F9 /* wood-check */,
+                               B5117BE70C906001005837F9 /* wood-check.jpg */,
+                               B5117BE80C906001005837F9 /* wood-diagonal */,
+                               B5117BE90C906001005837F9 /* wood-diagonal.jpg */,
+                               B5117BEA0C906001005837F9 /* wood-lighter */,
+                               B5117BEB0C906001005837F9 /* wood-lighter.jpg */,
+                               B5117BEC0C906001005837F9 /* wood-plank */,
+                               B5117BED0C906001005837F9 /* wood-plank.jpg */,
+                               B5117BEE0C906001005837F9 /* wood.jpg */,
+                               B5117BEF0C906001005837F9 /* yellow */,
+                               B5117BF00C906001005837F9 /* yellow.jpg */,
                        );
                        path = mtrl;
                        sourceTree = "<group>";
                };
-               B41634FE0BCA1A66006F2E93 /* obj */ = {
+               B5117BF10C906001005837F9 /* obj */ = {
                        isa = PBXGroup;
                        children = (
-                               B41634FF0BCA1A66006F2E93 /* peg.obj */,
-                               B41635000BCA1A66006F2E93 /* pin.obj */,
-                               B41635010BCA1A66006F2E93 /* platform.obj */,
-                               B41635020BCA1A66006F2E93 /* post.obj */,
-                               B41635030BCA1A66006F2E93 /* snowman.obj */,
-                               B41635040BCA1A66006F2E93 /* xrail2.obj */,
-                               B41635050BCA1A66006F2E93 /* xrail3.obj */,
-                               B41635060BCA1A66006F2E93 /* xrail4.obj */,
-                               B41635070BCA1A66006F2E93 /* xrail6.obj */,
-                               B41635080BCA1A66006F2E93 /* xrail8.obj */,
-                               B41635090BCA1A66006F2E93 /* zrail2.obj */,
-                               B416350A0BCA1A66006F2E93 /* zrail3.obj */,
-                               B416350B0BCA1A66006F2E93 /* zrail4.obj */,
-                               B416350C0BCA1A66006F2E93 /* zrail6.obj */,
-                               B416350D0BCA1A66006F2E93 /* zrail8.obj */,
+                               B5117BF20C906001005837F9 /* peg.obj */,
+                               B5117BF30C906001005837F9 /* pin.obj */,
+                               B5117BF40C906001005837F9 /* platform.obj */,
+                               B5117BF50C906001005837F9 /* post.obj */,
+                               B5117BF60C906001005837F9 /* snowman.obj */,
+                               B5117BF70C906001005837F9 /* xrail2.obj */,
+                               B5117BF80C906001005837F9 /* xrail3.obj */,
+                               B5117BF90C906001005837F9 /* xrail4.obj */,
+                               B5117BFA0C906001005837F9 /* xrail6.obj */,
+                               B5117BFB0C906001005837F9 /* xrail8.obj */,
+                               B5117BFC0C906001005837F9 /* zrail2.obj */,
+                               B5117BFD0C906001005837F9 /* zrail3.obj */,
+                               B5117BFE0C906001005837F9 /* zrail4.obj */,
+                               B5117BFF0C906001005837F9 /* zrail6.obj */,
+                               B5117C000C906001005837F9 /* zrail8.obj */,
                        );
                        path = obj;
                        sourceTree = "<group>";
                };
-               B416350E0BCA1A66006F2E93 /* png */ = {
+               B5117C010C906001005837F9 /* png */ = {
                        isa = PBXGroup;
                        children = (
-                               B416350F0BCA1A66006F2E93 /* ball-bonus.png */,
-                               B41635100BCA1A66006F2E93 /* ball.png */,
-                               B41635110BCA1A66006F2E93 /* buildings1.png */,
-                               B41635120BCA1A66006F2E93 /* city1.png */,
-                               B41635130BCA1A66006F2E93 /* city2.png */,
-                               B41635140BCA1A66006F2E93 /* city4.png */,
-                               B41635150BCA1A66006F2E93 /* clouds1.png */,
-                               B41635160BCA1A66006F2E93 /* clouds2.png */,
-                               B41635170BCA1A66006F2E93 /* clouds3.png */,
-                               B41635180BCA1A66006F2E93 /* coin.png */,
-                               B41635190BCA1A66006F2E93 /* contrail.png */,
-                               B416351A0BCA1A66006F2E93 /* euro_coin.png */,
-                               B416351B0BCA1A66006F2E93 /* eyeball.png */,
-                               B416351C0BCA1A66006F2E93 /* grid.png */,
-                               B416351D0BCA1A66006F2E93 /* grow.png */,
-                               B416351E0BCA1A66006F2E93 /* hills1.png */,
-                               B416351F0BCA1A66006F2E93 /* hills2.png */,
-                               B41635200BCA1A66006F2E93 /* hills3.png */,
-                               B41635210BCA1A66006F2E93 /* io.png */,
-                               B41635220BCA1A66006F2E93 /* jupiter.png */,
-                               B41635230BCA1A66006F2E93 /* loops1.png */,
-                               B41635240BCA1A66006F2E93 /* loops2.png */,
-                               B41635250BCA1A66006F2E93 /* loops3.png */,
-                               B41635260BCA1A66006F2E93 /* moon.png */,
-                               B41635270BCA1A66006F2E93 /* mount1.png */,
-                               B41635280BCA1A66006F2E93 /* mount2.png */,
-                               B41635290BCA1A66006F2E93 /* part.png */,
-                               B416352A0BCA1A66006F2E93 /* shadow.png */,
-                               B416352B0BCA1A66006F2E93 /* shrink.png */,
-                               B416352C0BCA1A66006F2E93 /* space.png */,
-                               B416352D0BCA1A66006F2E93 /* stars1.png */,
-                               B416352E0BCA1A66006F2E93 /* stars2.png */,
-                               B416352F0BCA1A66006F2E93 /* stars3.png */,
-                               B41635300BCA1A66006F2E93 /* stars4.png */,
-                               B41635310BCA1A66006F2E93 /* sun.png */,
-                               B41635320BCA1A66006F2E93 /* wave.png */,
+                               B5117C020C906001005837F9 /* ball-bonus.png */,
+                               B5117C030C906001005837F9 /* ball.png */,
+                               B5117C040C906001005837F9 /* buildings1.png */,
+                               B5117C050C906001005837F9 /* city1.png */,
+                               B5117C060C906001005837F9 /* city2.png */,
+                               B5117C070C906001005837F9 /* city4.png */,
+                               B5117C080C906001005837F9 /* clouds1.png */,
+                               B5117C090C906001005837F9 /* clouds2.png */,
+                               B5117C0A0C906001005837F9 /* clouds3.png */,
+                               B5117C0B0C906001005837F9 /* coin.png */,
+                               B5117C0C0C906001005837F9 /* contrail.png */,
+                               B5117C0D0C906001005837F9 /* euro_coin.png */,
+                               B5117C0E0C906001005837F9 /* eyeball.png */,
+                               B5117C0F0C906001005837F9 /* grid.png */,
+                               B5117C100C906001005837F9 /* grow.png */,
+                               B5117C110C906001005837F9 /* hills1.png */,
+                               B5117C120C906001005837F9 /* hills2.png */,
+                               B5117C130C906001005837F9 /* hills3.png */,
+                               B5117C140C906001005837F9 /* io.png */,
+                               B5117C150C906001005837F9 /* jupiter.png */,
+                               B5117C160C906001005837F9 /* loops1.png */,
+                               B5117C170C906001005837F9 /* loops2.png */,
+                               B5117C180C906001005837F9 /* loops3.png */,
+                               B5117C190C906001005837F9 /* moon.png */,
+                               B5117C1A0C906001005837F9 /* mount1.png */,
+                               B5117C1B0C906001005837F9 /* mount2.png */,
+                               B5117C1C0C906001005837F9 /* part.png */,
+                               B5117C1D0C906001005837F9 /* shadow.png */,
+                               B5117C1E0C906001005837F9 /* shrink.png */,
+                               B5117C1F0C906001005837F9 /* space.png */,
+                               B5117C200C906001005837F9 /* stars1.png */,
+                               B5117C210C906001005837F9 /* stars2.png */,
+                               B5117C220C906001005837F9 /* stars3.png */,
+                               B5117C230C906001005837F9 /* stars4.png */,
+                               B5117C240C906001005837F9 /* sun.png */,
+                               B5117C250C906001005837F9 /* wave.png */,
                        );
                        path = png;
                        sourceTree = "<group>";
                };
-               B416353B0BCA1A66006F2E93 /* shot-easy2 */ = {
+               B5117C2D0C906001005837F9 /* shot-easy */ = {
                        isa = PBXGroup;
                        children = (
-                               B416353C0BCA1A66006F2E93 /* billiard-paul.jpg */,
-                               B416353D0BCA1A66006F2E93 /* canals-ton.jpg */,
-                               B416353E0BCA1A66006F2E93 /* checkers-paul.jpg */,
-                               B416353F0BCA1A66006F2E93 /* coneskeleton-mym.jpg */,
-                               B41635400BCA1A66006F2E93 /* cross-para.jpg */,
-                               B41635410BCA1A66006F2E93 /* easyhalfpipe-mym.jpg */,
-                               B41635420BCA1A66006F2E93 /* elevator-jp.jpg */,
-                               B41635430BCA1A66006F2E93 /* groundbreak-para.jpg */,
-                               B41635440BCA1A66006F2E93 /* hurdles-ton.jpg */,
-                               B41635450BCA1A66006F2E93 /* lollipop-dave.jpg */,
-                               B41635460BCA1A66006F2E93 /* marblecurves-mym.jpg */,
-                               B41635470BCA1A66006F2E93 /* nostairs-para.jpg */,
-                               B41635480BCA1A66006F2E93 /* ocean-paul.jpg */,
-                               B41635490BCA1A66006F2E93 /* paths-paul.jpg */,
-                               B416354A0BCA1A66006F2E93 /* roundfloors-mym.jpg */,
-                               B416354B0BCA1A66006F2E93 /* roundlaby-mym.jpg */,
-                               B416354C0BCA1A66006F2E93 /* roundncoins-mym.jpg */,
-                               B416354D0BCA1A66006F2E93 /* slalom-jp.jpg */,
-                               B416354E0BCA1A66006F2E93 /* slightcurve-mym.jpg */,
-                               B416354F0BCA1A66006F2E93 /* sparselines-mym.jpg */,
-                               B41635500BCA1A66006F2E93 /* speedbumps-mym.jpg */,
-                               B41635510BCA1A66006F2E93 /* stairs-jp.jpg */,
-                               B41635520BCA1A66006F2E93 /* thwomp2-paul.jpg */,
-                       );
-                       path = "shot-easy2";
+                               B5117C2E0C906001005837F9 /* bumper.jpg */,
+                               B5117C2F0C906001005837F9 /* canals-ton.jpg */,
+                               B5117C300C906001005837F9 /* coins.jpg */,
+                               B5117C310C906001005837F9 /* corners.jpg */,
+                               B5117C320C906001005837F9 /* curved.jpg */,
+                               B5117C330C906001005837F9 /* easy.jpg */,
+                               B5117C340C906001005837F9 /* easyhalfpipe.jpg */,
+                               B5117C350C906001005837F9 /* fence.jpg */,
+                               B5117C360C906001005837F9 /* goals.jpg */,
+                               B5117C370C906001005837F9 /* goslow.jpg */,
+                               B5117C380C906001005837F9 /* greed.jpg */,
+                               B5117C390C906001005837F9 /* groundbreak.jpg */,
+                               B5117C3A0C906001005837F9 /* hole.jpg */,
+                               B5117C3B0C906001005837F9 /* lollipop.jpg */,
+                               B5117C3C0C906001005837F9 /* maze.jpg */,
+                               B5117C3D0C906001005837F9 /* mazebump.jpg */,
+                               B5117C3E0C906001005837F9 /* mover.jpg */,
+                               B5117C3F0C906001005837F9 /* peasy.jpg */,
+                               B5117C400C906001005837F9 /* roundcoins.jpg */,
+                               B5117C410C906001005837F9 /* roundlaby.jpg */,
+                               B5117C420C906001005837F9 /* slalom.jpg */,
+                               B5117C430C906001005837F9 /* slightcurve.jpg */,
+                               B5117C440C906001005837F9 /* speedbumps.jpg */,
+                               B5117C450C906001005837F9 /* thwomp2.jpg */,
+                               B5117C460C906001005837F9 /* wakka.jpg */,
+                       );
+                       path = "shot-easy";
                        sourceTree = "<group>";
                };
-               B41635530BCA1A66006F2E93 /* shot-misc */ = {
+               B5117C470C906001005837F9 /* shot-hard */ = {
                        isa = PBXGroup;
                        children = (
-                       );
-                       path = "shot-misc";
+                               B5117C480C906001005837F9 /* airways.jpg */,
+                               B5117C490C906001005837F9 /* check.jpg */,
+                               B5117C4A0C906001005837F9 /* curbs.jpg */,
+                               B5117C4B0C906001005837F9 /* flip.jpg */,
+                               B5117C4C0C906001005837F9 /* frogger.jpg */,
+                               B5117C4D0C906001005837F9 /* gaps.jpg */,
+                               B5117C4E0C906001005837F9 /* grid.jpg */,
+                               B5117C4F0C906001005837F9 /* hallways.jpg */,
+                               B5117C500C906001005837F9 /* hump.jpg */,
+                               B5117C510C906001005837F9 /* invis.jpg */,
+                               B5117C520C906001005837F9 /* movers.jpg */,
+                               B5117C530C906001005837F9 /* nostairs.jpg */,
+                               B5117C540C906001005837F9 /* paths.jpg */,
+                               B5117C550C906001005837F9 /* pipe.jpg */,
+                               B5117C560C906001005837F9 /* poker.jpg */,
+                               B5117C570C906001005837F9 /* pyramid.jpg */,
+                               B5117C580C906001005837F9 /* quads.jpg */,
+                               B5117C590C906001005837F9 /* rampup.jpg */,
+                               B5117C5A0C906001005837F9 /* ring.jpg */,
+                               B5117C5B0C906001005837F9 /* risers.jpg */,
+                               B5117C5C0C906001005837F9 /* spiralin.jpg */,
+                               B5117C5D0C906001005837F9 /* spread.jpg */,
+                               B5117C5E0C906001005837F9 /* sync.jpg */,
+                               B5117C5F0C906001005837F9 /* teleport.jpg */,
+                               B5117C600C906001005837F9 /* tilt.jpg */,
+                       );
+                       path = "shot-hard";
                        sourceTree = "<group>";
                };
-               B41635540BCA1A66006F2E93 /* shot-mym */ = {
+               B5117C610C906001005837F9 /* shot-medium */ = {
                        isa = PBXGroup;
                        children = (
-                               B41635550BCA1A66006F2E93 /* assault.jpg */,
-                               B41635560BCA1A66006F2E93 /* circuit1.jpg */,
-                               B41635570BCA1A66006F2E93 /* circuit2.jpg */,
-                               B41635580BCA1A66006F2E93 /* climb.jpg */,
-                               B41635590BCA1A66006F2E93 /* comeback.jpg */,
-                               B416355A0BCA1A66006F2E93 /* dance1.jpg */,
-                               B416355B0BCA1A66006F2E93 /* dance2.jpg */,
-                               B416355C0BCA1A66006F2E93 /* descent.jpg */,
-                               B416355D0BCA1A66006F2E93 /* drive1.jpg */,
-                               B416355E0BCA1A66006F2E93 /* drive2.jpg */,
-                               B416355F0BCA1A66006F2E93 /* earthquake.jpg */,
-                               B41635600BCA1A66006F2E93 /* ghosts.jpg */,
-                               B41635610BCA1A66006F2E93 /* glasstower.jpg */,
-                               B41635620BCA1A66006F2E93 /* hard.jpg */,
-                               B41635630BCA1A66006F2E93 /* loop1.jpg */,
-                               B41635640BCA1A66006F2E93 /* loop2.jpg */,
-                               B41635650BCA1A66006F2E93 /* maze1.jpg */,
-                               B41635660BCA1A66006F2E93 /* maze2.jpg */,
-                               B41635670BCA1A66006F2E93 /* narrow.jpg */,
-                               B41635680BCA1A66006F2E93 /* running.jpg */,
-                               B41635690BCA1A66006F2E93 /* scrambling.jpg */,
-                               B416356A0BCA1A66006F2E93 /* snow.jpg */,
-                               B416356B0BCA1A66006F2E93 /* trust.jpg */,
-                               B416356C0BCA1A66006F2E93 /* turn.jpg */,
-                               B416356D0BCA1A66006F2E93 /* up.jpg */,
-                       );
-                       path = "shot-mym";
+                               B5117C620C906001005837F9 /* angle.jpg */,
+                               B5117C630C906001005837F9 /* bumps.jpg */,
+                               B5117C640C906001005837F9 /* coneskeleton.jpg */,
+                               B5117C650C906001005837F9 /* cross.jpg */,
+                               B5117C660C906001005837F9 /* drops.jpg */,
+                               B5117C670C906001005837F9 /* easytele.jpg */,
+                               B5117C680C906001005837F9 /* four.jpg */,
+                               B5117C690C906001005837F9 /* islands.jpg */,
+                               B5117C6A0C906001005837F9 /* learngrow.jpg */,
+                               B5117C6B0C906001005837F9 /* locks.jpg */,
+                               B5117C6C0C906001005837F9 /* marblecurves.jpg */,
+                               B5117C6D0C906001005837F9 /* plinko.jpg */,
+                               B5117C6E0C906001005837F9 /* pyramid.jpg */,
+                               B5117C6F0C906001005837F9 /* qbert.jpg */,
+                               B5117C700C906001005837F9 /* rampdn.jpg */,
+                               B5117C710C906001005837F9 /* roundfloors.jpg */,
+                               B5117C720C906001005837F9 /* sparselines.jpg */,
+                               B5117C730C906001005837F9 /* spiraldn.jpg */,
+                               B5117C740C906001005837F9 /* spiralup.jpg */,
+                               B5117C750C906001005837F9 /* stairs.jpg */,
+                               B5117C760C906001005837F9 /* telemaze.jpg */,
+                               B5117C770C906001005837F9 /* timer.jpg */,
+                               B5117C780C906001005837F9 /* title.jpg */,
+                               B5117C790C906001005837F9 /* woodmaze.jpg */,
+                               B5117C7A0C906001005837F9 /* zigzag.jpg */,
+                       );
+                       path = "shot-medium";
                        sourceTree = "<group>";
                };
-               B416356E0BCA1A66006F2E93 /* shot-mym2 */ = {
+               B5117C7B0C906001005837F9 /* shot-misc */ = {
                        isa = PBXGroup;
                        children = (
-                               B416356F0BCA1A66006F2E93 /* backforth.jpg */,
-                               B41635700BCA1A66006F2E93 /* basket.jpg */,
-                               B41635710BCA1A66006F2E93 /* bigball.jpg */,
-                               B41635720BCA1A66006F2E93 /* bigcones.jpg */,
-                               B41635730BCA1A66006F2E93 /* bombman.jpg */,
-                               B41635740BCA1A66006F2E93 /* bounces.jpg */,
-                               B41635750BCA1A66006F2E93 /* fall.jpg */,
-                               B41635760BCA1A66006F2E93 /* freefall.jpg */,
-                               B41635770BCA1A66006F2E93 /* grinder.jpg */,
-                               B41635780BCA1A66006F2E93 /* littlecones.jpg */,
-                               B41635790BCA1A66006F2E93 /* longpipe.jpg */,
-                               B416357A0BCA1A66006F2E93 /* morenarrow.jpg */,
-                               B416357B0BCA1A66006F2E93 /* movinglumps.jpg */,
-                               B416357C0BCA1A66006F2E93 /* movingpath.jpg */,
-                               B416357D0BCA1A66006F2E93 /* push.jpg */,
-                               B416357E0BCA1A66006F2E93 /* rainbow.jpg */,
-                               B416357F0BCA1A66006F2E93 /* rodeo.jpg */,
-                               B41635800BCA1A66006F2E93 /* runstop.jpg */,
-                               B41635810BCA1A66006F2E93 /* shaker.jpg */,
-                               B41635820BCA1A66006F2E93 /* sonic.jpg */,
-                               B41635830BCA1A66006F2E93 /* speed.jpg */,
-                               B41635840BCA1A66006F2E93 /* speeddance.jpg */,
-                               B41635850BCA1A66006F2E93 /* translation.jpg */,
-                               B41635860BCA1A66006F2E93 /* updown.jpg */,
-                               B41635870BCA1A66006F2E93 /* webs.jpg */,
+                               B5117C7C0C906001005837F9 /* freefall.jpg */,
+                               B5117C7D0C906001005837F9 /* hurdles.jpg */,
                        );
-                       path = "shot-mym2";
+                       path = "shot-misc";
                        sourceTree = "<group>";
                };
-               B41635880BCA1A66006F2E93 /* shot-paul */ = {
+               B5117C7E0C906001005837F9 /* shot-mym */ = {
                        isa = PBXGroup;
                        children = (
-                               B41635890BCA1A66006F2E93 /* paths.bmp */,
+                               B5117C7F0C906001005837F9 /* assault.jpg */,
+                               B5117C800C906001005837F9 /* circuit1.jpg */,
+                               B5117C810C906001005837F9 /* circuit2.jpg */,
+                               B5117C820C906001005837F9 /* climb.jpg */,
+                               B5117C830C906001005837F9 /* comeback.jpg */,
+                               B5117C840C906001005837F9 /* dance1.jpg */,
+                               B5117C850C906001005837F9 /* dance2.jpg */,
+                               B5117C860C906001005837F9 /* descent.jpg */,
+                               B5117C870C906001005837F9 /* drive1.jpg */,
+                               B5117C880C906001005837F9 /* drive2.jpg */,
+                               B5117C890C906001005837F9 /* earthquake.jpg */,
+                               B5117C8A0C906001005837F9 /* ghosts.jpg */,
+                               B5117C8B0C906001005837F9 /* glasstower.jpg */,
+                               B5117C8C0C906001005837F9 /* hard.jpg */,
+                               B5117C8D0C906001005837F9 /* loop1.jpg */,
+                               B5117C8E0C906001005837F9 /* loop2.jpg */,
+                               B5117C8F0C906001005837F9 /* maze1.jpg */,
+                               B5117C900C906001005837F9 /* maze2.jpg */,
+                               B5117C910C906001005837F9 /* narrow.jpg */,
+                               B5117C920C906001005837F9 /* running.jpg */,
+                               B5117C930C906001005837F9 /* scrambling.jpg */,
+                               B5117C940C906001005837F9 /* snow.jpg */,
+                               B5117C950C906001005837F9 /* trust.jpg */,
+                               B5117C960C906001005837F9 /* turn.jpg */,
+                               B5117C970C906001005837F9 /* up.jpg */,
                        );
-                       path = "shot-paul";
+                       path = "shot-mym";
                        sourceTree = "<group>";
                };
-               B416358A0BCA1A66006F2E93 /* shot-putt */ = {
+               B5117C980C906001005837F9 /* shot-mym2 */ = {
                        isa = PBXGroup;
                        children = (
-                               B416358B0BCA1A66006F2E93 /* abc.jpg */,
-                               B416358C0BCA1A66006F2E93 /* paxed.jpg */,
-                               B416358D0BCA1A66006F2E93 /* paxed2.jpg */,
-                               B416358E0BCA1A66006F2E93 /* paxed3.jpg */,
-                               B416358F0BCA1A66006F2E93 /* putt.jpg */,
-                               B41635900BCA1A66006F2E93 /* slippi.jpg */,
+                               B5117C990C906001005837F9 /* backforth.jpg */,
+                               B5117C9A0C906001005837F9 /* basket.jpg */,
+                               B5117C9B0C906001005837F9 /* bigball.jpg */,
+                               B5117C9C0C906001005837F9 /* bigcones.jpg */,
+                               B5117C9D0C906001005837F9 /* bombman.jpg */,
+                               B5117C9E0C906001005837F9 /* bounces.jpg */,
+                               B5117C9F0C906001005837F9 /* fall.jpg */,
+                               B5117CA00C906001005837F9 /* freefall.jpg */,
+                               B5117CA10C906001005837F9 /* grinder.jpg */,
+                               B5117CA20C906001005837F9 /* littlecones.jpg */,
+                               B5117CA30C906001005837F9 /* longpipe.jpg */,
+                               B5117CA40C906001005837F9 /* morenarrow.jpg */,
+                               B5117CA50C906001005837F9 /* movinglumps.jpg */,
+                               B5117CA60C906001005837F9 /* movingpath.jpg */,
+                               B5117CA70C906001005837F9 /* push.jpg */,
+                               B5117CA80C906001005837F9 /* rainbow.jpg */,
+                               B5117CA90C906001005837F9 /* rodeo.jpg */,
+                               B5117CAA0C906001005837F9 /* runstop.jpg */,
+                               B5117CAB0C906001005837F9 /* shaker.jpg */,
+                               B5117CAC0C906001005837F9 /* sonic.jpg */,
+                               B5117CAD0C906001005837F9 /* speed.jpg */,
+                               B5117CAE0C906001005837F9 /* speeddance.jpg */,
+                               B5117CAF0C906001005837F9 /* translation.jpg */,
+                               B5117CB00C906001005837F9 /* updown.jpg */,
+                               B5117CB10C906001005837F9 /* webs.jpg */,
                        );
-                       path = "shot-putt";
+                       path = "shot-mym2";
                        sourceTree = "<group>";
                };
-               B41635910BCA1A66006F2E93 /* shot-rlk */ = {
+               B5117CB20C906001005837F9 /* shot-putt */ = {
                        isa = PBXGroup;
                        children = (
-                               B41635920BCA1A66006F2E93 /* angle.jpg */,
-                               B41635930BCA1A66006F2E93 /* bumper.jpg */,
-                               B41635940BCA1A66006F2E93 /* bumps.jpg */,
-                               B41635950BCA1A66006F2E93 /* check.jpg */,
-                               B41635960BCA1A66006F2E93 /* coins.jpg */,
-                               B41635970BCA1A66006F2E93 /* corners.jpg */,
-                               B41635980BCA1A66006F2E93 /* curbs.jpg */,
-                               B41635990BCA1A66006F2E93 /* curved.jpg */,
-                               B416359A0BCA1A66006F2E93 /* drops.jpg */,
-                               B416359B0BCA1A66006F2E93 /* easy.jpg */,
-                               B416359C0BCA1A66006F2E93 /* easytele.jpg */,
-                               B416359D0BCA1A66006F2E93 /* fence.jpg */,
-                               B416359E0BCA1A66006F2E93 /* four.jpg */,
-                               B416359F0BCA1A66006F2E93 /* frogger.jpg */,
-                               B41635A00BCA1A66006F2E93 /* gaps.jpg */,
-                               B41635A10BCA1A66006F2E93 /* goals.jpg */,
-                               B41635A20BCA1A66006F2E93 /* goslow.jpg */,
-                               B41635A30BCA1A66006F2E93 /* greed.jpg */,
-                               B41635A40BCA1A66006F2E93 /* grid.jpg */,
-                               B41635A50BCA1A66006F2E93 /* hole.jpg */,
-                               B41635A60BCA1A66006F2E93 /* hump.jpg */,
-                               B41635A70BCA1A66006F2E93 /* invis.jpg */,
-                               B41635A80BCA1A66006F2E93 /* islands.jpg */,
-                               B41635A90BCA1A66006F2E93 /* locks.jpg */,
-                               B41635AA0BCA1A66006F2E93 /* maze.jpg */,
-                               B41635AB0BCA1A66006F2E93 /* mover.jpg */,
-                               B41635AC0BCA1A66006F2E93 /* movers.jpg */,
-                               B41635AD0BCA1A66006F2E93 /* peasy.jpg */,
-                               B41635AE0BCA1A66006F2E93 /* pipe.jpg */,
-                               B41635AF0BCA1A66006F2E93 /* plinko.jpg */,
-                               B41635B00BCA1A66006F2E93 /* poker.jpg */,
-                               B41635B10BCA1A66006F2E93 /* pyramid.jpg */,
-                               B41635B20BCA1A66006F2E93 /* quads.jpg */,
-                               B41635B30BCA1A66006F2E93 /* rampdn.jpg */,
-                               B41635B40BCA1A66006F2E93 /* rampup.jpg */,
-                               B41635B50BCA1A66006F2E93 /* ring.jpg */,
-                               B41635B60BCA1A66006F2E93 /* risers.jpg */,
-                               B41635B70BCA1A66006F2E93 /* spiraldn.jpg */,
-                               B41635B80BCA1A66006F2E93 /* spiralin.jpg */,
-                               B41635B90BCA1A66006F2E93 /* spiralup.jpg */,
-                               B41635BA0BCA1A66006F2E93 /* spread.jpg */,
-                               B41635BB0BCA1A66006F2E93 /* stairs.jpg */,
-                               B41635BC0BCA1A66006F2E93 /* sync.jpg */,
-                               B41635BD0BCA1A66006F2E93 /* telemaze.jpg */,
-                               B41635BE0BCA1A66006F2E93 /* teleport.jpg */,
-                               B41635BF0BCA1A66006F2E93 /* tilt.jpg */,
-                               B41635C00BCA1A66006F2E93 /* timer.jpg */,
-                               B41635C10BCA1A66006F2E93 /* title.jpg */,
-                               B41635C20BCA1A66006F2E93 /* wakka.jpg */,
-                               B41635C30BCA1A66006F2E93 /* zigzag.jpg */,
-                       );
-                       path = "shot-rlk";
+                               B5117CB30C906001005837F9 /* abc.jpg */,
+                               B5117CB40C906001005837F9 /* paxed.jpg */,
+                               B5117CB50C906001005837F9 /* paxed2.jpg */,
+                               B5117CB60C906001005837F9 /* paxed3.jpg */,
+                               B5117CB70C906001005837F9 /* putt.jpg */,
+                               B5117CB80C906001005837F9 /* slippi.jpg */,
+                       );
+                       path = "shot-putt";
                        sourceTree = "<group>";
                };
-               B41635C40BCA1A66006F2E93 /* snd */ = {
+               B5117CB90C906001005837F9 /* snd */ = {
                        isa = PBXGroup;
                        children = (
-                               B41635C50BCA1A66006F2E93 /* ball.ogg */,
-                               B41635C60BCA1A66006F2E93 /* bink.wav */,
-                               B41635C70BCA1A66006F2E93 /* birdie.ogg */,
-                               B41635C80BCA1A66006F2E93 /* bogey.ogg */,
-                               B41635C90BCA1A66006F2E93 /* bump.ogg */,
-                               B41635CA0BCA1A66006F2E93 /* bumpbig.ogg */,
-                               B41635CB0BCA1A66006F2E93 /* bumplil.ogg */,
-                               B41635CC0BCA1A66006F2E93 /* coin.wav */,
-                               B41635CD0BCA1A66006F2E93 /* double.ogg */,
-                               B41635CE0BCA1A66006F2E93 /* eagle.ogg */,
-                               B41635CF0BCA1A66006F2E93 /* fall.ogg */,
-                               B41635D00BCA1A66006F2E93 /* go.ogg */,
-                               B41635D10BCA1A66006F2E93 /* goal.wav */,
-                               B41635D20BCA1A66006F2E93 /* grow.ogg */,
-                               B41635D30BCA1A66006F2E93 /* jump.ogg */,
-                               B41635D40BCA1A66006F2E93 /* menu.wav */,
-                               B41635D50BCA1A66006F2E93 /* one.ogg */,
-                               B41635D60BCA1A66006F2E93 /* over.ogg */,
-                               B41635D70BCA1A66006F2E93 /* par.ogg */,
-                               B41635D80BCA1A66006F2E93 /* penalty.ogg */,
-                               B41635D90BCA1A66006F2E93 /* player1.ogg */,
-                               B41635DA0BCA1A66006F2E93 /* player2.ogg */,
-                               B41635DB0BCA1A66006F2E93 /* player3.ogg */,
-                               B41635DC0BCA1A66006F2E93 /* player4.ogg */,
-                               B41635DD0BCA1A66006F2E93 /* ready.ogg */,
-                               B41635DE0BCA1A66006F2E93 /* record.ogg */,
-                               B41635DF0BCA1A66006F2E93 /* select.ogg */,
-                               B41635E00BCA1A66006F2E93 /* set.ogg */,
-                               B41635E10BCA1A66006F2E93 /* shrink.ogg */,
-                               B41635E20BCA1A66006F2E93 /* success.ogg */,
-                               B41635E30BCA1A66006F2E93 /* switch.wav */,
-                               B41635E40BCA1A66006F2E93 /* tick.ogg */,
-                               B41635E50BCA1A66006F2E93 /* time.ogg */,
-                               B41635E60BCA1A66006F2E93 /* tock.ogg */,
+                               B5117CBA0C906001005837F9 /* ball.ogg */,
+                               B5117CBB0C906001005837F9 /* bink.wav */,
+                               B5117CBC0C906001005837F9 /* birdie.ogg */,
+                               B5117CBD0C906001005837F9 /* bogey.ogg */,
+                               B5117CBE0C906001005837F9 /* bump.ogg */,
+                               B5117CBF0C906001005837F9 /* bumpbig.ogg */,
+                               B5117CC00C906001005837F9 /* bumplil.ogg */,
+                               B5117CC10C906001005837F9 /* coin.wav */,
+                               B5117CC20C906001005837F9 /* double.ogg */,
+                               B5117CC30C906001005837F9 /* eagle.ogg */,
+                               B5117CC40C906001005837F9 /* fall.ogg */,
+                               B5117CC50C906001005837F9 /* go.ogg */,
+                               B5117CC60C906001005837F9 /* goal.wav */,
+                               B5117CC70C906001005837F9 /* grow.ogg */,
+                               B5117CC80C906001005837F9 /* jump.ogg */,
+                               B5117CC90C906001005837F9 /* menu.wav */,
+                               B5117CCA0C906001005837F9 /* one.ogg */,
+                               B5117CCB0C906001005837F9 /* over.ogg */,
+                               B5117CCC0C906001005837F9 /* par.ogg */,
+                               B5117CCD0C906001005837F9 /* penalty.ogg */,
+                               B5117CCE0C906001005837F9 /* player1.ogg */,
+                               B5117CCF0C906001005837F9 /* player2.ogg */,
+                               B5117CD00C906001005837F9 /* player3.ogg */,
+                               B5117CD10C906001005837F9 /* player4.ogg */,
+                               B5117CD20C906001005837F9 /* ready.ogg */,
+                               B5117CD30C906001005837F9 /* record.ogg */,
+                               B5117CD40C906001005837F9 /* select.ogg */,
+                               B5117CD50C906001005837F9 /* set.ogg */,
+                               B5117CD60C906001005837F9 /* shrink.ogg */,
+                               B5117CD70C906001005837F9 /* success.ogg */,
+                               B5117CD80C906001005837F9 /* switch.wav */,
+                               B5117CD90C906001005837F9 /* tick.ogg */,
+                               B5117CDA0C906001005837F9 /* time.ogg */,
+                               B5117CDB0C906001005837F9 /* tock.ogg */,
                        );
                        path = snd;
                        sourceTree = "<group>";
                };
-               B41635E70BCA1A66006F2E93 /* ttf */ = {
+               B5117CDC0C906001005837F9 /* ttf */ = {
                        isa = PBXGroup;
                        children = (
-                               B41635E80BCA1A66006F2E93 /* DejaVuSans-Bold.ttf */,
-                               B41635E90BCA1A66006F2E93 /* VeraBd.ttf */,
+                               B5117CDD0C906001005837F9 /* DejaVuSans-Bold.ttf */,
+                               B5117CDE0C906001005837F9 /* VeraBd.ttf */,
                        );
                        path = ttf;
                        sourceTree = "<group>";
                };
-               B47DDD1C0BCA1AA300915326 /* icons */ = {
-                       isa = PBXGroup;
-                       children = (
-                               B47DDD1D0BCA1AA300915326 /* background.dmg.jpg */,
-                               B47DDD1E0BCA1AA300915326 /* dmg_back_1.jpg */,
-                               B47DDD1F0BCA1AA300915326 /* dmg_back_2.jpg */,
-                               B47DDD200BCA1AA300915326 /* dmg_back_3.jpg */,
-                               B47DDD210BCA1AA300915326 /* dmg_back_4.jpg */,
-                       );
-                       name = icons;
-                       path = ../icons;
-                       sourceTree = SOURCE_ROOT;
-               };
 /* End PBXGroup section */
 
 /* Begin PBXHeadersBuildPhase section */
                                815F014C0AEA7B1800AFD07F /* base_image.h in Headers */,
                                815F014D0AEA7B1800AFD07F /* config.h in Headers */,
                                815F014E0AEA7B1800AFD07F /* solid_gl.h in Headers */,
-                               815F014F0AEA7B1800AFD07F /* st_lang.h in Headers */,
                                815F01500AEA7B1800AFD07F /* st_resol.h in Headers */,
                                815F01510AEA7B1800AFD07F /* geom.h in Headers */,
                                815F01520AEA7B1800AFD07F /* gui.h in Headers */,
                                8137F9ED0AEAE304009172EC /* pngconf.h in Headers */,
                                8137FA130AEAE74D009172EC /* libintl.h in Headers */,
                                8137FB120AEB07D4009172EC /* SDLMain.h in Headers */,
+                               B5C41C050C905BB800C19E20 /* iconv.h in Headers */,
+                               B5117CE90C9060CB005837F9 /* st_pause.h in Headers */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                        shellPath = /bin/sh;
-                       shellScript = "# Create a dmg\n# \n# Modified from \"Battle for Wesnoth\" building stuff\n\n# set -x # uncomment for debugging\nset -e # exit on error\n\nSVN_REVISION=`cd ${SRCROOT}/../.. && /usr/local/bin/svn info | grep vision\\ : | cut -d: -f2`\nSVN_REVISION=`echo ${SVN_REVISION} | sed -e 's/\\ //g'`\necho \"*** SVN REV : ${SVN_REVISION}\"\n\nVERSION=\"1.4.1-svn${SVN_REVISION}\"\nNAME=\"Neverball_$VERSION\"\n\necho \"*** Building disk image...\"\n\nimage_rw=\"${BUILT_PRODUCTS_DIR}/Neverball_${VERSION}.sparseimage\"\nimage_ro=\"${BUILT_PRODUCTS_DIR}/Neverball_${VERSION}.dmg\"\n\nMOUNTPOINT=\"/Volumes/$NAME\"\ntest -e \"$MOUNTPOINT\" && {\n  echo \"$MOUNTPOINT already mounted. Please, detach it.\" 1>&2\n  exit 1\n}\n\nrm \"$image_rw\" 2>/dev/null || true\nhdiutil create -type SPARSE -fs HFS+ -volname \"$NAME\" \"$image_rw\"\nhdiutil attach \"$image_rw\"\n\nfor app in \"Neverball\" \"Neverputt\"\ndo \n  echo \"+ Copying $app\"\n  cp -Rp \"${BUILT_PRODUCTS_DIR}/${app}.app\" \"$MOUNTPOINT/.\"\n  strip \"$MOUNTPOINT/${app}.app/Contents/MacOS/${app}\"\n  rm -fr \"$MOUNTPOINT/${app}.app/\"Contents/Frameworks/*.framework/Versions/*/Headers\n  rm -fr \"$MOUNTPOINT/${app}.app/\"Contents/Frameworks/*.framework/Headers\ndone\n\necho \"+ Copying data\"\ncp -Rp \"${BUILT_PRODUCTS_DIR}/data\" \"${MOUNTPOINT}/.\"\n\necho \"+ Cleaning image before read-only\"\nrm -f \"${MOUNTPOINT}/data/.ok\"\n\necho \"+ Copying Doc\"\nmkdir \"${MOUNTPOINT}/docs\"\nfor i in \"AUTHORS\" \"CHANGES\" \"COPYING\" \"INSTALL\" \"MANUAL\" \"README\" \"TRANSLATIONS\" \ndo\ncp \"${SRCROOT}/../../$i\" \"${MOUNTPOINT}/Docs/\"\ndone\n\n#echo \"+ Install disk icon\"\n# iconfile=\"shield.icns\"\n#cp \"$iconfile\" \"$mountpoint/.VolumeIcon.icns\"\n#/Developer/Tools/SetFile -a aVbstclinmedz \"$MOUNTPOINT/.VolumeIcon.icns\"\n\necho \"+ Install background dmg\"\nmkdir -p \"${MOUNTPOINT}/data/osx\"\ncp \"${SRCROOT}/../icons/dmg_back_1.jpg\" \"${MOUNTPOINT}/data/osx/\"\n\necho \"+ set the presentation\"\n# better to copy this in script editor for change...\nosascript - \"$MOUNTPOINT\" <<!\non run argv\n--\tset dir to \"/Volumes/Wesnoth 0.9.5\"\n\tset dir to item 1 of argv\n\ttell application \"Finder\"\n\t\tset f to POSIX file dir as alias\n\t\topen f\n\n\t\tset w to container window of f\n\n\t\tset current view of w to icon view\n\t\tset toolbar visible of w to false\n\t\tset statusbar visible of w to false\n\t\tset opts to icon view options of w\n\t\tset bgfile to file \"data:osx:dmg_back_1.jpg\" of folder f\n\t\t\n\t\t--\tset background color of opts to {50000, 50000, 50000}\n\t\tset background picture of opts to bgfile\n\t\tset icon size of opts to 70\n\t\tset text size of opts to 12\n\t\tset label position of opts to bottom\n\t\tset arrangement of opts to not arranged\n\t\tset position of item \"Neverball.app\" of f to {94, 252}\n\t\tset position of item \"data\" of f to {220, 252}\n\t\tset position of item \"docs\" of f to {220, 162}\n\t\tset position of item \"Neverputt.app\" of f to {348, 252}\n\t\tset the bounds of w to {100, 100, 558, 425}\n\t\t-- set the bounds of w to {150, 150, 200, 150}\n\t\tdelay 5\n\tend tell\nend run\n!\n\necho \"+ Detaching '$NAME' image\"\nhdiutil detach \"$MOUNTPOINT\"\n\nopen \"$image_rw\"\n\n#echo \"+ Compressing disk image\"\n#rm \"$image_ro\" 2>/dev/null || true\n#hdiutil convert \"$image_rw\" -imagekey zlib-level=9 -format UDZO -o \"$image_ro\"\n\n#rm \"$image_rw\"\n\n# open the result in Finder\n#open \"$image_ro\"\n";
+                       shellScript = "# Create a dmg\n# \n# Modified from \"Battle for Wesnoth\" building stuff\n\n# set -x # uncomment for debugging\nset -e # exit on error\n\nSVN_REVISION=`cd ${SRCROOT}/../.. && /usr/local/bin/svn info | grep vision\\ : | cut -d: -f2`\nSVN_REVISION=`echo ${SVN_REVISION} | sed -e 's/\\ //g'`\necho \"*** SVN REV : ${SVN_REVISION}\"\n\nVERSION=\"1.4.1-svn${SVN_REVISION}\"\nNAME=\"Neverball_$VERSION\"\n\necho \"*** Building disk image...\"\n\nimage_rw=\"${BUILT_PRODUCTS_DIR}/Neverball_${VERSION}.sparseimage\"\nimage_ro=\"${BUILT_PRODUCTS_DIR}/Neverball_${VERSION}.dmg\"\n\nMOUNTPOINT=\"/Volumes/$NAME\"\ntest -e \"$MOUNTPOINT\" && {\n  echo \"$MOUNTPOINT already mounted. Please, detach it.\" 1>&2\n  exit 1\n}\n\nrm \"$image_rw\" 2>/dev/null || true\nhdiutil create -type SPARSE -fs HFS+ -volname \"$NAME\" \"$image_rw\"\nhdiutil attach \"$image_rw\"\n\nfor app in \"Neverball\" \"Neverputt\"\ndo \n  echo \"+ Copying $app\"\n  cp -Rp \"${BUILT_PRODUCTS_DIR}/${app}.app\" \"$MOUNTPOINT/.\"\n  strip \"$MOUNTPOINT/${app}.app/Contents/MacOS/${app}\"\n  rm -fr \"$MOUNTPOINT/${app}.app/\"Contents/Frameworks/*.framework/Versions/*/Headers\n  rm -fr \"$MOUNTPOINT/${app}.app/\"Contents/Frameworks/*.framework/Headers\ndone\n\necho \"+ Copying data\"\ncp -Rp \"${BUILT_PRODUCTS_DIR}/data\" \"${MOUNTPOINT}/.\"\n\necho \"+ Cleaning image before read-only\"\nrm -f \"${MOUNTPOINT}/data/.ok\"\n\necho \"+ Copying Doc\"\nmkdir \"${MOUNTPOINT}/docs\"\nfor i in \"CHANGES\" \"COPYING\" \"INSTALL\" \"README\" \ndo\ncp \"${SRCROOT}/../../$i\" \"${MOUNTPOINT}/Docs/\"\ndone\nfor i in \"AUTHORS\" \"MANUAL\" \"TRANSLATIONS\" \ndo\ncp \"${SRCROOT}/../../doc/$i\" \"${MOUNTPOINT}/Docs/\"\ndone\n\n#echo \"+ Install disk icon\"\n# iconfile=\"shield.icns\"\n#cp \"$iconfile\" \"$mountpoint/.VolumeIcon.icns\"\n#/Developer/Tools/SetFile -a aVbstclinmedz \"$MOUNTPOINT/.VolumeIcon.icns\"\n\necho \"+ Install background dmg\"\nmkdir -p \"${MOUNTPOINT}/data/osx\"\ncp \"${SRCROOT}/../icons/dmg_back_1.jpg\" \"${MOUNTPOINT}/data/osx/\"\n\necho \"+ set the presentation\"\n# better to copy this in script editor for change...\nosascript - \"$MOUNTPOINT\" <<!\non run argv\n--\tset dir to \"/Volumes/Wesnoth 0.9.5\"\n\tset dir to item 1 of argv\n\ttell application \"Finder\"\n\t\tset f to POSIX file dir as alias\n\t\topen f\n\n\t\tset w to container window of f\n\n\t\tset current view of w to icon view\n\t\tset toolbar visible of w to false\n\t\tset statusbar visible of w to false\n\t\tset opts to icon view options of w\n\t\tset bgfile to file \"data:osx:dmg_back_1.jpg\" of folder f\n\t\t\n\t\t--\tset background color of opts to {50000, 50000, 50000}\n\t\tset background picture of opts to bgfile\n\t\tset icon size of opts to 70\n\t\tset text size of opts to 12\n\t\tset label position of opts to bottom\n\t\tset arrangement of opts to not arranged\n\t\tset position of item \"Neverball.app\" of f to {94, 252}\n\t\tset position of item \"data\" of f to {220, 252}\n\t\tset position of item \"docs\" of f to {220, 162}\n\t\tset position of item \"Neverputt.app\" of f to {348, 252}\n\t\tset the bounds of w to {100, 100, 558, 425}\n\t\t-- set the bounds of w to {150, 150, 200, 150}\n\t\tdelay 5\n\tend tell\nend run\n!\n\necho \"+ Detaching '$NAME' image\"\nhdiutil detach \"$MOUNTPOINT\"\n\nopen \"$image_rw\"\n\n#echo \"+ Compressing disk image\"\n#rm \"$image_ro\" 2>/dev/null || true\n#hdiutil convert \"$image_rw\" -imagekey zlib-level=9 -format UDZO -o \"$image_ro\"\n\n#rm \"$image_rw\"\n\n# open the result in Finder\n#open \"$image_ro\"\n";
                };
                81D0B40A0AEE70300041CE19 /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;
                        files = (
                                8137FD720AEBE6FB009172EC /* SDLMain.m in Sources */,
                                8137FD450AEBE4F8009172EC /* i18n.c in Sources */,
-                               8137FD460AEBE4FF009172EC /* st_lang.c in Sources */,
                                8137FD470AEBE504009172EC /* st_resol.c in Sources */,
                                8137FD490AEBE52B009172EC /* binary.c in Sources */,
                                8137FD4A0AEBE52C009172EC /* state.c in Sources */,
                        buildActionMask = 2147483647;
                        files = (
                                815F015A0AEA7B6600AFD07F /* i18n.c in Sources */,
-                               815F015B0AEA7B9000AFD07F /* st_lang.c in Sources */,
                                815F015C0AEA7B9E00AFD07F /* st_resol.c in Sources */,
                                815F015D0AEA7BB200AFD07F /* vec3.c in Sources */,
                                815F015E0AEA7BB800AFD07F /* base_image.c in Sources */,
                                815F01930AEA7C3400AFD07F /* game.c in Sources */,
                                815F01950AEA7C3400AFD07F /* demo.c in Sources */,
                                8137FB130AEB07D7009172EC /* SDLMain.m in Sources */,
+                               B5117CE80C9060CB005837F9 /* st_pause.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };