diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/Adventure iOS-Info.plist b/Adventure/Adventure iOS/Adventure iOS-Info.plist similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/Adventure iOS-Info.plist rename to Adventure/Adventure iOS/Adventure iOS-Info.plist diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/AppDelegate.swift b/Adventure/Adventure iOS/AppDelegate.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/AppDelegate.swift rename to Adventure/Adventure iOS/AppDelegate.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/Base.lproj/Main.storyboard b/Adventure/Adventure iOS/Base.lproj/Main.storyboard similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/Base.lproj/Main.storyboard rename to Adventure/Adventure iOS/Base.lproj/Main.storyboard diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/Main.storyboard b/Adventure/Adventure iOS/Main.storyboard similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/Main.storyboard rename to Adventure/Adventure iOS/Main.storyboard diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/ViewController.swift b/Adventure/Adventure iOS/ViewController.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/ViewController.swift rename to Adventure/Adventure iOS/ViewController.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/en.lproj/InfoPlist.strings b/Adventure/Adventure iOS/en.lproj/InfoPlist.strings similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/en.lproj/InfoPlist.strings rename to Adventure/Adventure iOS/en.lproj/InfoPlist.strings diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/iOSLayeredCharacterSceneEvents.swift b/Adventure/Adventure iOS/iOSLayeredCharacterSceneEvents.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure iOS/iOSLayeredCharacterSceneEvents.swift rename to Adventure/Adventure iOS/iOSLayeredCharacterSceneEvents.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure.xcodeproj/project.pbxproj b/Adventure/Adventure.xcodeproj/project.pbxproj similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure.xcodeproj/project.pbxproj rename to Adventure/Adventure.xcodeproj/project.pbxproj diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/AI/ArtificialIntelligence.swift b/Adventure/Adventure/Adventure Shared/AI/ArtificialIntelligence.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/AI/ArtificialIntelligence.swift rename to Adventure/Adventure/Adventure Shared/AI/ArtificialIntelligence.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/AI/ChaseAI.swift b/Adventure/Adventure/Adventure Shared/AI/ChaseAI.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/AI/ChaseAI.swift rename to Adventure/Adventure/Adventure Shared/AI/ChaseAI.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/AI/SpawnAI.swift b/Adventure/Adventure/Adventure Shared/AI/SpawnAI.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/AI/SpawnAI.swift rename to Adventure/Adventure/Adventure Shared/AI/SpawnAI.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Scene/AdventureScene.swift b/Adventure/Adventure/Adventure Shared/Scene/AdventureScene.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Scene/AdventureScene.swift rename to Adventure/Adventure/Adventure Shared/Scene/AdventureScene.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Scene/LayeredCharacterScene.swift b/Adventure/Adventure/Adventure Shared/Scene/LayeredCharacterScene.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Scene/LayeredCharacterScene.swift rename to Adventure/Adventure/Adventure Shared/Scene/LayeredCharacterScene.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Scene/Player.swift b/Adventure/Adventure/Adventure Shared/Scene/Player.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Scene/Player.swift rename to Adventure/Adventure/Adventure Shared/Scene/Player.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Archer.swift b/Adventure/Adventure/Adventure Shared/Sprites/Archer.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Archer.swift rename to Adventure/Adventure/Adventure Shared/Sprites/Archer.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Boss.swift b/Adventure/Adventure/Adventure Shared/Sprites/Boss.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Boss.swift rename to Adventure/Adventure/Adventure Shared/Sprites/Boss.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Cave.swift b/Adventure/Adventure/Adventure Shared/Sprites/Cave.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Cave.swift rename to Adventure/Adventure/Adventure Shared/Sprites/Cave.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Character.swift b/Adventure/Adventure/Adventure Shared/Sprites/Character.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Character.swift rename to Adventure/Adventure/Adventure Shared/Sprites/Character.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/EnemyCharacter.swift b/Adventure/Adventure/Adventure Shared/Sprites/EnemyCharacter.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/EnemyCharacter.swift rename to Adventure/Adventure/Adventure Shared/Sprites/EnemyCharacter.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Goblin.swift b/Adventure/Adventure/Adventure Shared/Sprites/Goblin.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Goblin.swift rename to Adventure/Adventure/Adventure Shared/Sprites/Goblin.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/HeroCharacter.swift b/Adventure/Adventure/Adventure Shared/Sprites/HeroCharacter.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/HeroCharacter.swift rename to Adventure/Adventure/Adventure Shared/Sprites/HeroCharacter.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/ParallaxSprite.swift b/Adventure/Adventure/Adventure Shared/Sprites/ParallaxSprite.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/ParallaxSprite.swift rename to Adventure/Adventure/Adventure Shared/Sprites/ParallaxSprite.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Tree.swift b/Adventure/Adventure/Adventure Shared/Sprites/Tree.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Tree.swift rename to Adventure/Adventure/Adventure Shared/Sprites/Tree.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Warrior.swift b/Adventure/Adventure/Adventure Shared/Sprites/Warrior.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Sprites/Warrior.swift rename to Adventure/Adventure/Adventure Shared/Sprites/Warrior.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Utilities/GraphicsUtilities.swift b/Adventure/Adventure/Adventure Shared/Utilities/GraphicsUtilities.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure Shared/Utilities/GraphicsUtilities.swift rename to Adventure/Adventure/Adventure Shared/Utilities/GraphicsUtilities.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure-Info.plist b/Adventure/Adventure/Adventure-Info.plist similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Adventure-Info.plist rename to Adventure/Adventure/Adventure-Info.plist diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/AppDelegate.swift b/Adventure/Adventure/AppDelegate.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/AppDelegate.swift rename to Adventure/Adventure/AppDelegate.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Environment/map_level.png b/Adventure/Adventure/Assets/Environment/map_level.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Environment/map_level.png rename to Adventure/Adventure/Assets/Environment/map_level.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Environment/map_trees.png b/Adventure/Adventure/Assets/Environment/map_trees.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Environment/map_trees.png rename to Adventure/Adventure/Assets/Environment/map_trees.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/ArcherProjectile.sks b/Adventure/Adventure/Assets/Particles/ArcherProjectile.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/ArcherProjectile.sks rename to Adventure/Adventure/Assets/Particles/ArcherProjectile.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/BossDamage.sks b/Adventure/Adventure/Assets/Particles/BossDamage.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/BossDamage.sks rename to Adventure/Adventure/Assets/Particles/BossDamage.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveDamage.sks b/Adventure/Adventure/Assets/Particles/CaveDamage.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveDamage.sks rename to Adventure/Adventure/Assets/Particles/CaveDamage.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveDeathSmoke.sks b/Adventure/Adventure/Assets/Particles/CaveDeathSmoke.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveDeathSmoke.sks rename to Adventure/Adventure/Assets/Particles/CaveDeathSmoke.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveFire.sks b/Adventure/Adventure/Assets/Particles/CaveFire.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveFire.sks rename to Adventure/Adventure/Assets/Particles/CaveFire.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveFireSmoke.sks b/Adventure/Adventure/Assets/Particles/CaveFireSmoke.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/CaveFireSmoke.sks rename to Adventure/Adventure/Assets/Particles/CaveFireSmoke.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Damage.sks b/Adventure/Adventure/Assets/Particles/Damage.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Damage.sks rename to Adventure/Adventure/Assets/Particles/Damage.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Death.sks b/Adventure/Adventure/Assets/Particles/Death.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Death.sks rename to Adventure/Adventure/Assets/Particles/Death.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Leaves_01.sks b/Adventure/Adventure/Assets/Particles/Leaves_01.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Leaves_01.sks rename to Adventure/Adventure/Assets/Particles/Leaves_01.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Leaves_02.sks b/Adventure/Adventure/Assets/Particles/Leaves_02.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Leaves_02.sks rename to Adventure/Adventure/Assets/Particles/Leaves_02.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/ProjectileSplat.sks b/Adventure/Adventure/Assets/Particles/ProjectileSplat.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/ProjectileSplat.sks rename to Adventure/Adventure/Assets/Particles/ProjectileSplat.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Spawn.sks b/Adventure/Adventure/Assets/Particles/Spawn.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/Spawn.sks rename to Adventure/Adventure/Assets/Particles/Spawn.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/WarriorProjectile.sks b/Adventure/Adventure/Assets/Particles/WarriorProjectile.sks similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/WarriorProjectile.sks rename to Adventure/Adventure/Assets/Particles/WarriorProjectile.sks diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/hardCircle.png b/Adventure/Adventure/Assets/Particles/hardCircle.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/hardCircle.png rename to Adventure/Adventure/Assets/Particles/hardCircle.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/leaf_00.png b/Adventure/Adventure/Assets/Particles/leaf_00.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/leaf_00.png rename to Adventure/Adventure/Assets/Particles/leaf_00.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/leaf_02.png b/Adventure/Adventure/Assets/Particles/leaf_02.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/leaf_02.png rename to Adventure/Adventure/Assets/Particles/leaf_02.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/spark.png b/Adventure/Adventure/Assets/Particles/spark.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/spark.png rename to Adventure/Adventure/Assets/Particles/spark.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/star.png b/Adventure/Adventure/Assets/Particles/star.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Particles/star.png rename to Adventure/Adventure/Assets/Particles/star.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Sounds/magicmissile.caf b/Adventure/Adventure/Assets/Sounds/magicmissile.caf similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Sounds/magicmissile.caf rename to Adventure/Adventure/Assets/Sounds/magicmissile.caf diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Attack.atlas/archer_attack_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0032.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0032.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0032.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0032.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0033.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0033.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0033.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0033.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0034.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0034.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0034.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0034.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0035.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0035.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0035.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0035.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0036.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0036.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0036.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0036.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0037.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0037.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0037.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0037.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0038.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0038.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0038.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0038.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0039.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0039.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0039.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0039.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0040.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0040.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0040.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0040.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0041.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0041.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0041.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0041.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0042.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0042.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0042.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Death.atlas/archer_death_0042.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_GetHit.atlas/archer_getHit_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Idle.atlas/archer_idle_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Archer/Archer_Walk.atlas/archer_walk_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0032.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0032.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0032.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0032.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0033.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0033.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0033.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0033.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0034.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0034.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0034.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0034.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0035.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0035.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0035.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0035.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0036.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0036.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0036.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0036.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0037.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0037.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0037.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0037.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0038.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0038.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0038.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0038.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0039.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0039.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0039.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0039.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0040.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0040.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0040.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0040.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0041.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0041.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0041.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0041.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0042.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0042.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0042.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Attack.atlas/boss_attack_0042.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0032.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0032.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0032.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0032.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0033.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0033.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0033.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0033.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0034.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0034.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0034.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0034.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0035.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0035.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0035.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0035.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0036.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0036.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0036.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0036.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0037.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0037.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0037.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0037.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0038.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0038.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0038.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0038.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0039.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0039.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0039.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0039.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0040.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0040.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0040.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0040.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0041.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0041.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0041.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0041.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0042.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0042.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0042.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0042.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0043.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0043.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0043.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0043.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0044.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0044.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0044.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0044.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0045.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0045.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0045.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Death.atlas/boss_death_0045.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_GetHit.atlas/boss_getHit_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0032.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0032.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0032.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Idle.atlas/boss_idle_0032.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0032.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0032.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0032.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0032.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0033.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0033.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0033.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0033.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0034.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0034.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0034.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0034.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0035.png b/Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0035.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0035.png rename to Adventure/Adventure/Assets/Texture Atlases/Boss/Boss_Walk.atlas/boss_walk_0035.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_base.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_base.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_base.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_base.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_middle.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_middle.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_middle.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_middle.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_top.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_top.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_top.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/big_tree_top.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/blobShadow.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/blobShadow.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/blobShadow.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/blobShadow.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/cave_base.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/cave_base.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/cave_base.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/cave_base.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/cave_destroyed.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/cave_destroyed.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/cave_destroyed.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/cave_destroyed.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/cave_top.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/cave_top.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/cave_top.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/cave_top.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/minionSplort.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/minionSplort.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/minionSplort.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/minionSplort.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_base.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_base.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_base.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_base.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_middle.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_middle.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_middle.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_middle.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_top.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_top.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_top.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/small_tree_top.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/warrior_throw_hammer.png b/Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/warrior_throw_hammer.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Environment.atlas/warrior_throw_hammer.png rename to Adventure/Adventure/Assets/Texture Atlases/Environment.atlas/warrior_throw_hammer.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0032.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0032.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0032.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0032.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0033.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0033.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0033.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Attack.atlas/goblin_attack_0033.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Death.atlas/goblin_death_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_GetHit.atlas/goblin_getHit_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Idle.atlas/goblin_idle_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Goblin/Goblin_Walk.atlas/goblin_walk_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile0.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile0.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile0.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile0.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile10.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile10.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile10.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile10.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile100.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile100.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile100.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile100.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1000.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1000.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1000.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1000.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1001.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1001.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1002.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1002.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1003.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1003.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1004.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1004.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1005.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1005.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1006.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1006.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1007.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1007.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1008.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1008.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1009.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1009.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile101.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile101.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile101.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile101.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1010.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1010.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1011.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1011.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1012.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1012.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1013.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1013.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1014.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1014.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1015.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1015.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1016.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1016.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1017.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1017.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1018.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1018.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1019.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1019.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile102.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile102.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile102.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile102.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1020.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1020.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1021.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1021.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1022.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1022.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1023.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1023.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile1023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile103.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile103.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile103.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile103.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile104.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile104.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile104.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile104.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile105.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile105.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile105.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile105.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile106.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile106.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile106.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile106.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile107.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile107.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile107.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile107.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile108.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile108.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile108.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile108.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile109.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile109.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile109.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile109.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile11.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile11.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile11.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile11.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile110.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile110.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile110.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile110.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile111.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile111.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile111.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile111.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile112.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile112.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile112.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile112.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile113.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile113.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile113.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile113.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile114.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile114.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile114.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile114.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile115.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile115.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile115.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile115.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile116.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile116.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile116.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile116.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile117.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile117.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile117.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile117.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile118.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile118.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile118.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile118.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile119.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile119.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile119.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile119.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile12.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile12.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile12.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile12.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile120.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile120.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile120.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile120.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile121.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile121.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile121.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile121.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile122.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile122.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile122.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile122.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile123.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile123.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile123.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile123.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile124.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile124.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile124.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile124.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile125.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile125.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile125.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile125.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile126.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile126.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile126.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile126.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile127.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile127.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile127.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile127.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile128.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile128.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile128.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile128.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile129.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile129.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile129.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile129.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile13.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile13.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile13.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile13.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile130.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile130.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile130.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile130.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile131.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile131.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile131.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile131.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile132.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile132.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile132.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile132.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile133.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile133.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile133.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile133.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile134.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile134.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile134.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile134.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile135.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile135.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile135.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile135.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile136.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile136.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile136.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile136.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile137.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile137.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile137.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile137.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile138.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile138.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile138.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile138.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile139.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile139.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile139.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile139.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile14.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile14.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile14.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile14.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile140.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile140.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile140.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile140.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile141.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile141.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile141.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile141.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile142.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile142.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile142.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile142.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile143.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile143.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile143.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile143.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile144.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile144.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile144.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile144.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile145.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile145.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile145.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile145.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile146.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile146.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile146.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile146.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile147.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile147.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile147.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile147.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile148.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile148.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile148.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile148.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile149.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile149.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile149.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile149.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile15.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile15.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile15.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile15.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile150.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile150.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile150.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile150.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile151.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile151.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile151.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile151.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile152.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile152.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile152.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile152.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile153.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile153.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile153.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile153.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile154.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile154.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile154.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile154.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile155.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile155.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile155.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile155.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile156.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile156.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile156.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile156.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile157.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile157.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile157.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile157.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile158.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile158.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile158.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile158.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile159.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile159.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile159.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile159.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile16.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile16.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile16.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile16.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile160.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile160.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile160.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile160.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile161.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile161.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile161.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile161.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile162.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile162.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile162.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile162.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile163.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile163.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile163.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile163.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile164.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile164.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile164.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile164.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile165.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile165.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile165.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile165.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile166.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile166.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile166.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile166.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile167.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile167.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile167.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile167.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile168.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile168.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile168.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile168.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile169.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile169.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile169.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile169.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile17.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile17.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile17.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile17.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile170.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile170.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile170.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile170.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile171.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile171.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile171.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile171.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile172.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile172.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile172.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile172.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile173.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile173.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile173.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile173.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile174.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile174.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile174.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile174.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile175.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile175.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile175.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile175.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile176.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile176.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile176.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile176.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile177.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile177.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile177.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile177.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile178.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile178.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile178.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile178.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile179.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile179.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile179.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile179.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile18.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile18.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile18.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile18.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile180.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile180.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile180.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile180.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile181.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile181.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile181.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile181.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile182.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile182.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile182.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile182.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile183.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile183.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile183.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile183.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile184.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile184.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile184.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile184.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile185.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile185.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile185.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile185.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile186.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile186.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile186.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile186.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile187.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile187.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile187.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile187.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile188.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile188.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile188.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile188.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile189.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile189.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile189.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile189.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile19.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile19.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile19.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile19.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile190.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile190.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile190.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile190.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile191.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile191.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile191.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile191.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile192.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile192.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile192.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile192.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile193.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile193.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile193.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile193.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile194.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile194.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile194.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile194.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile195.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile195.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile195.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile195.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile196.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile196.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile196.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile196.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile197.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile197.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile197.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile197.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile198.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile198.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile198.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile198.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile199.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile199.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile199.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile199.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile2.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile2.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile2.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile2.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile20.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile20.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile20.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile20.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile200.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile200.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile200.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile200.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile201.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile201.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile201.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile201.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile202.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile202.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile202.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile202.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile203.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile203.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile203.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile203.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile204.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile204.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile204.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile204.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile205.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile205.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile205.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile205.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile206.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile206.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile206.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile206.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile207.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile207.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile207.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile207.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile208.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile208.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile208.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile208.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile209.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile209.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile209.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile209.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile21.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile21.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile21.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile21.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile210.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile210.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile210.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile210.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile211.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile211.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile211.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile211.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile212.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile212.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile212.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile212.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile213.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile213.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile213.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile213.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile214.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile214.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile214.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile214.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile215.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile215.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile215.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile215.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile216.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile216.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile216.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile216.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile217.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile217.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile217.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile217.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile218.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile218.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile218.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile218.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile219.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile219.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile219.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile219.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile22.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile22.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile22.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile22.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile220.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile220.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile220.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile220.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile221.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile221.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile221.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile221.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile222.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile222.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile222.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile222.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile223.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile223.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile223.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile223.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile224.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile224.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile224.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile224.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile225.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile225.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile225.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile225.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile226.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile226.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile226.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile226.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile227.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile227.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile227.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile227.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile228.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile228.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile228.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile228.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile229.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile229.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile229.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile229.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile23.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile23.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile23.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile23.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile230.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile230.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile230.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile230.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile231.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile231.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile231.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile231.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile232.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile232.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile232.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile232.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile233.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile233.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile233.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile233.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile234.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile234.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile234.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile234.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile235.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile235.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile235.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile235.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile236.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile236.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile236.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile236.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile237.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile237.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile237.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile237.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile238.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile238.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile238.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile238.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile239.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile239.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile239.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile239.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile24.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile24.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile24.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile24.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile240.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile240.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile240.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile240.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile241.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile241.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile241.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile241.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile242.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile242.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile242.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile242.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile243.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile243.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile243.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile243.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile244.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile244.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile244.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile244.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile245.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile245.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile245.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile245.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile246.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile246.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile246.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile246.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile247.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile247.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile247.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile247.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile248.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile248.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile248.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile248.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile249.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile249.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile249.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile249.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile25.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile25.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile25.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile25.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile250.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile250.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile250.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile250.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile251.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile251.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile251.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile251.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile252.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile252.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile252.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile252.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile253.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile253.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile253.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile253.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile254.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile254.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile254.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile254.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile255.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile255.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile255.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile255.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile256.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile256.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile256.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile256.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile257.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile257.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile257.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile257.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile258.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile258.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile258.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile258.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile259.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile259.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile259.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile259.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile26.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile26.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile26.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile26.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile260.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile260.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile260.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile260.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile261.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile261.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile261.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile261.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile262.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile262.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile262.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile262.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile263.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile263.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile263.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile263.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile264.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile264.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile264.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile264.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile265.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile265.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile265.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile265.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile266.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile266.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile266.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile266.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile267.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile267.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile267.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile267.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile268.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile268.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile268.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile268.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile269.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile269.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile269.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile269.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile27.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile27.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile27.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile27.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile270.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile270.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile270.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile270.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile271.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile271.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile271.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile271.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile272.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile272.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile272.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile272.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile273.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile273.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile273.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile273.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile274.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile274.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile274.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile274.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile275.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile275.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile275.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile275.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile276.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile276.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile276.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile276.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile277.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile277.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile277.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile277.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile278.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile278.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile278.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile278.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile279.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile279.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile279.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile279.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile28.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile28.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile28.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile28.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile280.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile280.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile280.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile280.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile281.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile281.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile281.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile281.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile282.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile282.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile282.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile282.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile283.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile283.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile283.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile283.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile284.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile284.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile284.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile284.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile285.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile285.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile285.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile285.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile286.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile286.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile286.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile286.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile287.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile287.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile287.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile287.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile288.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile288.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile288.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile288.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile289.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile289.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile289.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile289.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile29.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile29.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile29.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile29.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile290.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile290.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile290.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile290.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile291.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile291.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile291.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile291.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile292.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile292.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile292.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile292.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile293.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile293.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile293.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile293.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile294.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile294.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile294.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile294.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile295.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile295.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile295.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile295.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile296.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile296.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile296.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile296.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile297.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile297.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile297.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile297.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile298.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile298.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile298.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile298.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile299.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile299.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile299.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile299.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile3.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile3.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile3.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile3.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile30.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile30.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile30.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile30.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile300.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile300.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile300.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile300.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile301.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile301.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile301.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile301.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile302.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile302.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile302.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile302.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile303.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile303.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile303.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile303.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile304.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile304.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile304.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile304.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile305.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile305.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile305.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile305.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile306.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile306.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile306.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile306.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile307.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile307.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile307.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile307.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile308.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile308.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile308.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile308.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile309.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile309.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile309.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile309.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile31.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile31.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile31.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile31.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile310.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile310.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile310.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile310.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile311.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile311.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile311.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile311.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile312.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile312.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile312.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile312.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile313.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile313.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile313.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile313.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile314.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile314.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile314.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile314.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile315.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile315.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile315.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile315.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile316.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile316.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile316.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile316.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile317.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile317.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile317.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile317.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile318.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile318.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile318.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile318.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile319.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile319.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile319.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile319.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile32.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile32.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile32.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile32.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile320.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile320.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile320.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile320.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile321.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile321.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile321.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile321.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile322.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile322.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile322.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile322.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile323.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile323.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile323.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile323.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile324.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile324.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile324.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile324.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile325.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile325.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile325.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile325.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile326.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile326.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile326.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile326.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile327.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile327.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile327.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile327.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile328.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile328.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile328.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile328.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile329.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile329.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile329.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile329.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile33.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile33.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile33.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile33.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile330.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile330.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile330.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile330.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile331.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile331.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile331.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile331.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile332.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile332.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile332.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile332.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile333.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile333.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile333.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile333.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile334.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile334.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile334.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile334.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile335.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile335.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile335.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile335.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile336.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile336.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile336.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile336.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile337.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile337.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile337.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile337.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile338.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile338.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile338.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile338.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile339.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile339.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile339.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile339.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile34.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile34.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile34.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile34.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile340.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile340.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile340.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile340.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile341.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile341.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile341.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile341.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile342.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile342.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile342.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile342.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile343.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile343.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile343.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile343.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile344.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile344.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile344.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile344.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile345.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile345.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile345.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile345.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile346.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile346.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile346.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile346.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile347.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile347.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile347.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile347.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile348.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile348.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile348.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile348.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile349.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile349.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile349.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile349.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile35.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile35.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile35.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile35.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile350.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile350.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile350.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile350.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile351.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile351.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile351.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile351.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile352.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile352.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile352.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile352.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile353.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile353.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile353.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile353.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile354.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile354.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile354.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile354.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile355.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile355.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile355.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile355.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile356.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile356.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile356.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile356.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile357.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile357.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile357.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile357.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile358.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile358.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile358.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile358.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile359.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile359.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile359.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile359.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile36.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile36.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile36.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile36.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile360.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile360.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile360.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile360.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile361.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile361.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile361.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile361.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile362.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile362.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile362.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile362.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile363.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile363.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile363.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile363.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile364.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile364.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile364.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile364.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile365.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile365.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile365.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile365.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile366.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile366.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile366.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile366.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile367.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile367.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile367.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile367.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile368.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile368.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile368.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile368.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile369.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile369.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile369.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile369.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile37.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile37.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile37.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile37.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile370.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile370.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile370.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile370.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile371.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile371.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile371.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile371.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile372.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile372.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile372.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile372.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile373.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile373.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile373.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile373.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile374.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile374.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile374.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile374.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile375.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile375.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile375.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile375.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile376.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile376.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile376.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile376.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile377.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile377.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile377.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile377.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile378.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile378.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile378.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile378.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile379.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile379.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile379.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile379.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile38.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile38.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile38.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile38.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile380.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile380.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile380.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile380.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile381.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile381.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile381.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile381.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile382.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile382.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile382.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile382.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile383.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile383.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile383.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile383.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile384.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile384.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile384.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile384.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile385.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile385.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile385.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile385.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile386.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile386.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile386.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile386.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile387.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile387.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile387.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile387.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile388.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile388.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile388.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile388.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile389.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile389.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile389.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile389.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile39.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile39.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile39.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile39.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile390.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile390.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile390.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile390.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile391.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile391.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile391.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile391.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile392.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile392.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile392.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile392.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile393.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile393.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile393.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile393.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile394.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile394.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile394.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile394.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile395.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile395.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile395.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile395.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile396.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile396.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile396.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile396.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile397.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile397.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile397.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile397.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile398.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile398.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile398.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile398.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile399.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile399.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile399.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile399.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile4.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile4.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile4.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile4.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile40.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile40.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile40.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile40.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile400.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile400.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile400.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile400.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile401.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile401.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile401.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile401.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile402.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile402.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile402.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile402.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile403.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile403.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile403.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile403.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile404.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile404.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile404.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile404.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile405.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile405.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile405.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile405.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile406.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile406.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile406.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile406.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile407.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile407.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile407.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile407.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile408.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile408.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile408.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile408.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile409.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile409.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile409.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile409.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile41.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile41.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile41.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile41.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile410.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile410.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile410.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile410.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile411.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile411.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile411.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile411.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile412.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile412.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile412.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile412.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile413.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile413.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile413.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile413.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile414.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile414.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile414.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile414.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile415.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile415.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile415.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile415.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile416.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile416.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile416.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile416.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile417.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile417.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile417.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile417.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile418.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile418.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile418.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile418.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile419.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile419.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile419.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile419.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile42.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile42.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile42.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile42.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile420.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile420.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile420.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile420.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile421.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile421.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile421.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile421.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile422.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile422.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile422.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile422.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile423.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile423.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile423.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile423.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile424.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile424.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile424.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile424.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile425.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile425.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile425.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile425.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile426.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile426.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile426.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile426.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile427.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile427.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile427.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile427.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile428.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile428.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile428.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile428.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile429.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile429.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile429.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile429.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile43.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile43.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile43.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile43.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile430.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile430.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile430.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile430.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile431.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile431.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile431.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile431.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile432.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile432.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile432.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile432.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile433.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile433.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile433.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile433.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile434.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile434.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile434.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile434.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile435.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile435.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile435.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile435.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile436.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile436.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile436.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile436.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile437.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile437.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile437.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile437.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile438.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile438.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile438.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile438.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile439.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile439.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile439.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile439.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile44.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile44.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile44.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile44.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile440.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile440.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile440.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile440.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile441.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile441.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile441.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile441.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile442.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile442.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile442.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile442.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile443.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile443.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile443.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile443.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile444.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile444.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile444.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile444.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile445.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile445.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile445.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile445.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile446.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile446.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile446.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile446.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile447.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile447.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile447.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile447.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile448.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile448.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile448.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile448.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile449.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile449.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile449.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile449.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile45.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile45.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile45.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile45.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile450.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile450.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile450.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile450.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile451.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile451.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile451.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile451.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile452.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile452.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile452.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile452.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile453.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile453.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile453.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile453.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile454.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile454.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile454.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile454.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile455.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile455.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile455.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile455.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile456.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile456.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile456.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile456.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile457.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile457.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile457.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile457.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile458.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile458.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile458.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile458.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile459.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile459.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile459.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile459.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile46.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile46.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile46.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile46.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile460.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile460.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile460.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile460.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile461.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile461.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile461.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile461.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile462.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile462.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile462.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile462.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile463.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile463.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile463.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile463.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile464.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile464.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile464.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile464.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile465.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile465.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile465.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile465.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile466.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile466.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile466.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile466.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile467.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile467.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile467.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile467.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile468.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile468.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile468.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile468.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile469.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile469.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile469.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile469.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile47.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile47.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile47.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile47.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile470.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile470.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile470.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile470.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile471.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile471.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile471.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile471.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile472.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile472.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile472.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile472.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile473.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile473.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile473.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile473.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile474.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile474.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile474.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile474.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile475.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile475.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile475.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile475.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile476.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile476.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile476.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile476.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile477.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile477.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile477.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile477.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile478.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile478.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile478.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile478.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile479.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile479.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile479.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile479.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile48.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile48.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile48.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile48.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile480.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile480.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile480.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile480.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile481.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile481.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile481.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile481.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile482.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile482.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile482.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile482.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile483.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile483.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile483.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile483.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile484.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile484.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile484.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile484.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile485.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile485.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile485.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile485.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile486.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile486.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile486.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile486.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile487.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile487.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile487.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile487.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile488.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile488.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile488.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile488.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile489.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile489.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile489.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile489.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile49.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile49.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile49.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile49.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile490.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile490.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile490.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile490.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile491.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile491.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile491.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile491.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile492.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile492.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile492.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile492.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile493.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile493.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile493.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile493.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile494.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile494.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile494.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile494.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile495.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile495.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile495.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile495.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile496.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile496.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile496.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile496.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile497.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile497.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile497.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile497.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile498.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile498.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile498.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile498.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile499.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile499.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile499.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile499.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile5.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile5.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile5.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile5.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile50.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile50.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile50.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile50.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile500.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile500.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile500.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile500.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile501.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile501.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile501.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile501.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile502.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile502.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile502.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile502.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile503.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile503.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile503.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile503.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile504.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile504.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile504.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile504.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile505.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile505.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile505.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile505.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile506.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile506.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile506.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile506.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile507.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile507.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile507.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile507.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile508.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile508.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile508.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile508.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile509.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile509.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile509.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile509.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile51.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile51.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile51.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile51.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile510.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile510.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile510.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile510.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile511.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile511.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile511.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile511.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile512.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile512.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile512.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile512.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile513.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile513.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile513.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile513.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile514.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile514.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile514.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile514.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile515.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile515.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile515.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile515.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile516.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile516.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile516.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile516.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile517.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile517.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile517.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile517.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile518.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile518.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile518.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile518.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile519.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile519.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile519.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile519.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile52.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile52.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile52.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile52.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile520.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile520.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile520.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile520.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile521.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile521.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile521.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile521.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile522.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile522.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile522.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile522.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile523.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile523.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile523.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile523.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile524.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile524.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile524.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile524.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile525.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile525.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile525.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile525.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile526.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile526.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile526.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile526.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile527.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile527.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile527.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile527.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile528.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile528.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile528.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile528.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile529.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile529.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile529.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile529.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile53.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile53.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile53.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile53.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile530.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile530.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile530.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile530.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile531.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile531.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile531.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile531.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile532.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile532.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile532.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile532.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile533.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile533.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile533.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile533.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile534.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile534.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile534.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile534.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile535.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile535.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile535.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile535.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile536.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile536.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile536.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile536.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile537.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile537.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile537.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile537.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile538.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile538.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile538.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile538.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile539.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile539.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile539.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile539.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile54.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile54.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile54.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile54.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile540.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile540.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile540.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile540.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile541.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile541.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile541.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile541.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile542.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile542.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile542.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile542.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile543.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile543.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile543.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile543.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile544.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile544.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile544.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile544.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile545.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile545.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile545.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile545.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile546.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile546.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile546.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile546.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile547.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile547.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile547.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile547.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile548.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile548.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile548.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile548.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile549.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile549.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile549.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile549.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile55.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile55.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile55.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile55.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile550.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile550.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile550.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile550.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile551.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile551.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile551.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile551.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile552.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile552.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile552.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile552.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile553.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile553.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile553.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile553.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile554.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile554.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile554.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile554.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile555.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile555.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile555.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile555.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile556.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile556.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile556.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile556.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile557.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile557.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile557.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile557.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile558.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile558.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile558.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile558.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile559.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile559.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile559.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile559.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile56.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile56.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile56.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile56.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile560.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile560.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile560.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile560.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile561.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile561.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile561.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile561.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile562.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile562.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile562.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile562.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile563.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile563.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile563.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile563.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile564.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile564.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile564.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile564.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile565.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile565.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile565.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile565.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile566.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile566.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile566.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile566.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile567.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile567.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile567.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile567.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile568.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile568.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile568.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile568.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile569.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile569.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile569.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile569.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile57.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile57.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile57.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile57.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile570.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile570.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile570.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile570.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile571.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile571.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile571.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile571.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile572.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile572.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile572.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile572.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile573.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile573.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile573.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile573.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile574.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile574.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile574.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile574.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile575.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile575.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile575.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile575.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile576.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile576.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile576.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile576.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile577.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile577.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile577.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile577.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile578.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile578.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile578.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile578.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile579.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile579.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile579.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile579.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile58.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile58.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile58.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile58.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile580.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile580.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile580.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile580.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile581.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile581.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile581.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile581.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile582.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile582.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile582.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile582.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile583.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile583.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile583.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile583.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile584.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile584.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile584.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile584.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile585.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile585.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile585.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile585.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile586.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile586.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile586.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile586.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile587.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile587.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile587.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile587.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile588.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile588.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile588.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile588.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile589.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile589.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile589.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile589.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile59.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile59.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile59.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile59.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile590.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile590.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile590.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile590.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile591.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile591.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile591.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile591.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile592.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile592.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile592.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile592.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile593.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile593.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile593.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile593.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile594.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile594.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile594.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile594.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile595.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile595.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile595.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile595.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile596.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile596.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile596.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile596.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile597.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile597.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile597.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile597.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile598.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile598.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile598.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile598.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile599.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile599.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile599.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile599.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile6.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile6.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile6.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile6.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile60.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile60.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile60.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile60.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile600.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile600.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile600.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile600.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile601.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile601.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile601.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile601.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile602.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile602.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile602.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile602.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile603.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile603.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile603.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile603.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile604.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile604.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile604.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile604.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile605.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile605.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile605.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile605.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile606.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile606.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile606.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile606.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile607.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile607.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile607.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile607.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile608.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile608.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile608.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile608.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile609.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile609.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile609.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile609.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile61.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile61.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile61.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile61.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile610.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile610.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile610.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile610.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile611.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile611.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile611.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile611.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile612.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile612.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile612.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile612.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile613.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile613.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile613.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile613.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile614.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile614.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile614.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile614.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile615.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile615.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile615.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile615.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile616.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile616.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile616.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile616.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile617.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile617.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile617.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile617.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile618.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile618.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile618.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile618.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile619.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile619.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile619.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile619.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile62.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile62.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile62.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile62.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile620.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile620.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile620.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile620.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile621.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile621.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile621.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile621.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile622.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile622.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile622.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile622.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile623.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile623.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile623.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile623.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile624.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile624.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile624.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile624.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile625.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile625.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile625.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile625.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile626.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile626.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile626.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile626.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile627.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile627.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile627.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile627.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile628.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile628.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile628.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile628.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile629.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile629.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile629.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile629.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile63.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile63.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile63.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile63.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile630.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile630.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile630.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile630.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile631.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile631.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile631.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile631.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile632.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile632.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile632.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile632.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile633.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile633.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile633.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile633.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile634.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile634.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile634.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile634.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile635.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile635.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile635.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile635.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile636.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile636.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile636.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile636.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile637.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile637.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile637.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile637.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile638.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile638.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile638.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile638.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile639.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile639.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile639.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile639.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile64.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile64.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile64.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile64.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile640.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile640.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile640.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile640.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile641.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile641.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile641.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile641.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile642.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile642.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile642.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile642.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile643.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile643.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile643.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile643.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile644.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile644.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile644.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile644.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile645.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile645.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile645.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile645.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile646.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile646.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile646.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile646.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile647.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile647.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile647.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile647.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile648.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile648.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile648.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile648.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile649.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile649.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile649.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile649.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile65.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile65.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile65.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile65.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile650.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile650.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile650.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile650.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile651.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile651.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile651.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile651.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile652.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile652.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile652.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile652.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile653.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile653.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile653.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile653.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile654.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile654.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile654.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile654.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile655.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile655.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile655.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile655.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile656.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile656.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile656.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile656.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile657.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile657.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile657.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile657.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile658.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile658.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile658.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile658.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile659.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile659.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile659.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile659.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile66.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile66.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile66.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile66.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile660.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile660.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile660.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile660.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile661.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile661.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile661.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile661.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile662.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile662.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile662.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile662.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile663.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile663.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile663.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile663.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile664.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile664.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile664.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile664.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile665.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile665.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile665.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile665.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile666.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile666.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile666.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile666.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile667.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile667.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile667.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile667.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile668.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile668.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile668.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile668.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile669.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile669.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile669.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile669.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile67.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile67.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile67.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile67.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile670.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile670.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile670.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile670.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile671.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile671.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile671.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile671.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile672.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile672.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile672.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile672.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile673.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile673.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile673.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile673.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile674.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile674.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile674.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile674.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile675.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile675.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile675.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile675.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile676.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile676.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile676.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile676.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile677.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile677.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile677.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile677.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile678.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile678.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile678.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile678.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile679.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile679.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile679.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile679.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile68.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile68.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile68.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile68.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile680.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile680.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile680.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile680.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile681.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile681.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile681.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile681.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile682.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile682.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile682.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile682.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile683.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile683.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile683.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile683.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile684.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile684.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile684.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile684.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile685.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile685.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile685.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile685.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile686.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile686.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile686.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile686.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile687.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile687.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile687.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile687.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile688.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile688.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile688.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile688.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile689.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile689.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile689.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile689.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile69.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile69.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile69.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile69.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile690.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile690.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile690.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile690.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile691.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile691.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile691.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile691.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile692.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile692.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile692.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile692.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile693.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile693.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile693.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile693.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile694.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile694.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile694.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile694.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile695.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile695.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile695.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile695.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile696.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile696.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile696.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile696.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile697.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile697.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile697.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile697.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile698.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile698.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile698.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile698.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile699.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile699.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile699.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile699.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile7.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile7.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile7.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile7.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile70.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile70.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile70.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile70.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile700.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile700.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile700.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile700.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile701.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile701.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile701.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile701.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile702.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile702.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile702.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile702.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile703.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile703.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile703.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile703.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile704.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile704.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile704.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile704.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile705.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile705.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile705.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile705.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile706.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile706.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile706.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile706.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile707.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile707.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile707.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile707.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile708.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile708.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile708.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile708.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile709.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile709.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile709.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile709.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile71.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile71.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile71.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile71.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile710.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile710.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile710.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile710.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile711.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile711.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile711.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile711.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile712.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile712.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile712.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile712.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile713.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile713.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile713.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile713.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile714.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile714.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile714.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile714.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile715.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile715.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile715.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile715.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile716.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile716.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile716.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile716.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile717.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile717.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile717.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile717.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile718.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile718.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile718.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile718.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile719.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile719.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile719.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile719.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile72.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile72.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile72.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile72.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile720.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile720.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile720.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile720.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile721.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile721.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile721.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile721.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile722.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile722.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile722.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile722.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile723.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile723.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile723.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile723.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile724.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile724.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile724.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile724.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile725.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile725.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile725.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile725.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile726.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile726.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile726.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile726.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile727.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile727.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile727.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile727.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile728.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile728.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile728.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile728.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile729.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile729.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile729.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile729.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile73.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile73.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile73.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile73.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile730.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile730.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile730.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile730.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile731.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile731.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile731.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile731.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile732.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile732.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile732.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile732.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile733.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile733.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile733.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile733.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile734.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile734.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile734.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile734.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile735.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile735.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile735.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile735.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile736.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile736.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile736.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile736.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile737.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile737.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile737.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile737.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile738.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile738.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile738.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile738.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile739.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile739.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile739.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile739.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile74.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile74.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile74.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile74.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile740.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile740.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile740.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile740.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile741.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile741.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile741.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile741.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile742.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile742.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile742.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile742.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile743.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile743.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile743.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile743.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile744.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile744.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile744.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile744.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile745.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile745.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile745.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile745.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile746.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile746.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile746.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile746.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile747.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile747.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile747.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile747.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile748.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile748.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile748.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile748.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile749.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile749.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile749.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile749.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile75.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile75.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile75.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile75.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile750.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile750.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile750.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile750.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile751.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile751.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile751.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile751.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile752.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile752.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile752.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile752.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile753.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile753.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile753.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile753.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile754.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile754.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile754.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile754.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile755.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile755.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile755.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile755.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile756.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile756.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile756.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile756.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile757.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile757.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile757.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile757.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile758.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile758.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile758.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile758.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile759.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile759.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile759.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile759.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile76.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile76.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile76.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile76.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile760.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile760.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile760.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile760.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile761.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile761.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile761.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile761.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile762.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile762.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile762.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile762.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile763.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile763.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile763.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile763.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile764.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile764.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile764.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile764.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile765.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile765.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile765.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile765.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile766.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile766.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile766.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile766.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile767.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile767.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile767.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile767.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile768.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile768.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile768.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile768.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile769.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile769.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile769.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile769.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile77.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile77.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile77.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile77.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile770.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile770.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile770.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile770.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile771.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile771.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile771.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile771.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile772.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile772.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile772.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile772.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile773.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile773.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile773.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile773.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile774.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile774.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile774.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile774.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile775.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile775.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile775.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile775.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile776.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile776.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile776.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile776.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile777.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile777.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile777.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile777.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile778.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile778.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile778.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile778.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile779.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile779.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile779.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile779.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile78.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile78.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile78.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile78.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile780.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile780.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile780.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile780.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile781.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile781.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile781.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile781.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile782.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile782.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile782.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile782.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile783.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile783.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile783.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile783.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile784.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile784.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile784.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile784.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile785.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile785.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile785.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile785.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile786.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile786.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile786.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile786.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile787.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile787.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile787.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile787.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile788.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile788.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile788.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile788.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile789.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile789.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile789.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile789.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile79.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile79.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile79.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile79.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile790.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile790.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile790.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile790.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile791.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile791.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile791.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile791.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile792.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile792.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile792.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile792.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile793.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile793.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile793.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile793.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile794.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile794.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile794.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile794.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile795.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile795.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile795.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile795.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile796.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile796.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile796.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile796.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile797.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile797.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile797.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile797.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile798.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile798.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile798.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile798.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile799.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile799.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile799.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile799.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile8.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile8.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile8.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile8.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile80.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile80.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile80.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile80.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile800.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile800.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile800.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile800.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile801.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile801.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile801.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile801.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile802.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile802.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile802.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile802.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile803.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile803.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile803.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile803.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile804.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile804.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile804.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile804.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile805.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile805.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile805.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile805.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile806.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile806.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile806.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile806.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile807.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile807.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile807.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile807.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile808.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile808.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile808.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile808.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile809.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile809.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile809.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile809.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile81.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile81.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile81.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile81.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile810.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile810.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile810.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile810.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile811.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile811.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile811.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile811.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile812.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile812.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile812.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile812.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile813.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile813.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile813.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile813.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile814.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile814.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile814.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile814.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile815.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile815.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile815.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile815.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile816.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile816.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile816.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile816.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile817.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile817.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile817.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile817.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile818.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile818.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile818.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile818.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile819.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile819.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile819.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile819.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile82.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile82.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile82.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile82.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile820.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile820.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile820.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile820.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile821.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile821.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile821.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile821.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile822.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile822.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile822.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile822.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile823.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile823.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile823.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile823.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile824.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile824.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile824.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile824.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile825.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile825.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile825.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile825.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile826.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile826.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile826.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile826.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile827.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile827.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile827.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile827.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile828.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile828.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile828.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile828.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile829.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile829.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile829.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile829.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile83.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile83.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile83.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile83.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile830.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile830.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile830.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile830.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile831.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile831.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile831.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile831.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile832.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile832.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile832.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile832.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile833.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile833.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile833.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile833.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile834.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile834.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile834.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile834.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile835.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile835.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile835.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile835.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile836.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile836.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile836.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile836.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile837.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile837.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile837.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile837.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile838.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile838.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile838.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile838.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile839.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile839.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile839.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile839.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile84.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile84.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile84.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile84.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile840.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile840.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile840.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile840.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile841.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile841.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile841.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile841.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile842.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile842.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile842.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile842.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile843.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile843.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile843.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile843.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile844.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile844.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile844.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile844.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile845.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile845.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile845.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile845.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile846.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile846.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile846.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile846.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile847.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile847.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile847.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile847.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile848.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile848.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile848.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile848.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile849.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile849.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile849.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile849.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile85.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile85.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile85.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile85.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile850.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile850.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile850.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile850.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile851.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile851.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile851.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile851.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile852.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile852.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile852.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile852.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile853.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile853.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile853.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile853.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile854.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile854.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile854.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile854.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile855.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile855.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile855.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile855.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile856.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile856.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile856.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile856.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile857.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile857.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile857.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile857.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile858.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile858.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile858.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile858.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile859.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile859.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile859.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile859.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile86.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile86.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile86.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile86.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile860.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile860.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile860.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile860.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile861.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile861.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile861.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile861.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile862.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile862.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile862.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile862.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile863.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile863.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile863.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile863.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile864.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile864.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile864.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile864.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile865.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile865.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile865.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile865.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile866.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile866.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile866.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile866.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile867.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile867.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile867.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile867.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile868.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile868.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile868.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile868.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile869.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile869.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile869.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile869.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile87.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile87.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile87.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile87.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile870.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile870.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile870.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile870.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile871.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile871.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile871.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile871.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile872.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile872.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile872.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile872.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile873.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile873.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile873.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile873.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile874.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile874.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile874.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile874.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile875.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile875.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile875.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile875.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile876.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile876.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile876.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile876.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile877.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile877.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile877.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile877.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile878.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile878.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile878.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile878.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile879.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile879.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile879.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile879.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile88.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile88.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile88.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile88.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile880.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile880.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile880.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile880.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile881.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile881.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile881.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile881.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile882.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile882.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile882.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile882.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile883.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile883.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile883.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile883.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile884.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile884.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile884.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile884.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile885.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile885.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile885.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile885.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile886.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile886.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile886.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile886.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile887.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile887.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile887.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile887.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile888.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile888.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile888.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile888.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile889.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile889.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile889.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile889.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile89.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile89.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile89.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile89.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile890.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile890.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile890.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile890.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile891.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile891.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile891.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile891.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile892.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile892.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile892.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile892.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile893.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile893.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile893.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile893.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile894.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile894.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile894.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile894.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile895.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile895.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile895.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile895.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile896.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile896.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile896.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile896.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile897.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile897.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile897.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile897.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile898.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile898.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile898.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile898.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile899.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile899.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile899.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile899.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile9.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile9.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile9.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile9.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile90.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile90.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile90.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile90.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile900.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile900.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile900.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile900.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile901.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile901.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile901.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile901.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile902.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile902.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile902.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile902.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile903.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile903.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile903.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile903.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile904.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile904.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile904.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile904.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile905.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile905.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile905.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile905.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile906.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile906.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile906.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile906.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile907.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile907.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile907.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile907.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile908.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile908.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile908.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile908.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile909.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile909.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile909.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile909.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile91.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile91.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile91.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile91.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile910.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile910.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile910.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile910.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile911.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile911.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile911.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile911.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile912.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile912.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile912.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile912.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile913.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile913.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile913.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile913.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile914.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile914.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile914.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile914.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile915.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile915.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile915.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile915.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile916.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile916.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile916.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile916.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile917.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile917.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile917.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile917.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile918.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile918.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile918.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile918.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile919.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile919.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile919.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile919.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile92.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile92.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile92.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile92.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile920.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile920.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile920.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile920.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile921.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile921.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile921.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile921.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile922.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile922.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile922.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile922.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile923.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile923.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile923.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile923.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile924.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile924.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile924.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile924.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile925.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile925.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile925.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile925.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile926.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile926.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile926.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile926.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile927.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile927.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile927.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile927.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile928.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile928.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile928.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile928.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile929.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile929.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile929.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile929.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile93.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile93.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile93.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile93.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile930.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile930.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile930.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile930.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile931.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile931.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile931.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile931.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile932.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile932.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile932.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile932.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile933.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile933.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile933.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile933.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile934.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile934.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile934.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile934.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile935.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile935.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile935.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile935.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile936.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile936.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile936.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile936.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile937.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile937.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile937.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile937.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile938.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile938.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile938.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile938.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile939.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile939.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile939.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile939.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile94.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile94.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile94.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile94.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile940.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile940.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile940.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile940.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile941.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile941.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile941.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile941.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile942.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile942.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile942.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile942.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile943.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile943.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile943.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile943.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile944.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile944.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile944.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile944.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile945.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile945.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile945.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile945.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile946.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile946.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile946.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile946.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile947.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile947.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile947.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile947.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile948.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile948.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile948.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile948.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile949.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile949.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile949.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile949.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile95.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile95.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile95.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile95.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile950.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile950.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile950.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile950.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile951.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile951.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile951.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile951.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile952.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile952.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile952.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile952.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile953.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile953.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile953.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile953.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile954.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile954.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile954.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile954.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile955.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile955.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile955.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile955.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile956.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile956.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile956.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile956.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile957.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile957.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile957.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile957.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile958.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile958.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile958.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile958.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile959.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile959.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile959.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile959.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile96.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile96.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile96.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile96.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile960.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile960.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile960.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile960.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile961.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile961.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile961.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile961.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile962.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile962.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile962.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile962.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile963.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile963.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile963.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile963.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile964.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile964.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile964.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile964.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile965.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile965.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile965.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile965.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile966.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile966.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile966.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile966.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile967.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile967.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile967.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile967.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile968.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile968.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile968.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile968.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile969.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile969.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile969.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile969.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile97.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile97.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile97.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile97.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile970.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile970.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile970.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile970.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile971.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile971.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile971.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile971.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile972.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile972.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile972.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile972.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile973.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile973.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile973.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile973.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile974.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile974.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile974.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile974.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile975.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile975.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile975.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile975.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile976.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile976.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile976.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile976.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile977.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile977.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile977.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile977.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile978.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile978.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile978.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile978.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile979.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile979.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile979.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile979.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile98.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile98.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile98.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile98.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile980.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile980.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile980.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile980.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile981.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile981.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile981.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile981.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile982.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile982.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile982.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile982.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile983.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile983.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile983.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile983.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile984.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile984.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile984.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile984.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile985.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile985.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile985.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile985.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile986.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile986.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile986.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile986.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile987.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile987.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile987.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile987.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile988.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile988.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile988.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile988.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile989.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile989.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile989.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile989.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile99.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile99.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile99.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile99.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile990.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile990.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile990.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile990.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile991.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile991.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile991.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile991.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile992.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile992.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile992.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile992.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile993.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile993.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile993.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile993.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile994.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile994.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile994.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile994.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile995.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile995.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile995.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile995.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile996.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile996.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile996.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile996.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile997.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile997.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile997.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile997.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile998.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile998.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile998.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile998.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile999.png b/Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile999.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Tiles.atlas/tile999.png rename to Adventure/Adventure/Assets/Texture Atlases/Tiles.atlas/tile999.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Attack.atlas/warrior_attack_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0030.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0030.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0030.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0030.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0031.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0031.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0031.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0031.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0032.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0032.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0032.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0032.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0033.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0033.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0033.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0033.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0034.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0034.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0034.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0034.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0035.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0035.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0035.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0035.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0036.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0036.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0036.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0036.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0037.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0037.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0037.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0037.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0038.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0038.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0038.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0038.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0039.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0039.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0039.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0039.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0040.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0040.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0040.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0040.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0041.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0041.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0041.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0041.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0042.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0042.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0042.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0042.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0043.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0043.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0043.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0043.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0044.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0044.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0044.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0044.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0045.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0045.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0045.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0045.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0046.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0046.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0046.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0046.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0047.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0047.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0047.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0047.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0048.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0048.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0048.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0048.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0049.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0049.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0049.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0049.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0050.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0050.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0050.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0050.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0051.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0051.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0051.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0051.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0052.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0052.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0052.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0052.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0053.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0053.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0053.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0053.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0054.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0054.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0054.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0054.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0055.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0055.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0055.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0055.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0056.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0056.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0056.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0056.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0057.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0057.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0057.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0057.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0058.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0058.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0058.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0058.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0059.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0059.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0059.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0059.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0060.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0060.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0060.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0060.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0061.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0061.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0061.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0061.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0062.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0062.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0062.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0062.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0063.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0063.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0063.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0063.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0064.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0064.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0064.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0064.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0065.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0065.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0065.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0065.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0066.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0066.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0066.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0066.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0067.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0067.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0067.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0067.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0068.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0068.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0068.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0068.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0069.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0069.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0069.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0069.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0070.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0070.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0070.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0070.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0071.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0071.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0071.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0071.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0072.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0072.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0072.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0072.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0073.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0073.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0073.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0073.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0074.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0074.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0074.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0074.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0075.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0075.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0075.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0075.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0076.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0076.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0076.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0076.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0077.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0077.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0077.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0077.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0078.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0078.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0078.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0078.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0079.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0079.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0079.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0079.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0080.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0080.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0080.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0080.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0081.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0081.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0081.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0081.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0082.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0082.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0082.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0082.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0083.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0083.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0083.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0083.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0084.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0084.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0084.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0084.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0085.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0085.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0085.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0085.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0086.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0086.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0086.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0086.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0087.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0087.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0087.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0087.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0088.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0088.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0088.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0088.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0089.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0089.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0089.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0089.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0090.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0090.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0090.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Death.atlas/warrior_death_0090.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_GetHit.atlas/warrior_getHit_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0029.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0029.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0029.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Idle.atlas/warrior_idle_0029.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0001.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0001.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0001.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0001.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0002.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0002.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0002.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0002.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0003.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0003.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0003.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0003.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0004.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0004.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0004.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0004.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0005.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0005.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0005.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0005.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0006.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0006.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0006.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0006.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0007.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0007.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0007.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0007.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0008.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0008.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0008.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0008.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0009.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0009.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0009.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0009.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0010.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0010.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0010.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0010.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0011.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0011.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0011.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0011.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0012.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0012.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0012.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0012.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0013.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0013.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0013.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0013.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0014.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0014.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0014.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0014.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0015.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0015.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0015.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0015.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0016.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0016.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0016.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0016.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0017.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0017.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0017.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0017.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0018.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0018.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0018.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0018.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0019.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0019.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0019.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0019.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0020.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0020.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0020.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0020.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0021.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0021.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0021.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0021.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0022.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0022.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0022.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0022.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0023.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0023.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0023.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0023.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0024.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0024.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0025.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0025.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0025.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0025.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0026.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0026.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0026.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0026.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0027.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0027.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0027.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0027.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0028.png b/Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0028.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0028.png rename to Adventure/Adventure/Assets/Texture Atlases/Warrior/Warrior_Walk.atlas/warrior_walk_0028.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/Contents.json b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/Contents.json rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/Contents.json diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon1024.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon1024.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon1024.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon1024.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon128.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon128.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon128.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon128.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon16.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon16.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon16.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon16.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256-1.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256-1.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256-1.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256-1.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon256.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32-1.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32-1.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32-1.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32-1.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon32.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512-1.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512-1.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512-1.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512-1.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon512.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon64.png b/Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon64.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon64.png rename to Adventure/Adventure/Assets/UI/Assets - OS X.xcassets/AppIcon.appiconset/osxicon64.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/Contents.json b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/Contents.json similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/Contents.json rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/Contents.json diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon120.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon120.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon120.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon120.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon152.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon152.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon152.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon152.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon29.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon29.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon29.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon29.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon40.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon40.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon40.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon40.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58-1.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58-1.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58-1.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58-1.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon58.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon76.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon76.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon76.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon76.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80-1.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80-1.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80-1.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80-1.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/AppIcon.appiconset/appicon80.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Contents.json b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Contents.json similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Contents.json rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Contents.json diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h@2x.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h@2x.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h@2x.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default-568h@2x.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default@2x.png b/Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default@2x.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default@2x.png rename to Adventure/Adventure/Assets/UI/Assets - iOS.xcassets/LaunchImage.launchimage/Default@2x.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Default-568h@2x.png b/Adventure/Adventure/Assets/UI/Default-568h@2x.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Default-568h@2x.png rename to Adventure/Adventure/Assets/UI/Default-568h@2x.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Default.png b/Adventure/Adventure/Assets/UI/Default.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Default.png rename to Adventure/Adventure/Assets/UI/Default.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Default@2x.png b/Adventure/Adventure/Assets/UI/Default@2x.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/Default@2x.png rename to Adventure/Adventure/Assets/UI/Default@2x.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/button_archer.png b/Adventure/Adventure/Assets/UI/button_archer.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/button_archer.png rename to Adventure/Adventure/Assets/UI/button_archer.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/button_warrior.png b/Adventure/Adventure/Assets/UI/button_warrior.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/button_warrior.png rename to Adventure/Adventure/Assets/UI/button_warrior.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_blue.png b/Adventure/Adventure/Assets/UI/iconWarrior_blue.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_blue.png rename to Adventure/Adventure/Assets/UI/iconWarrior_blue.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_green.png b/Adventure/Adventure/Assets/UI/iconWarrior_green.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_green.png rename to Adventure/Adventure/Assets/UI/iconWarrior_green.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_pink.png b/Adventure/Adventure/Assets/UI/iconWarrior_pink.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_pink.png rename to Adventure/Adventure/Assets/UI/iconWarrior_pink.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_red.png b/Adventure/Adventure/Assets/UI/iconWarrior_red.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/iconWarrior_red.png rename to Adventure/Adventure/Assets/UI/iconWarrior_red.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/lives.png b/Adventure/Adventure/Assets/UI/lives.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/lives.png rename to Adventure/Adventure/Assets/UI/lives.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/logo.png b/Adventure/Adventure/Assets/UI/logo.png similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Assets/UI/logo.png rename to Adventure/Adventure/Assets/UI/logo.png diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Base.lproj/MainMenu.xib b/Adventure/Adventure/Base.lproj/MainMenu.xib similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/Base.lproj/MainMenu.xib rename to Adventure/Adventure/Base.lproj/MainMenu.xib diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/LayeredCharacterSceneOSXEvents.swift b/Adventure/Adventure/LayeredCharacterSceneOSXEvents.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/LayeredCharacterSceneOSXEvents.swift rename to Adventure/Adventure/LayeredCharacterSceneOSXEvents.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/en.lproj/InfoPlist.strings b/Adventure/Adventure/en.lproj/InfoPlist.strings similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/en.lproj/InfoPlist.strings rename to Adventure/Adventure/en.lproj/InfoPlist.strings diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/Adventure/main.swift b/Adventure/Adventure/main.swift similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/Adventure/main.swift rename to Adventure/Adventure/main.swift diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/LICENSE.txt b/Adventure/LICENSE.txt similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/LICENSE.txt rename to Adventure/LICENSE.txt diff --git a/AdventureBuildingaSpriteKitGameUsingSwift/README.md b/Adventure/README.md similarity index 100% rename from AdventureBuildingaSpriteKitGameUsingSwift/README.md rename to Adventure/README.md