|
21 | 21 | 6834AD1E27C684E100F5A4E3 /* SLPhysicsBucket.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6834AD1D27C684E100F5A4E3 /* SLPhysicsBucket.swift */; }; |
22 | 22 | 6834AD2527C762BD00F5A4E3 /* SpookyPeg.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6834AD2427C762BD00F5A4E3 /* SpookyPeg.swift */; }; |
23 | 23 | 6834AD2727C762CA00F5A4E3 /* KaboomPeg.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6834AD2627C762CA00F5A4E3 /* KaboomPeg.swift */; }; |
| 24 | + 6834AD2927C76DB300F5A4E3 /* SpookyPegPersistance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6834AD2827C76DB300F5A4E3 /* SpookyPegPersistance.swift */; }; |
| 25 | + 6834AD2B27C76DC600F5A4E3 /* KaboomPegPersistance.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6834AD2A27C76DC600F5A4E3 /* KaboomPegPersistance.swift */; }; |
| 26 | + 6834AD2D27C7D0A000F5A4E3 /* PowerUpHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6834AD2C27C7D09F00F5A4E3 /* PowerUpHandler.swift */; }; |
24 | 27 | 684FFA3C27C4C4EA000CD3D5 /* Point.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FFA3B27C4C4E9000CD3D5 /* Point.swift */; }; |
25 | 28 | 684FFA3E27C4D547000CD3D5 /* Vector.swift in Sources */ = {isa = PBXBuildFile; fileRef = 684FFA3D27C4D547000CD3D5 /* Vector.swift */; }; |
26 | 29 | 68686A9327B2E0D800B97394 /* GameCanvasView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68686A9227B2E0D800B97394 /* GameCanvasView.swift */; }; |
|
67 | 70 | 6834AD1D27C684E100F5A4E3 /* SLPhysicsBucket.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SLPhysicsBucket.swift; sourceTree = "<group>"; }; |
68 | 71 | 6834AD2427C762BD00F5A4E3 /* SpookyPeg.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpookyPeg.swift; sourceTree = "<group>"; }; |
69 | 72 | 6834AD2627C762CA00F5A4E3 /* KaboomPeg.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KaboomPeg.swift; sourceTree = "<group>"; }; |
| 73 | + 6834AD2827C76DB300F5A4E3 /* SpookyPegPersistance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SpookyPegPersistance.swift; sourceTree = "<group>"; }; |
| 74 | + 6834AD2A27C76DC600F5A4E3 /* KaboomPegPersistance.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = KaboomPegPersistance.swift; sourceTree = "<group>"; }; |
| 75 | + 6834AD2C27C7D09F00F5A4E3 /* PowerUpHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PowerUpHandler.swift; sourceTree = "<group>"; }; |
70 | 76 | 684FFA3B27C4C4E9000CD3D5 /* Point.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Point.swift; sourceTree = "<group>"; }; |
71 | 77 | 684FFA3D27C4D547000CD3D5 /* Vector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Vector.swift; sourceTree = "<group>"; }; |
72 | 78 | 68686A9227B2E0D800B97394 /* GameCanvasView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameCanvasView.swift; sourceTree = "<group>"; }; |
|
155 | 161 | isa = PBXGroup; |
156 | 162 | children = ( |
157 | 163 | 6831831427B4FEC900732E00 /* SLGameEngine.swift */, |
| 164 | + 6834AD2C27C7D09F00F5A4E3 /* PowerUpHandler.swift */, |
158 | 165 | ); |
159 | 166 | path = SLGameEngine; |
160 | 167 | sourceTree = "<group>"; |
|
218 | 225 | 68B6B8D227C54117004CE9E2 /* PegPersistance.swift */, |
219 | 226 | 68B6B8D427C54138004CE9E2 /* PeggleObjectPersistance.swift */, |
220 | 227 | 68B6B8D627C558FE004CE9E2 /* PointPersistance.swift */, |
| 228 | + 6834AD2827C76DB300F5A4E3 /* SpookyPegPersistance.swift */, |
| 229 | + 6834AD2A27C76DC600F5A4E3 /* KaboomPegPersistance.swift */, |
221 | 230 | ); |
222 | 231 | path = Persistance; |
223 | 232 | sourceTree = "<group>"; |
|
361 | 370 | 687C2B4127B61CF500D1BB1E /* PegColor.swift in Sources */, |
362 | 371 | 68143567279EE7D700A16058 /* PegsRowView.swift in Sources */, |
363 | 372 | 68B6B8D527C54138004CE9E2 /* PeggleObjectPersistance.swift in Sources */, |
| 373 | + 6834AD2D27C7D0A000F5A4E3 /* PowerUpHandler.swift in Sources */, |
| 374 | + 6834AD2B27C76DC600F5A4E3 /* KaboomPegPersistance.swift in Sources */, |
364 | 375 | 684FFA3C27C4C4EA000CD3D5 /* Point.swift in Sources */, |
365 | 376 | 68143578279FF0FB00A16058 /* LevelDesignerCanvasView.swift in Sources */, |
366 | 377 | 689A4A0227A2CD7C00A2E4E6 /* AllLevelsManager.swift in Sources */, |
|
384 | 395 | 68B6B8CE27C4F33D004CE9E2 /* PeggleObject.swift in Sources */, |
385 | 396 | 6831831927B53F6500732E00 /* CannonView.swift in Sources */, |
386 | 397 | 68143565279EE77400A16058 /* ButtonsRowView.swift in Sources */, |
| 398 | + 6834AD2927C76DB300F5A4E3 /* SpookyPegPersistance.swift in Sources */, |
387 | 399 | 68B6B8D727C558FE004CE9E2 /* PointPersistance.swift in Sources */, |
388 | 400 | 6834AD2527C762BD00F5A4E3 /* SpookyPeg.swift in Sources */, |
389 | 401 | 68143574279FEE2100A16058 /* Peg.swift in Sources */, |
|
0 commit comments