review changes
This commit is contained in:
parent
71c01d589c
commit
5aa10e3fc5
@ -143,7 +143,7 @@ class EntityManager {
|
|||||||
if snapBase.ownership != nil {
|
if snapBase.ownership != nil {
|
||||||
getOwnerBySnapBase = GameCenterManager.sharedInstance.getGKPlayerByUsername(displayName: snapBase.ownership!)
|
getOwnerBySnapBase = GameCenterManager.sharedInstance.getGKPlayerByUsername(displayName: snapBase.ownership!)
|
||||||
} else {
|
} else {
|
||||||
if( entity.component(ofType: TeamComponent.self) != nil ) {
|
if entity.component(ofType: TeamComponent.self) != nil {
|
||||||
runExplosion(base: base)
|
runExplosion(base: base)
|
||||||
entity.component(ofType: TeamComponent.self)!.fire.removeFromParent()
|
entity.component(ofType: TeamComponent.self)!.fire.removeFromParent()
|
||||||
entity.component(ofType: TeamComponent.self)!.unitcountLabel.removeFromParent()
|
entity.component(ofType: TeamComponent.self)!.unitcountLabel.removeFromParent()
|
||||||
@ -158,7 +158,7 @@ class EntityManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
base.ownershipPlayer = getOwnerBySnapBase
|
base.ownershipPlayer = getOwnerBySnapBase
|
||||||
if (entity.component(ofType: TeamComponent.self) != nil) {
|
if entity.component(ofType: TeamComponent.self) != nil {
|
||||||
entity.component(ofType: TeamComponent.self)!.change(to: getTeamByPlayer(playerName: snapBase.ownership!), to: getOwnerBySnapBase!)
|
entity.component(ofType: TeamComponent.self)!.change(to: getTeamByPlayer(playerName: snapBase.ownership!), to: getOwnerBySnapBase!)
|
||||||
} else {
|
} else {
|
||||||
entity.addComponent(TeamComponent(
|
entity.addComponent(TeamComponent(
|
||||||
|
Loading…
Reference in New Issue
Block a user