diff --git a/Contained-game/Contained-game.xcodeproj/project.pbxproj b/Contained-game/Contained-game.xcodeproj/project.pbxproj new file mode 100644 index 00000000..d4898f12 --- /dev/null +++ b/Contained-game/Contained-game.xcodeproj/project.pbxproj @@ -0,0 +1,391 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 50; + objects = { + +/* Begin PBXBuildFile section */ + B4A6C76A24733FF70056E5DB /* CustomScene.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4A6C76924733FF70056E5DB /* CustomScene.swift */; }; + B4A6C76C247341030056E5DB /* Settings.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4A6C76B247341030056E5DB /* Settings.swift */; }; + B4DBD4DB2472F7CB0086216F /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DBD4DA2472F7CB0086216F /* AppDelegate.swift */; }; + B4DBD4DD2472F7CB0086216F /* SceneDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DBD4DC2472F7CB0086216F /* SceneDelegate.swift */; }; + B4DBD4E22472F7CB0086216F /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B4DBD4E02472F7CB0086216F /* Main.storyboard */; }; + B4DBD4E42472F7D00086216F /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = B4DBD4E32472F7D00086216F /* Assets.xcassets */; }; + B4DBD4E72472F7D00086216F /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B4DBD4E52472F7D00086216F /* LaunchScreen.storyboard */; }; + B4DBD4EF247332190086216F /* SKSpriteNode+Utility.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DBD4EE247332190086216F /* SKSpriteNode+Utility.swift */; }; + B4DBD4F3247332A70086216F /* Info.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = B4DBD4F2247332A70086216F /* Info.storyboard */; }; + B4DBD4FC247339E60086216F /* GameViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DBD4FB247339E60086216F /* GameViewController.swift */; }; + B4DBD4FE247339F50086216F /* InfoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DBD4FD247339F50086216F /* InfoViewController.swift */; }; + B4DBD50024733A040086216F /* SettingsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = B4DBD4FF24733A040086216F /* SettingsViewController.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + B4A6C76924733FF70056E5DB /* CustomScene.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CustomScene.swift; sourceTree = ""; }; + B4A6C76B247341030056E5DB /* Settings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Settings.swift; sourceTree = ""; }; + B4DBD4D72472F7CB0086216F /* Contained-game.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Contained-game.app"; sourceTree = BUILT_PRODUCTS_DIR; }; + B4DBD4DA2472F7CB0086216F /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + B4DBD4DC2472F7CB0086216F /* SceneDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SceneDelegate.swift; sourceTree = ""; }; + B4DBD4E12472F7CB0086216F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + B4DBD4E32472F7D00086216F /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + B4DBD4E62472F7D00086216F /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + B4DBD4E82472F7D00086216F /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + B4DBD4EE247332190086216F /* SKSpriteNode+Utility.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "SKSpriteNode+Utility.swift"; sourceTree = ""; }; + B4DBD4F2247332A70086216F /* Info.storyboard */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; path = Info.storyboard; sourceTree = ""; }; + B4DBD4FB247339E60086216F /* GameViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; name = GameViewController.swift; path = "Contained-game/Models/GameViewController.swift"; sourceTree = SOURCE_ROOT; }; + B4DBD4FD247339F50086216F /* InfoViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InfoViewController.swift; sourceTree = ""; }; + B4DBD4FF24733A040086216F /* SettingsViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SettingsViewController.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + B4DBD4D42472F7CB0086216F /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + B4DBD4CE2472F7CB0086216F = { + isa = PBXGroup; + children = ( + B4DBD4D92472F7CB0086216F /* Contained-game */, + B4DBD4D82472F7CB0086216F /* Products */, + ); + sourceTree = ""; + }; + B4DBD4D82472F7CB0086216F /* Products */ = { + isa = PBXGroup; + children = ( + B4DBD4D72472F7CB0086216F /* Contained-game.app */, + ); + name = Products; + sourceTree = ""; + }; + B4DBD4D92472F7CB0086216F /* Contained-game */ = { + isa = PBXGroup; + children = ( + B4DBD4F8247333400086216F /* Models */, + B4DBD4F72473332E0086216F /* Resources */, + B4DBD4F4247332BE0086216F /* Storyboards */, + B4DBD4E82472F7D00086216F /* Info.plist */, + ); + path = "Contained-game"; + sourceTree = ""; + }; + B4DBD4F4247332BE0086216F /* Storyboards */ = { + isa = PBXGroup; + children = ( + B4DBD4F2247332A70086216F /* Info.storyboard */, + B4DBD4E52472F7D00086216F /* LaunchScreen.storyboard */, + B4DBD4E02472F7CB0086216F /* Main.storyboard */, + ); + path = Storyboards; + sourceTree = ""; + }; + B4DBD4F72473332E0086216F /* Resources */ = { + isa = PBXGroup; + children = ( + B4DBD4DA2472F7CB0086216F /* AppDelegate.swift */, + B4DBD4DC2472F7CB0086216F /* SceneDelegate.swift */, + B4DBD4E32472F7D00086216F /* Assets.xcassets */, + ); + path = Resources; + sourceTree = ""; + }; + B4DBD4F8247333400086216F /* Models */ = { + isa = PBXGroup; + children = ( + B4DBD4EE247332190086216F /* SKSpriteNode+Utility.swift */, + B4DBD4FB247339E60086216F /* GameViewController.swift */, + B4DBD4FD247339F50086216F /* InfoViewController.swift */, + B4DBD4FF24733A040086216F /* SettingsViewController.swift */, + B4A6C76924733FF70056E5DB /* CustomScene.swift */, + B4A6C76B247341030056E5DB /* Settings.swift */, + ); + path = Models; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + B4DBD4D62472F7CB0086216F /* Contained-game */ = { + isa = PBXNativeTarget; + buildConfigurationList = B4DBD4EB2472F7D00086216F /* Build configuration list for PBXNativeTarget "Contained-game" */; + buildPhases = ( + B4DBD4D32472F7CB0086216F /* Sources */, + B4DBD4D42472F7CB0086216F /* Frameworks */, + B4DBD4D52472F7CB0086216F /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = "Contained-game"; + productName = "Contained-game"; + productReference = B4DBD4D72472F7CB0086216F /* Contained-game.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + B4DBD4CF2472F7CB0086216F /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 1140; + LastUpgradeCheck = 1140; + ORGANIZATIONNAME = "Mike Nichols"; + TargetAttributes = { + B4DBD4D62472F7CB0086216F = { + CreatedOnToolsVersion = 11.4.1; + }; + }; + }; + buildConfigurationList = B4DBD4D22472F7CB0086216F /* Build configuration list for PBXProject "Contained-game" */; + compatibilityVersion = "Xcode 9.3"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = B4DBD4CE2472F7CB0086216F; + productRefGroup = B4DBD4D82472F7CB0086216F /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + B4DBD4D62472F7CB0086216F /* Contained-game */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + B4DBD4D52472F7CB0086216F /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B4DBD4E72472F7D00086216F /* LaunchScreen.storyboard in Resources */, + B4DBD4E42472F7D00086216F /* Assets.xcassets in Resources */, + B4DBD4F3247332A70086216F /* Info.storyboard in Resources */, + B4DBD4E22472F7CB0086216F /* Main.storyboard in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + B4DBD4D32472F7CB0086216F /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + B4DBD4FC247339E60086216F /* GameViewController.swift in Sources */, + B4DBD4EF247332190086216F /* SKSpriteNode+Utility.swift in Sources */, + B4A6C76C247341030056E5DB /* Settings.swift in Sources */, + B4DBD50024733A040086216F /* SettingsViewController.swift in Sources */, + B4DBD4DB2472F7CB0086216F /* AppDelegate.swift in Sources */, + B4A6C76A24733FF70056E5DB /* CustomScene.swift in Sources */, + B4DBD4FE247339F50086216F /* InfoViewController.swift in Sources */, + B4DBD4DD2472F7CB0086216F /* SceneDelegate.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + B4DBD4E02472F7CB0086216F /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + B4DBD4E12472F7CB0086216F /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + B4DBD4E52472F7D00086216F /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + B4DBD4E62472F7D00086216F /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + B4DBD4E92472F7D00086216F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = dwarf; + ENABLE_STRICT_OBJC_MSGSEND = YES; + ENABLE_TESTABILITY = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_DYNAMIC_NO_PIC = NO; + GCC_NO_COMMON_BLOCKS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; + MTL_FAST_MATH = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + B4DBD4EA2472F7D00086216F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + CLANG_ANALYZER_NONNULL = YES; + CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_ENABLE_MODULES = YES; + CLANG_ENABLE_OBJC_ARC = YES; + CLANG_ENABLE_OBJC_WEAK = YES; + CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; + CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; + CLANG_WARN_DOCUMENTATION_COMMENTS = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INFINITE_RECURSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; + CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; + CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; + CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; + CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; + CLANG_WARN_STRICT_PROTOTYPES = YES; + CLANG_WARN_SUSPICIOUS_MOVE = YES; + CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; + CLANG_WARN_UNREACHABLE_CODE = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + ENABLE_NS_ASSERTIONS = NO; + ENABLE_STRICT_OBJC_MSGSEND = YES; + GCC_C_LANGUAGE_STANDARD = gnu11; + GCC_NO_COMMON_BLOCKS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; + GCC_WARN_UNDECLARED_SELECTOR = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; + GCC_WARN_UNUSED_FUNCTION = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + IPHONEOS_DEPLOYMENT_TARGET = 13.4; + MTL_ENABLE_DEBUG_INFO = NO; + MTL_FAST_MATH = YES; + SDKROOT = iphoneos; + SWIFT_COMPILATION_MODE = wholemodule; + SWIFT_OPTIMIZATION_LEVEL = "-O"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + B4DBD4EC2472F7D00086216F /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 23S4D62L2P; + INFOPLIST_FILE = "Contained-game/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.MikeNichols.Contained-game"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + B4DBD4ED2472F7D00086216F /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = 23S4D62L2P; + INFOPLIST_FILE = "Contained-game/Info.plist"; + LD_RUNPATH_SEARCH_PATHS = ( + "$(inherited)", + "@executable_path/Frameworks", + ); + PRODUCT_BUNDLE_IDENTIFIER = "com.MikeNichols.Contained-game"; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 5.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + B4DBD4D22472F7CB0086216F /* Build configuration list for PBXProject "Contained-game" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4DBD4E92472F7D00086216F /* Debug */, + B4DBD4EA2472F7D00086216F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + B4DBD4EB2472F7D00086216F /* Build configuration list for PBXNativeTarget "Contained-game" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + B4DBD4EC2472F7D00086216F /* Debug */, + B4DBD4ED2472F7D00086216F /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = B4DBD4CF2472F7CB0086216F /* Project object */; +} diff --git a/Contained-game/Contained-game.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/Contained-game/Contained-game.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 00000000..6d165e64 --- /dev/null +++ b/Contained-game/Contained-game.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/Contained-game/Contained-game.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Contained-game/Contained-game.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 00000000..18d98100 --- /dev/null +++ b/Contained-game/Contained-game.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Contained-game/Contained-game.xcodeproj/project.xcworkspace/xcuserdata/ibmike.xcuserdatad/UserInterfaceState.xcuserstate b/Contained-game/Contained-game.xcodeproj/project.xcworkspace/xcuserdata/ibmike.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 00000000..0612bda0 Binary files /dev/null and b/Contained-game/Contained-game.xcodeproj/project.xcworkspace/xcuserdata/ibmike.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/Contained-game/Contained-game.xcodeproj/xcuserdata/ibmike.xcuserdatad/xcschemes/xcschememanagement.plist b/Contained-game/Contained-game.xcodeproj/xcuserdata/ibmike.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 00000000..9c36af59 --- /dev/null +++ b/Contained-game/Contained-game.xcodeproj/xcuserdata/ibmike.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,14 @@ + + + + + SchemeUserState + + Contained-game.xcscheme_^#shared#^_ + + orderHint + 0 + + + + diff --git a/Contained-game/Contained-game/Info.plist b/Contained-game/Contained-game/Info.plist new file mode 100644 index 00000000..b5f9c079 --- /dev/null +++ b/Contained-game/Contained-game/Info.plist @@ -0,0 +1,62 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + $(PRODUCT_BUNDLE_PACKAGE_TYPE) + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UIApplicationSceneManifest + + UIApplicationSupportsMultipleScenes + + UISceneConfigurations + + UIWindowSceneSessionRoleApplication + + + UISceneConfigurationName + Default Configuration + UISceneDelegateClassName + $(PRODUCT_MODULE_NAME).SceneDelegate + UISceneStoryboardFile + Main + + + + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/Contained-game/Contained-game/Models/CustomScene.swift b/Contained-game/Contained-game/Models/CustomScene.swift new file mode 100644 index 00000000..b0954ec4 --- /dev/null +++ b/Contained-game/Contained-game/Models/CustomScene.swift @@ -0,0 +1,52 @@ +// +// CustomScene.swift +// Contained-game +// +// Created by Mike Nichols on 5/18/20. +// Copyright © 2020 Mike Nichols. All rights reserved. +// + +import Foundation +import SpriteKit + +class CustomScene: SKScene { + let crab = SKSpriteNode() + + // Add and center child, initializing animation sequence + override func sceneDidLoad() { + super.sceneDidLoad() + addChild(crab) + crab.loadTextures(named: "HappyCrab", forKey: SKSpriteNode.textureKey) + crab.position = CGPoint(x: frame.midX, y: frame.midY) + } + + // Move to touch + public override func touchesBegan(_ touches: Set, with event: UIEvent?) { + + // Fetch a touch or leave + guard !touches.isEmpty, let touch = touches.first else { return } + + // Retrieve position + let position = touch.location(in: self) + + // Create move action + let actionDuration = 1.0 + let moveAction = SKAction.move(to: position, duration: actionDuration) + + let rollAction = SKAction.rotate(byAngle: CGFloat.pi * 2, duration: actionDuration) + let zoomAction = SKAction.scale(by: 1.3, duration: 0.3) + let unzoomAction = SKAction.scale(to: 1.0, duration: 0.1) + + switch Settings.shared.shouldZoom { + case false: + crab.run(moveAction) + case true: + let sequenceAction = SKAction.sequence([zoomAction, moveAction, unzoomAction]) + crab.run(sequenceAction) + } + + if Settings.shared.shouldRoll { + crab.run(rollAction) + } + } +} diff --git a/Contained-game/Contained-game/Models/GameViewController.swift b/Contained-game/Contained-game/Models/GameViewController.swift new file mode 100644 index 00000000..886c553b --- /dev/null +++ b/Contained-game/Contained-game/Models/GameViewController.swift @@ -0,0 +1,23 @@ +// +// GameViewController.swift +// Contained-game +// +// Created by Mike Nichols on 5/18/20. +// Copyright © 2020 Mike Nichols. All rights reserved. +// + +import UIKit +import SpriteKit + +class GameViewController: UIViewController { + + @IBOutlet weak var mySKView: SKView! + + var skscene: CustomScene? = nil + + override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) + skscene = CustomScene(size: view.bounds.size) + mySKView.presentScene(skscene) + } +} diff --git a/Contained-game/Contained-game/Models/InfoViewController.swift b/Contained-game/Contained-game/Models/InfoViewController.swift new file mode 100644 index 00000000..93eacaab --- /dev/null +++ b/Contained-game/Contained-game/Models/InfoViewController.swift @@ -0,0 +1,35 @@ +// +// InfoViewController.swift +// Contained-game +// +// Created by Mike Nichols on 5/18/20. +// Copyright © 2020 Mike Nichols. All rights reserved. +// + +import UIKit + +class InfoViewController: UIViewController { + + @IBAction func done(_ sender: Any) { + navigationController?.popToRootViewController(animated: true) + } + + override func viewDidLoad() { + super.viewDidLoad() + + + // Do any additional setup after loading the view. + } + + + /* + // MARK: - Navigation + + // In a storyboard-based application, you will often want to do a little preparation before navigation + override func prepare(for segue: UIStoryboardSegue, sender: Any?) { + // Get the new view controller using segue.destination. + // Pass the selected object to the new view controller. + } + */ + +} diff --git a/SKSpriteNode+Utility.swift b/Contained-game/Contained-game/Models/SKSpriteNode+Utility.swift similarity index 100% rename from SKSpriteNode+Utility.swift rename to Contained-game/Contained-game/Models/SKSpriteNode+Utility.swift diff --git a/Contained-game/Contained-game/Models/SettingsViewController.swift b/Contained-game/Contained-game/Models/SettingsViewController.swift new file mode 100644 index 00000000..3ec399ab --- /dev/null +++ b/Contained-game/Contained-game/Models/SettingsViewController.swift @@ -0,0 +1,25 @@ +// +// SettingsViewController.swift +// Contained-game +// +// Created by Mike Nichols on 5/18/20. +// Copyright © 2020 Mike Nichols. All rights reserved. +// + +import UIKit + +class SettingsViewController: UIViewController { + + @IBAction func toggleRoll(_ sender: UISwitch) { + + } + @IBAction func toggleZoom (_ sender: UISwitch) { + + } + + override func viewDidLoad() { + super.viewDidLoad() + + } + +} diff --git a/Contained-game/Contained-game/Models/settings.swift b/Contained-game/Contained-game/Models/settings.swift new file mode 100644 index 00000000..4c250088 --- /dev/null +++ b/Contained-game/Contained-game/Models/settings.swift @@ -0,0 +1,17 @@ +// +// Settings.swift +// Contained-game +// +// Created by Mike Nichols on 5/18/20. +// Copyright © 2020 Mike Nichols. All rights reserved. +// + +import Foundation + +class Settings { + static let shared = Settings() + private init() {} + + var shouldRoll = false + var shouldZoom = false +} diff --git a/Contained-game/Contained-game/Resources/AppDelegate.swift b/Contained-game/Contained-game/Resources/AppDelegate.swift new file mode 100644 index 00000000..d4c591d3 --- /dev/null +++ b/Contained-game/Contained-game/Resources/AppDelegate.swift @@ -0,0 +1,37 @@ +// +// AppDelegate.swift +// Contained-game +// +// Created by Mike Nichols on 5/18/20. +// Copyright © 2020 Mike Nichols. All rights reserved. +// + +import UIKit + +@UIApplicationMain +class AppDelegate: UIResponder, UIApplicationDelegate { + + + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { + // Override point for customization after application launch. + return true + } + + // MARK: UISceneSession Lifecycle + + func application(_ application: UIApplication, configurationForConnecting connectingSceneSession: UISceneSession, options: UIScene.ConnectionOptions) -> UISceneConfiguration { + // Called when a new scene session is being created. + // Use this method to select a configuration to create the new scene with. + return UISceneConfiguration(name: "Default Configuration", sessionRole: connectingSceneSession.role) + } + + func application(_ application: UIApplication, didDiscardSceneSessions sceneSessions: Set) { + // Called when the user discards a scene session. + // If any sessions were discarded while the application was not running, this will be called shortly after application:didFinishLaunchingWithOptions. + // Use this method to release any resources that were specific to the discarded scenes, as they will not return. + } + + +} + diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 00000000..9221b9bb --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "20x20" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "29x29" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "40x40" + }, + { + "idiom" : "iphone", + "scale" : "2x", + "size" : "60x60" + }, + { + "idiom" : "iphone", + "scale" : "3x", + "size" : "60x60" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "20x20" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "29x29" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "40x40" + }, + { + "idiom" : "ipad", + "scale" : "1x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "76x76" + }, + { + "idiom" : "ipad", + "scale" : "2x", + "size" : "83.5x83.5" + }, + { + "idiom" : "ios-marketing", + "scale" : "1x", + "size" : "1024x1024" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/Contents.json new file mode 100644 index 00000000..3749084c --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "game_controller.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "game_controller@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "game_controller@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png new file mode 100644 index 00000000..df0891d5 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png new file mode 100644 index 00000000..336e170d Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@2x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png new file mode 100644 index 00000000..3b8ac924 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/game_controller.imageset/game_controller@3x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/Contents.json new file mode 100644 index 00000000..0a927f68 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "info.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "info@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "info@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info.png new file mode 100644 index 00000000..64c0cb1e Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info@2x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info@2x.png new file mode 100644 index 00000000..c623f0b9 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info@2x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info@3x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info@3x.png new file mode 100644 index 00000000..1bf21719 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/info.imageset/info@3x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/Contents.json new file mode 100644 index 00000000..e30c46c5 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "settings.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "settings@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "settings@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings.png new file mode 100644 index 00000000..8f712b18 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png new file mode 100644 index 00000000..5ed4658a Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings@2x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png new file mode 100644 index 00000000..674bea76 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/Art/settings.imageset/settings@3x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/Contents.json new file mode 100644 index 00000000..73c00596 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json new file mode 100644 index 00000000..c04ecc76 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab000.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png new file mode 100644 index 00000000..44e75239 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab000.imageset/happycrab000.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json new file mode 100644 index 00000000..a9495122 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab001.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png new file mode 100644 index 00000000..2955a887 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab001.imageset/happycrab001.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json new file mode 100644 index 00000000..8e998456 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab002.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png new file mode 100644 index 00000000..5c349dfd Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab002.imageset/happycrab002.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json new file mode 100644 index 00000000..00ef86e2 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab003.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png new file mode 100644 index 00000000..d188ced7 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab003.imageset/happycrab003.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json new file mode 100644 index 00000000..4d8b91c5 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab004.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png new file mode 100644 index 00000000..5eb03bfb Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab004.imageset/happycrab004.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json new file mode 100644 index 00000000..d17d32a0 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab005.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png new file mode 100644 index 00000000..426a5f49 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab005.imageset/happycrab005.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json new file mode 100644 index 00000000..9b2205c6 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab006.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png new file mode 100644 index 00000000..dbcd871c Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab006.imageset/happycrab006.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json new file mode 100644 index 00000000..3ee42e26 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab007.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png new file mode 100644 index 00000000..c632854c Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab007.imageset/happycrab007.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json new file mode 100644 index 00000000..71cd68ca --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab008.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png new file mode 100644 index 00000000..a78ad9a6 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab008.imageset/happycrab008.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json new file mode 100644 index 00000000..03a7c0a0 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab009.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png new file mode 100644 index 00000000..b5f8b19d Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab009.imageset/happycrab009.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json new file mode 100644 index 00000000..314cda89 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab010.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png new file mode 100644 index 00000000..63e91f0f Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab010.imageset/happycrab010.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json new file mode 100644 index 00000000..5034c91d --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab011.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png new file mode 100644 index 00000000..4cfa8b3e Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab011.imageset/happycrab011.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json new file mode 100644 index 00000000..bc8dcff8 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab012.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png new file mode 100644 index 00000000..85ef0e48 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab012.imageset/happycrab012.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json new file mode 100644 index 00000000..d0357ba3 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab013.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png new file mode 100644 index 00000000..56f5ee12 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab013.imageset/happycrab013.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json new file mode 100644 index 00000000..d438c639 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab014.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png new file mode 100644 index 00000000..40035783 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab014.imageset/happycrab014.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json new file mode 100644 index 00000000..779881b4 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab015.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png new file mode 100644 index 00000000..ea143c89 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab015.imageset/happycrab015.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json new file mode 100644 index 00000000..6db5abe7 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab016.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png new file mode 100644 index 00000000..b5cef379 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab016.imageset/happycrab016.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json new file mode 100644 index 00000000..b69f90f1 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab017.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png new file mode 100644 index 00000000..73e79a08 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab017.imageset/happycrab017.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json new file mode 100644 index 00000000..dcee1790 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab018.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png new file mode 100644 index 00000000..77a3cdb5 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab018.imageset/happycrab018.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json new file mode 100644 index 00000000..2ee21d4e --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab019.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png new file mode 100644 index 00000000..fe68c7de Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab019.imageset/happycrab019.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json new file mode 100644 index 00000000..7ec0a992 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab020.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png new file mode 100644 index 00000000..82761cb3 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab020.imageset/happycrab020.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json new file mode 100644 index 00000000..8cd083e8 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab021.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png new file mode 100644 index 00000000..263672dc Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab021.imageset/happycrab021.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json new file mode 100644 index 00000000..5790b4d4 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab022.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png new file mode 100644 index 00000000..a0193d42 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab022.imageset/happycrab022.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json new file mode 100644 index 00000000..15a3c0b5 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "happycrab023.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png new file mode 100644 index 00000000..44e75239 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/HappyCrab.spriteatlas/happycrab023.imageset/happycrab023.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/Contents.json new file mode 100644 index 00000000..da4a164c --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json new file mode 100644 index 00000000..7d96484b --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab000.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png new file mode 100644 index 00000000..58f82231 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab000.imageset/waitingcrab000.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json new file mode 100644 index 00000000..d88deaa3 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab001.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png new file mode 100644 index 00000000..c8131339 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab001.imageset/waitingcrab001.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json new file mode 100644 index 00000000..d9931b65 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab002.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png new file mode 100644 index 00000000..3bde9890 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab002.imageset/waitingcrab002.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json new file mode 100644 index 00000000..1b296189 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab003.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png new file mode 100644 index 00000000..0dfcefd7 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab003.imageset/waitingcrab003.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json new file mode 100644 index 00000000..41dfce7d --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab004.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png new file mode 100644 index 00000000..74a2affb Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab004.imageset/waitingcrab004.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json new file mode 100644 index 00000000..ea7f253a --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab005.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png new file mode 100644 index 00000000..2ada577f Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab005.imageset/waitingcrab005.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json new file mode 100644 index 00000000..a35d1d93 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab006.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png new file mode 100644 index 00000000..119af595 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab006.imageset/waitingcrab006.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json new file mode 100644 index 00000000..f4b6ff34 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab007.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png new file mode 100644 index 00000000..173ce4ab Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab007.imageset/waitingcrab007.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json new file mode 100644 index 00000000..b67cd381 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab008.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png new file mode 100644 index 00000000..6739a283 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab008.imageset/waitingcrab008.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json new file mode 100644 index 00000000..c7309215 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab009.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png new file mode 100644 index 00000000..a38d3345 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab009.imageset/waitingcrab009.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json new file mode 100644 index 00000000..be407a57 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab010.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab010.imageset/waitingcrab010.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json new file mode 100644 index 00000000..7b966687 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab011.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab011.imageset/waitingcrab011.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json new file mode 100644 index 00000000..6aa1f516 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab012.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png new file mode 100644 index 00000000..b25945c1 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab012.imageset/waitingcrab012.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json new file mode 100644 index 00000000..801c6060 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab013.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png new file mode 100644 index 00000000..4913c042 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab013.imageset/waitingcrab013.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json new file mode 100644 index 00000000..775f4f55 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab014.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png new file mode 100644 index 00000000..f09f4ab6 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab014.imageset/waitingcrab014.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json new file mode 100644 index 00000000..059dbcdd --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab015.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png new file mode 100644 index 00000000..56a6ece4 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab015.imageset/waitingcrab015.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json new file mode 100644 index 00000000..0711fd7b --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab016.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png new file mode 100644 index 00000000..db8c6c18 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab016.imageset/waitingcrab016.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json new file mode 100644 index 00000000..eb7d5e98 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab017.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png new file mode 100644 index 00000000..328861b7 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab017.imageset/waitingcrab017.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json new file mode 100644 index 00000000..e03b5d2d --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab018.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png new file mode 100644 index 00000000..4cb0a7f9 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab018.imageset/waitingcrab018.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json new file mode 100644 index 00000000..3db4fee7 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab019.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png new file mode 100644 index 00000000..241c67c0 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab019.imageset/waitingcrab019.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json new file mode 100644 index 00000000..5d5e56ab --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab020.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png new file mode 100644 index 00000000..44aa5a52 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab020.imageset/waitingcrab020.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json new file mode 100644 index 00000000..9818dadb --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/Contents.json @@ -0,0 +1,12 @@ +{ + "images" : [ + { + "filename" : "waitingcrab021.png", + "idiom" : "universal" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png new file mode 100644 index 00000000..88df0cb0 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/WaitingCrab.spriteatlas/waitingcrab021.imageset/waitingcrab021.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/Contents.json new file mode 100644 index 00000000..3749084c --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "game_controller.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "game_controller@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "game_controller@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller.png b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller.png new file mode 100644 index 00000000..df0891d5 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller@2x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller@2x.png new file mode 100644 index 00000000..336e170d Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller@2x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller@3x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller@3x.png new file mode 100644 index 00000000..3b8ac924 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/game_controller.imageset/game_controller@3x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/Contents.json new file mode 100644 index 00000000..0a927f68 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "info.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "info@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "info@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info.png b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info.png new file mode 100644 index 00000000..64c0cb1e Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info@2x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info@2x.png new file mode 100644 index 00000000..c623f0b9 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info@2x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info@3x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info@3x.png new file mode 100644 index 00000000..1bf21719 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/info.imageset/info@3x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/Contents.json b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/Contents.json new file mode 100644 index 00000000..e30c46c5 --- /dev/null +++ b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "settings.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "settings@2x.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "settings@3x.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings.png b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings.png new file mode 100644 index 00000000..8f712b18 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings@2x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings@2x.png new file mode 100644 index 00000000..5ed4658a Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings@2x.png differ diff --git a/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings@3x.png b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings@3x.png new file mode 100644 index 00000000..674bea76 Binary files /dev/null and b/Contained-game/Contained-game/Resources/Assets.xcassets/settings.imageset/settings@3x.png differ diff --git a/Contained-game/Contained-game/Resources/SceneDelegate.swift b/Contained-game/Contained-game/Resources/SceneDelegate.swift new file mode 100644 index 00000000..124f40f5 --- /dev/null +++ b/Contained-game/Contained-game/Resources/SceneDelegate.swift @@ -0,0 +1,53 @@ +// +// SceneDelegate.swift +// Contained-game +// +// Created by Mike Nichols on 5/18/20. +// Copyright © 2020 Mike Nichols. All rights reserved. +// + +import UIKit + +class SceneDelegate: UIResponder, UIWindowSceneDelegate { + + var window: UIWindow? + + + func scene(_ scene: UIScene, willConnectTo session: UISceneSession, options connectionOptions: UIScene.ConnectionOptions) { + // Use this method to optionally configure and attach the UIWindow `window` to the provided UIWindowScene `scene`. + // If using a storyboard, the `window` property will automatically be initialized and attached to the scene. + // This delegate does not imply the connecting scene or session are new (see `application:configurationForConnectingSceneSession` instead). + guard let _ = (scene as? UIWindowScene) else { return } + } + + func sceneDidDisconnect(_ scene: UIScene) { + // Called as the scene is being released by the system. + // This occurs shortly after the scene enters the background, or when its session is discarded. + // Release any resources associated with this scene that can be re-created the next time the scene connects. + // The scene may re-connect later, as its session was not neccessarily discarded (see `application:didDiscardSceneSessions` instead). + } + + func sceneDidBecomeActive(_ scene: UIScene) { + // Called when the scene has moved from an inactive state to an active state. + // Use this method to restart any tasks that were paused (or not yet started) when the scene was inactive. + } + + func sceneWillResignActive(_ scene: UIScene) { + // Called when the scene will move from an active state to an inactive state. + // This may occur due to temporary interruptions (ex. an incoming phone call). + } + + func sceneWillEnterForeground(_ scene: UIScene) { + // Called as the scene transitions from the background to the foreground. + // Use this method to undo the changes made on entering the background. + } + + func sceneDidEnterBackground(_ scene: UIScene) { + // Called as the scene transitions from the foreground to the background. + // Use this method to save data, release shared resources, and store enough scene-specific state information + // to restore the scene back to its current state. + } + + +} + diff --git a/Contained-game/Contained-game/Storyboards/Base.lproj/LaunchScreen.storyboard b/Contained-game/Contained-game/Storyboards/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 00000000..865e9329 --- /dev/null +++ b/Contained-game/Contained-game/Storyboards/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Contained-game/Contained-game/Storyboards/Base.lproj/Main.storyboard b/Contained-game/Contained-game/Storyboards/Base.lproj/Main.storyboard new file mode 100644 index 00000000..f1614cdc --- /dev/null +++ b/Contained-game/Contained-game/Storyboards/Base.lproj/Main.storyboard @@ -0,0 +1,137 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/Contained-game/Contained-game/Storyboards/Info.storyboard b/Contained-game/Contained-game/Storyboards/Info.storyboard new file mode 100644 index 00000000..5d35f77c --- /dev/null +++ b/Contained-game/Contained-game/Storyboards/Info.storyboard @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +