new group states
This commit is contained in:
parent
8537dee231
commit
78c5016576
@ -174,6 +174,7 @@
|
|||||||
110360D1244B101A008610AF /* GoldWars */ = {
|
110360D1244B101A008610AF /* GoldWars */ = {
|
||||||
isa = PBXGroup;
|
isa = PBXGroup;
|
||||||
children = (
|
children = (
|
||||||
|
AE6BB1CB2481941D0063ECAE /* States */,
|
||||||
C04783ED2468583F004961FB /* intro-music.mp3 */,
|
C04783ED2468583F004961FB /* intro-music.mp3 */,
|
||||||
9ECD3699245C91F7008DEEBD /* GoldWars.entitlements */,
|
9ECD3699245C91F7008DEEBD /* GoldWars.entitlements */,
|
||||||
9E11FF74245CD79100EED3BE /* Partikels */,
|
9E11FF74245CD79100EED3BE /* Partikels */,
|
||||||
@ -304,6 +305,19 @@
|
|||||||
path = Map;
|
path = Map;
|
||||||
sourceTree = "<group>";
|
sourceTree = "<group>";
|
||||||
};
|
};
|
||||||
|
AE6BB1CB2481941D0063ECAE /* States */ = {
|
||||||
|
isa = PBXGroup;
|
||||||
|
children = (
|
||||||
|
AE6BB1BF248030720063ECAE /* StateTypes.swift */,
|
||||||
|
AE6BB1C124807AC00063ECAE /* StateManager.swift */,
|
||||||
|
AE6BB1C324807C490063ECAE /* MenuState.swift */,
|
||||||
|
AE6BB1C924807FDB0063ECAE /* EndGameState.swift */,
|
||||||
|
AE6BB1C724807E6A0063ECAE /* GameState.swift */,
|
||||||
|
AE6BB1C524807CDA0063ECAE /* SyncingState.swift */,
|
||||||
|
);
|
||||||
|
path = States;
|
||||||
|
sourceTree = "<group>";
|
||||||
|
};
|
||||||
/* End PBXGroup section */
|
/* End PBXGroup section */
|
||||||
|
|
||||||
/* Begin PBXNativeTarget section */
|
/* Begin PBXNativeTarget section */
|
||||||
@ -414,7 +428,6 @@
|
|||||||
9EC239E1246878A900952F74 /* MultiplayerNetwork.swift in Sources */,
|
9EC239E1246878A900952F74 /* MultiplayerNetwork.swift in Sources */,
|
||||||
9EA3ABEB245C6DFA006BC61D /* BaseNode.swift in Sources */,
|
9EA3ABEB245C6DFA006BC61D /* BaseNode.swift in Sources */,
|
||||||
AE6BB1CA24807FDB0063ECAE /* EndGameState.swift in Sources */,
|
AE6BB1CA24807FDB0063ECAE /* EndGameState.swift in Sources */,
|
||||||
9E04AFAF245E2B73002D5CFC /* AttackActionComponent.swift in Sources */,
|
|
||||||
3E6785422472CBEC007B9DE4 /* Way.swift in Sources */,
|
3E6785422472CBEC007B9DE4 /* Way.swift in Sources */,
|
||||||
110360D9244B101A008610AF /* GameScene.swift in Sources */,
|
110360D9244B101A008610AF /* GameScene.swift in Sources */,
|
||||||
C04783F024685995004961FB /* SettingsScene.swift in Sources */,
|
C04783F024685995004961FB /* SettingsScene.swift in Sources */,
|
||||||
|
Loading…
Reference in New Issue
Block a user