|
34 | 34 | 68686A9C27B373EC00B97394 /* SLPhysicsBody.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68686A9B27B373EC00B97394 /* SLPhysicsBody.swift */; }; |
35 | 35 | 68686AA827B3A1E700B97394 /* SLPhysicsCircle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68686AA727B3A1E700B97394 /* SLPhysicsCircle.swift */; }; |
36 | 36 | 687C2B3F27B61ABF00D1BB1E /* GameEngineManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 687C2B3E27B61ABF00D1BB1E /* GameEngineManager.swift */; }; |
37 | | - 687C2B4127B61CF500D1BB1E /* PegColor.swift in Sources */ = {isa = PBXBuildFile; fileRef = 687C2B4027B61CF500D1BB1E /* PegColor.swift */; }; |
| 37 | + 687C2B4127B61CF500D1BB1E /* PegState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 687C2B4027B61CF500D1BB1E /* PegState.swift */; }; |
38 | 38 | 687C2B4327B6509200D1BB1E /* SLPhysicsCollision.swift in Sources */ = {isa = PBXBuildFile; fileRef = 687C2B4227B6509200D1BB1E /* SLPhysicsCollision.swift */; }; |
39 | 39 | 688064E927B8E01400EC1501 /* LevelLoaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 688064E827B8E01400EC1501 /* LevelLoaderView.swift */; }; |
40 | 40 | 688064EB27B8FFD200EC1501 /* PeggleHomeView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 688064EA27B8FFD100EC1501 /* PeggleHomeView.swift */; }; |
| 41 | + 6882BA8127CA520C009F3DAD /* GameState.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6882BA8027CA520C009F3DAD /* GameState.swift */; }; |
41 | 42 | 68861F0627C92DB500D2AEF7 /* SLPhysicsTriangle.swift in Sources */ = {isa = PBXBuildFile; fileRef = 68861F0527C92DB500D2AEF7 /* SLPhysicsTriangle.swift */; }; |
42 | 43 | 689A4A0027A2CD0D00A2E4E6 /* Level.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689A49FF27A2CD0D00A2E4E6 /* Level.swift */; }; |
43 | 44 | 689A4A0227A2CD7C00A2E4E6 /* AllLevelsManager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 689A4A0127A2CD7C00A2E4E6 /* AllLevelsManager.swift */; }; |
|
87 | 88 | 68686A9B27B373EC00B97394 /* SLPhysicsBody.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SLPhysicsBody.swift; sourceTree = "<group>"; }; |
88 | 89 | 68686AA727B3A1E700B97394 /* SLPhysicsCircle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SLPhysicsCircle.swift; sourceTree = "<group>"; }; |
89 | 90 | 687C2B3E27B61ABF00D1BB1E /* GameEngineManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameEngineManager.swift; sourceTree = "<group>"; }; |
90 | | - 687C2B4027B61CF500D1BB1E /* PegColor.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PegColor.swift; sourceTree = "<group>"; }; |
| 91 | + 687C2B4027B61CF500D1BB1E /* PegState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PegState.swift; sourceTree = "<group>"; }; |
91 | 92 | 687C2B4227B6509200D1BB1E /* SLPhysicsCollision.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SLPhysicsCollision.swift; sourceTree = "<group>"; }; |
92 | 93 | 688064E827B8E01400EC1501 /* LevelLoaderView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LevelLoaderView.swift; sourceTree = "<group>"; }; |
93 | 94 | 688064EA27B8FFD100EC1501 /* PeggleHomeView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PeggleHomeView.swift; sourceTree = "<group>"; }; |
| 95 | + 6882BA8027CA520C009F3DAD /* GameState.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = GameState.swift; sourceTree = "<group>"; }; |
94 | 96 | 68861F0527C92DB500D2AEF7 /* SLPhysicsTriangle.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SLPhysicsTriangle.swift; sourceTree = "<group>"; }; |
95 | 97 | 689A49FF27A2CD0D00A2E4E6 /* Level.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Level.swift; sourceTree = "<group>"; }; |
96 | 98 | 689A4A0127A2CD7C00A2E4E6 /* AllLevelsManager.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AllLevelsManager.swift; sourceTree = "<group>"; }; |
|
133 | 135 | 6834AD3027C8074A00F5A4E3 /* TriangleView.swift */, |
134 | 136 | 68143562279EE71700A16058 /* BackgroundView.swift */, |
135 | 137 | 6814356D279FD9C900A16058 /* PegView.swift */, |
136 | | - 687C2B4027B61CF500D1BB1E /* PegColor.swift */, |
| 138 | + 687C2B4027B61CF500D1BB1E /* PegState.swift */, |
137 | 139 | 688064EA27B8FFD100EC1501 /* PeggleHomeView.swift */, |
| 140 | + 6882BA8027CA520C009F3DAD /* GameState.swift */, |
138 | 141 | ); |
139 | 142 | path = Views; |
140 | 143 | sourceTree = "<group>"; |
|
379 | 382 | files = ( |
380 | 383 | 6814356E279FD9C900A16058 /* PegView.swift in Sources */, |
381 | 384 | 689A4A1027A6AE2100A2E4E6 /* LevelDesignerView.swift in Sources */, |
382 | | - 687C2B4127B61CF500D1BB1E /* PegColor.swift in Sources */, |
| 385 | + 687C2B4127B61CF500D1BB1E /* PegState.swift in Sources */, |
383 | 386 | 68143567279EE7D700A16058 /* PegsRowView.swift in Sources */, |
384 | 387 | 68B6B8D527C54138004CE9E2 /* PeggleObjectPersistance.swift in Sources */, |
385 | 388 | 6834AD2D27C7D0A000F5A4E3 /* PowerUpHandler.swift in Sources */, |
|
398 | 401 | 688064E927B8E01400EC1501 /* LevelLoaderView.swift in Sources */, |
399 | 402 | 6834AD3127C8074A00F5A4E3 /* TriangleView.swift in Sources */, |
400 | 403 | 6834AD3527C8231300F5A4E3 /* TrianglePegPersistance.swift in Sources */, |
| 404 | + 6882BA8127CA520C009F3DAD /* GameState.swift in Sources */, |
401 | 405 | 689A4A1727A6D72E00A2E4E6 /* KeyboardResponder.swift in Sources */, |
402 | 406 | 689A4A0427A2DBD700A2E4E6 /* LevelSelectorView.swift in Sources */, |
403 | 407 | 6834AD1E27C684E100F5A4E3 /* SLPhysicsBucket.swift in Sources */, |
|
0 commit comments