diff --git a/LineageCollection/LineageCollection.xcodeproj/project.pbxproj b/LineageCollection/LineageCollection.xcodeproj/project.pbxproj new file mode 100644 index 0000000..b460901 --- /dev/null +++ b/LineageCollection/LineageCollection.xcodeproj/project.pbxproj @@ -0,0 +1,381 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 48; + objects = { + +/* Begin PBXBuildFile section */ + 1A72C90A1FF9E6BB00D0D465 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A72C9091FF9E6BB00D0D465 /* AppDelegate.swift */; }; + 1A72C90F1FF9E6BB00D0D465 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1A72C90D1FF9E6BB00D0D465 /* Main.storyboard */; }; + 1A72C9111FF9E6BB00D0D465 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 1A72C9101FF9E6BB00D0D465 /* Assets.xcassets */; }; + 1A72C9141FF9E6BB00D0D465 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 1A72C9121FF9E6BB00D0D465 /* LaunchScreen.storyboard */; }; + 1A72C91E1FF9E6D800D0D465 /* HomeViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A72C91C1FF9E6D800D0D465 /* HomeViewController.swift */; }; + 1A72C91F1FF9E6D800D0D465 /* HomeViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1A72C91D1FF9E6D800D0D465 /* HomeViewController.xib */; }; + 1A72C9221FFA196900D0D465 /* UIColor+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A72C9211FFA196900D0D465 /* UIColor+Extension.swift */; }; + 1A72C9271FFA1CFE00D0D465 /* CardViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A72C9251FFA1CFE00D0D465 /* CardViewCell.swift */; }; + 1A72C9281FFA1CFE00D0D465 /* CardViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1A72C9261FFA1CFE00D0D465 /* CardViewCell.xib */; }; + 1A72C92A1FFA1E4900D0D465 /* CardModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 1A72C9291FFA1E4900D0D465 /* CardModel.swift */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 1A72C9061FF9E6BB00D0D465 /* LineageCollection.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = LineageCollection.app; sourceTree = BUILT_PRODUCTS_DIR; }; + 1A72C9091FF9E6BB00D0D465 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = ""; }; + 1A72C90E1FF9E6BB00D0D465 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = ""; }; + 1A72C9101FF9E6BB00D0D465 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = ""; }; + 1A72C9131FF9E6BB00D0D465 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = ""; }; + 1A72C9151FF9E6BB00D0D465 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; + 1A72C91C1FF9E6D800D0D465 /* HomeViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HomeViewController.swift; sourceTree = ""; }; + 1A72C91D1FF9E6D800D0D465 /* HomeViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = HomeViewController.xib; sourceTree = ""; }; + 1A72C9211FFA196900D0D465 /* UIColor+Extension.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIColor+Extension.swift"; sourceTree = ""; }; + 1A72C9251FFA1CFE00D0D465 /* CardViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardViewCell.swift; sourceTree = ""; }; + 1A72C9261FFA1CFE00D0D465 /* CardViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = CardViewCell.xib; sourceTree = ""; }; + 1A72C9291FFA1E4900D0D465 /* CardModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = CardModel.swift; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1A72C9031FF9E6BB00D0D465 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1A72C8FD1FF9E6BB00D0D465 = { + isa = PBXGroup; + children = ( + 1A72C9081FF9E6BB00D0D465 /* LineageCollection */, + 1A72C9071FF9E6BB00D0D465 /* Products */, + ); + sourceTree = ""; + }; + 1A72C9071FF9E6BB00D0D465 /* Products */ = { + isa = PBXGroup; + children = ( + 1A72C9061FF9E6BB00D0D465 /* LineageCollection.app */, + ); + name = Products; + sourceTree = ""; + }; + 1A72C9081FF9E6BB00D0D465 /* LineageCollection */ = { + isa = PBXGroup; + children = ( + 1A72C9091FF9E6BB00D0D465 /* AppDelegate.swift */, + 1A72C9231FFA1C8C00D0D465 /* Model */, + 1A72C9241FFA1C9100D0D465 /* View */, + 1A72C91B1FF9E6C600D0D465 /* ViewController */, + 1A72C9201FFA195C00D0D465 /* Extension */, + 1A72C90D1FF9E6BB00D0D465 /* Main.storyboard */, + 1A72C9101FF9E6BB00D0D465 /* Assets.xcassets */, + 1A72C9121FF9E6BB00D0D465 /* LaunchScreen.storyboard */, + 1A72C9151FF9E6BB00D0D465 /* Info.plist */, + ); + path = LineageCollection; + sourceTree = ""; + }; + 1A72C91B1FF9E6C600D0D465 /* ViewController */ = { + isa = PBXGroup; + children = ( + 1A72C91C1FF9E6D800D0D465 /* HomeViewController.swift */, + 1A72C91D1FF9E6D800D0D465 /* HomeViewController.xib */, + ); + path = ViewController; + sourceTree = ""; + }; + 1A72C9201FFA195C00D0D465 /* Extension */ = { + isa = PBXGroup; + children = ( + 1A72C9211FFA196900D0D465 /* UIColor+Extension.swift */, + ); + path = Extension; + sourceTree = ""; + }; + 1A72C9231FFA1C8C00D0D465 /* Model */ = { + isa = PBXGroup; + children = ( + 1A72C9291FFA1E4900D0D465 /* CardModel.swift */, + ); + path = Model; + sourceTree = ""; + }; + 1A72C9241FFA1C9100D0D465 /* View */ = { + isa = PBXGroup; + children = ( + 1A72C9251FFA1CFE00D0D465 /* CardViewCell.swift */, + 1A72C9261FFA1CFE00D0D465 /* CardViewCell.xib */, + ); + path = View; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 1A72C9051FF9E6BB00D0D465 /* LineageCollection */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1A72C9181FF9E6BB00D0D465 /* Build configuration list for PBXNativeTarget "LineageCollection" */; + buildPhases = ( + 1A72C9021FF9E6BB00D0D465 /* Sources */, + 1A72C9031FF9E6BB00D0D465 /* Frameworks */, + 1A72C9041FF9E6BB00D0D465 /* Resources */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = LineageCollection; + productName = LineageCollection; + productReference = 1A72C9061FF9E6BB00D0D465 /* LineageCollection.app */; + productType = "com.apple.product-type.application"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 1A72C8FE1FF9E6BB00D0D465 /* Project object */ = { + isa = PBXProject; + attributes = { + LastSwiftUpdateCheck = 0920; + LastUpgradeCheck = 0920; + ORGANIZATIONNAME = "Don Chen"; + TargetAttributes = { + 1A72C9051FF9E6BB00D0D465 = { + CreatedOnToolsVersion = 9.2; + ProvisioningStyle = Automatic; + }; + }; + }; + buildConfigurationList = 1A72C9011FF9E6BB00D0D465 /* Build configuration list for PBXProject "LineageCollection" */; + compatibilityVersion = "Xcode 8.0"; + developmentRegion = en; + hasScannedForEncodings = 0; + knownRegions = ( + en, + Base, + ); + mainGroup = 1A72C8FD1FF9E6BB00D0D465; + productRefGroup = 1A72C9071FF9E6BB00D0D465 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 1A72C9051FF9E6BB00D0D465 /* LineageCollection */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXResourcesBuildPhase section */ + 1A72C9041FF9E6BB00D0D465 /* Resources */ = { + isa = PBXResourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A72C9141FF9E6BB00D0D465 /* LaunchScreen.storyboard in Resources */, + 1A72C9111FF9E6BB00D0D465 /* Assets.xcassets in Resources */, + 1A72C90F1FF9E6BB00D0D465 /* Main.storyboard in Resources */, + 1A72C91F1FF9E6D800D0D465 /* HomeViewController.xib in Resources */, + 1A72C9281FFA1CFE00D0D465 /* CardViewCell.xib in Resources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXResourcesBuildPhase section */ + +/* Begin PBXSourcesBuildPhase section */ + 1A72C9021FF9E6BB00D0D465 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1A72C9221FFA196900D0D465 /* UIColor+Extension.swift in Sources */, + 1A72C90A1FF9E6BB00D0D465 /* AppDelegate.swift in Sources */, + 1A72C9271FFA1CFE00D0D465 /* CardViewCell.swift in Sources */, + 1A72C91E1FF9E6D800D0D465 /* HomeViewController.swift in Sources */, + 1A72C92A1FFA1E4900D0D465 /* CardModel.swift in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin PBXVariantGroup section */ + 1A72C90D1FF9E6BB00D0D465 /* Main.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 1A72C90E1FF9E6BB00D0D465 /* Base */, + ); + name = Main.storyboard; + sourceTree = ""; + }; + 1A72C9121FF9E6BB00D0D465 /* LaunchScreen.storyboard */ = { + isa = PBXVariantGroup; + children = ( + 1A72C9131FF9E6BB00D0D465 /* Base */, + ); + name = LaunchScreen.storyboard; + sourceTree = ""; + }; +/* End PBXVariantGroup section */ + +/* Begin XCBuildConfiguration section */ + 1A72C9161FF9E6BB00D0D465 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = 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_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; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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 = 11.2; + MTL_ENABLE_DEBUG_INFO = YES; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = iphoneos; + SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; + SWIFT_OPTIMIZATION_LEVEL = "-Onone"; + }; + name = Debug; + }; + 1A72C9171FF9E6BB00D0D465 /* 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_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; + CLANG_WARN_BOOL_CONVERSION = YES; + CLANG_WARN_COMMA = YES; + CLANG_WARN_CONSTANT_CONVERSION = 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_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; + CODE_SIGN_IDENTITY = "iPhone Developer"; + 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 = 11.2; + MTL_ENABLE_DEBUG_INFO = NO; + SDKROOT = iphoneos; + SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; + VALIDATE_PRODUCT = YES; + }; + name = Release; + }; + 1A72C9191FF9E6BB00D0D465 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = DT8726CBX4; + INFOPLIST_FILE = LineageCollection/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = ios.devdon.com.LineageCollection; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Debug; + }; + 1A72C91A1FF9E6BB00D0D465 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; + CODE_SIGN_STYLE = Automatic; + DEVELOPMENT_TEAM = DT8726CBX4; + INFOPLIST_FILE = LineageCollection/Info.plist; + IPHONEOS_DEPLOYMENT_TARGET = 9.0; + LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks"; + PRODUCT_BUNDLE_IDENTIFIER = ios.devdon.com.LineageCollection; + PRODUCT_NAME = "$(TARGET_NAME)"; + SWIFT_VERSION = 4.0; + TARGETED_DEVICE_FAMILY = "1,2"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1A72C9011FF9E6BB00D0D465 /* Build configuration list for PBXProject "LineageCollection" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A72C9161FF9E6BB00D0D465 /* Debug */, + 1A72C9171FF9E6BB00D0D465 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1A72C9181FF9E6BB00D0D465 /* Build configuration list for PBXNativeTarget "LineageCollection" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1A72C9191FF9E6BB00D0D465 /* Debug */, + 1A72C91A1FF9E6BB00D0D465 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 1A72C8FE1FF9E6BB00D0D465 /* Project object */; +} diff --git a/LineageCollection/LineageCollection.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/LineageCollection/LineageCollection.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..a31b89c --- /dev/null +++ b/LineageCollection/LineageCollection.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/LineageCollection/LineageCollection/AppDelegate.swift b/LineageCollection/LineageCollection/AppDelegate.swift new file mode 100644 index 0000000..4fcd3f6 --- /dev/null +++ b/LineageCollection/LineageCollection/AppDelegate.swift @@ -0,0 +1,50 @@ +// +// AppDelegate.swift +// LineageCollection +// +// Created by don chen on 2018/1/1. +// Copyright © 2018年 Don Chen. All rights reserved. +// + +import UIKit + +@UIApplicationMain +class AppDelegate: UIResponder, UIApplicationDelegate { + + var window: UIWindow? + + + func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { + let VC = HomeViewController() + let NC = UINavigationController(rootViewController: VC) + NC.navigationBar.isTranslucent = false + window?.rootViewController = NC + + return true + } + + func applicationWillResignActive(_ application: UIApplication) { + // Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state. + // Use this method to pause ongoing tasks, disable timers, and invalidate graphics rendering callbacks. Games should use this method to pause the game. + } + + func applicationDidEnterBackground(_ application: UIApplication) { + // Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later. + // If your application supports background execution, this method is called instead of applicationWillTerminate: when the user quits. + } + + func applicationWillEnterForeground(_ application: UIApplication) { + // Called as part of the transition from the background to the active state; here you can undo many of the changes made on entering the background. + } + + func applicationDidBecomeActive(_ application: UIApplication) { + // Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface. + } + + func applicationWillTerminate(_ application: UIApplication) { + // Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:. + } + + +} + diff --git a/LineageCollection/LineageCollection/Assets.xcassets/AppIcon.appiconset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/AppIcon.appiconset/Contents.json new file mode 100644 index 0000000..d8db8d6 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/AppIcon.appiconset/Contents.json @@ -0,0 +1,98 @@ +{ + "images" : [ + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "20x20", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "29x29", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "40x40", + "scale" : "3x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "2x" + }, + { + "idiom" : "iphone", + "size" : "60x60", + "scale" : "3x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "20x20", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "29x29", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "40x40", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "1x" + }, + { + "idiom" : "ipad", + "size" : "76x76", + "scale" : "2x" + }, + { + "idiom" : "ipad", + "size" : "83.5x83.5", + "scale" : "2x" + }, + { + "idiom" : "ios-marketing", + "size" : "1024x1024", + "scale" : "1x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/buttons/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/buttons/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-black.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-black.imageset/Contents.json new file mode 100644 index 0000000..8c208ef --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-black.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "btn-black.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-black.imageset/btn-black.png b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-black.imageset/btn-black.png new file mode 100644 index 0000000..055b8f6 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-black.imageset/btn-black.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-blue.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-blue.imageset/Contents.json new file mode 100644 index 0000000..5359f0a --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-blue.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "btn-blue.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-blue.imageset/btn-blue.png b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-blue.imageset/btn-blue.png new file mode 100644 index 0000000..45a443e Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-blue.imageset/btn-blue.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-gray.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-gray.imageset/Contents.json new file mode 100644 index 0000000..15534d4 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-gray.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "btn-gray.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-gray.imageset/btn-gray.png b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-gray.imageset/btn-gray.png new file mode 100644 index 0000000..46e956b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-gray.imageset/btn-gray.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-green.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-green.imageset/Contents.json new file mode 100644 index 0000000..975d83e --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-green.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "btn-green.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-green.imageset/btn-green.png b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-green.imageset/btn-green.png new file mode 100644 index 0000000..b97617f Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-green.imageset/btn-green.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-red.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-red.imageset/Contents.json new file mode 100644 index 0000000..f848603 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-red.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "btn-red.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-red.imageset/btn-red.png b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-red.imageset/btn-red.png new file mode 100644 index 0000000..6a548a3 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-red.imageset/btn-red.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-yellow.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-yellow.imageset/Contents.json new file mode 100644 index 0000000..fce6626 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-yellow.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "btn-yellow.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-yellow.imageset/btn-yellow.png b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-yellow.imageset/btn-yellow.png new file mode 100644 index 0000000..2de39bb Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/buttons/btn-yellow.imageset/btn-yellow.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-banner.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-banner.imageset/Contents.json new file mode 100644 index 0000000..acc95a9 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-banner.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-banner.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-banner.imageset/img-banner.png b/LineageCollection/LineageCollection/Assets.xcassets/img-banner.imageset/img-banner.png new file mode 100644 index 0000000..cb5a599 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-banner.imageset/img-banner.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-bg.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-bg.imageset/Contents.json new file mode 100644 index 0000000..d3b8d3c --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-bg.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-bg.jpg", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-bg.imageset/img-bg.jpg b/LineageCollection/LineageCollection/Assets.xcassets/img-bg.imageset/img-bg.jpg new file mode 100644 index 0000000..3c22335 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-bg.imageset/img-bg.jpg differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blank.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blank.imageset/Contents.json new file mode 100644 index 0000000..9dfbc3d --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blank.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-bg-blank.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blank.imageset/img-card-bg-blank.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blank.imageset/img-card-bg-blank.png new file mode 100644 index 0000000..90915ff Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blank.imageset/img-card-bg-blank.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blue.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blue.imageset/Contents.json new file mode 100644 index 0000000..21263a7 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blue.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-bg-blue.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blue.imageset/img-card-bg-blue.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blue.imageset/img-card-bg-blue.png new file mode 100644 index 0000000..8ea715d Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-blue.imageset/img-card-bg-blue.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-gray.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-gray.imageset/Contents.json new file mode 100644 index 0000000..7c0f52e --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-gray.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-bg-gray.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-gray.imageset/img-card-bg-gray.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-gray.imageset/img-card-bg-gray.png new file mode 100644 index 0000000..6d23fba Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-gray.imageset/img-card-bg-gray.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-green.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-green.imageset/Contents.json new file mode 100644 index 0000000..b81255f --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-green.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-bg-green.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-green.imageset/img-card-bg-green.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-green.imageset/img-card-bg-green.png new file mode 100644 index 0000000..b348b1d Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-green.imageset/img-card-bg-green.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-red.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-red.imageset/Contents.json new file mode 100644 index 0000000..139d88e --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-red.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-bg-red.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-red.imageset/img-card-bg-red.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-red.imageset/img-card-bg-red.png new file mode 100644 index 0000000..65712f3 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-bg/img-card-bg-red.imageset/img-card-bg-red.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-blue.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-blue.imageset/Contents.json new file mode 100644 index 0000000..1035ff8 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-blue.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-border-blue.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-blue.imageset/img-card-border-blue.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-blue.imageset/img-card-border-blue.png new file mode 100644 index 0000000..aeefbab Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-blue.imageset/img-card-border-blue.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-gray.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-gray.imageset/Contents.json new file mode 100644 index 0000000..7451ac9 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-gray.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-border-gray.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-gray.imageset/img-card-border-gray.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-gray.imageset/img-card-border-gray.png new file mode 100644 index 0000000..f406081 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-gray.imageset/img-card-border-gray.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-green.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-green.imageset/Contents.json new file mode 100644 index 0000000..d008de7 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-green.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-border-green.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-green.imageset/img-card-border-green.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-green.imageset/img-card-border-green.png new file mode 100644 index 0000000..12d91a8 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-green.imageset/img-card-border-green.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-red.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-red.imageset/Contents.json new file mode 100644 index 0000000..aede97a --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-red.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-border-red.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-red.imageset/img-card-border-red.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-red.imageset/img-card-border-red.png new file mode 100644 index 0000000..20ac93a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-red.imageset/img-card-border-red.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-white.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-white.imageset/Contents.json new file mode 100644 index 0000000..64f1cdc --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-white.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "img-card-border-white.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-white.imageset/img-card-border-white.png b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-white.imageset/img-card-border-white.png new file mode 100644 index 0000000..fa68f46 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/img-card-border/img-card-border-white.imageset/img-card-border-white.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/Contents.json new file mode 100644 index 0000000..da4a164 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-1.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-1.imageset/Contents.json new file mode 100644 index 0000000..c844e6d --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-1.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-1.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-1.imageset/monster-1.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-1.imageset/monster-1.png new file mode 100644 index 0000000..d3f0777 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-1.imageset/monster-1.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-10.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-10.imageset/Contents.json new file mode 100644 index 0000000..ee38f0a --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-10.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-10.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-10.imageset/monster-10.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-10.imageset/monster-10.png new file mode 100644 index 0000000..897059f Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-10.imageset/monster-10.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-11.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-11.imageset/Contents.json new file mode 100644 index 0000000..2ffac02 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-11.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-11.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-11.imageset/monster-11.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-11.imageset/monster-11.png new file mode 100644 index 0000000..1e8caa9 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-11.imageset/monster-11.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-12.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-12.imageset/Contents.json new file mode 100644 index 0000000..97ddf2d --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-12.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-12.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-12.imageset/monster-12.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-12.imageset/monster-12.png new file mode 100644 index 0000000..a067ce4 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-12.imageset/monster-12.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-13.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-13.imageset/Contents.json new file mode 100644 index 0000000..571e3b3 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-13.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-13.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-13.imageset/monster-13.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-13.imageset/monster-13.png new file mode 100644 index 0000000..38809d0 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-13.imageset/monster-13.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-14.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-14.imageset/Contents.json new file mode 100644 index 0000000..762fa66 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-14.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-14.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-14.imageset/monster-14.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-14.imageset/monster-14.png new file mode 100644 index 0000000..8960bc2 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-14.imageset/monster-14.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-15.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-15.imageset/Contents.json new file mode 100644 index 0000000..4425859 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-15.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-15.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-15.imageset/monster-15.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-15.imageset/monster-15.png new file mode 100644 index 0000000..8c384ec Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-15.imageset/monster-15.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-16.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-16.imageset/Contents.json new file mode 100644 index 0000000..da343cb --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-16.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-16.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-16.imageset/monster-16.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-16.imageset/monster-16.png new file mode 100644 index 0000000..11fc924 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-16.imageset/monster-16.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-17.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-17.imageset/Contents.json new file mode 100644 index 0000000..f8ab43f --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-17.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-17.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-17.imageset/monster-17.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-17.imageset/monster-17.png new file mode 100644 index 0000000..138964f Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-17.imageset/monster-17.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-18.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-18.imageset/Contents.json new file mode 100644 index 0000000..ff7815e --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-18.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-18.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-18.imageset/monster-18.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-18.imageset/monster-18.png new file mode 100644 index 0000000..25b6753 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-18.imageset/monster-18.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-19.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-19.imageset/Contents.json new file mode 100644 index 0000000..4dbe7ae --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-19.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-19.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-19.imageset/monster-19.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-19.imageset/monster-19.png new file mode 100644 index 0000000..e65dc10 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-19.imageset/monster-19.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-2.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-2.imageset/Contents.json new file mode 100644 index 0000000..bd18452 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-2.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-2.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-2.imageset/monster-2.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-2.imageset/monster-2.png new file mode 100644 index 0000000..17f5be4 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-2.imageset/monster-2.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-20.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-20.imageset/Contents.json new file mode 100644 index 0000000..d43620f --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-20.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-20.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-20.imageset/monster-20.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-20.imageset/monster-20.png new file mode 100644 index 0000000..ffc9a1b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-20.imageset/monster-20.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-21.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-21.imageset/Contents.json new file mode 100644 index 0000000..146d031 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-21.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-21.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-21.imageset/monster-21.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-21.imageset/monster-21.png new file mode 100644 index 0000000..07bfdd1 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-21.imageset/monster-21.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-22.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-22.imageset/Contents.json new file mode 100644 index 0000000..b8c7107 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-22.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-22.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-22.imageset/monster-22.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-22.imageset/monster-22.png new file mode 100644 index 0000000..1e60111 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-22.imageset/monster-22.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-23.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-23.imageset/Contents.json new file mode 100644 index 0000000..be31b19 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-23.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-23.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-23.imageset/monster-23.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-23.imageset/monster-23.png new file mode 100644 index 0000000..fff65c4 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-23.imageset/monster-23.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-24.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-24.imageset/Contents.json new file mode 100644 index 0000000..7c07803 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-24.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-24.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-24.imageset/monster-24.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-24.imageset/monster-24.png new file mode 100644 index 0000000..a80c987 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-24.imageset/monster-24.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-25.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-25.imageset/Contents.json new file mode 100644 index 0000000..6aa54ab --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-25.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-25.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-25.imageset/monster-25.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-25.imageset/monster-25.png new file mode 100644 index 0000000..fab9859 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-25.imageset/monster-25.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-26.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-26.imageset/Contents.json new file mode 100644 index 0000000..1c9d71d --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-26.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-26.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-26.imageset/monster-26.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-26.imageset/monster-26.png new file mode 100644 index 0000000..5e959be Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-26.imageset/monster-26.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-27.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-27.imageset/Contents.json new file mode 100644 index 0000000..dd07c57 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-27.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-27.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-27.imageset/monster-27.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-27.imageset/monster-27.png new file mode 100644 index 0000000..1c84f24 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-27.imageset/monster-27.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-28.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-28.imageset/Contents.json new file mode 100644 index 0000000..ddd4a37 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-28.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-28.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-28.imageset/monster-28.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-28.imageset/monster-28.png new file mode 100644 index 0000000..ed108e9 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-28.imageset/monster-28.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-29.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-29.imageset/Contents.json new file mode 100644 index 0000000..982ca50 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-29.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-29.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-29.imageset/monster-29.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-29.imageset/monster-29.png new file mode 100644 index 0000000..6df3002 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-29.imageset/monster-29.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-3.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-3.imageset/Contents.json new file mode 100644 index 0000000..821d677 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-3.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-3.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-3.imageset/monster-3.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-3.imageset/monster-3.png new file mode 100644 index 0000000..0e3613b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-3.imageset/monster-3.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-30.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-30.imageset/Contents.json new file mode 100644 index 0000000..a68a46b --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-30.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-30.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-30.imageset/monster-30.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-30.imageset/monster-30.png new file mode 100644 index 0000000..6eb2e54 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-30.imageset/monster-30.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-31.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-31.imageset/Contents.json new file mode 100644 index 0000000..6057ed6 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-31.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-31.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-31.imageset/monster-31.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-31.imageset/monster-31.png new file mode 100644 index 0000000..bf6be20 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-31.imageset/monster-31.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-32.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-32.imageset/Contents.json new file mode 100644 index 0000000..bf19ead --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-32.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-32.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-32.imageset/monster-32.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-32.imageset/monster-32.png new file mode 100644 index 0000000..d1adf29 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-32.imageset/monster-32.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-33.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-33.imageset/Contents.json new file mode 100644 index 0000000..f2c7160 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-33.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-33.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-33.imageset/monster-33.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-33.imageset/monster-33.png new file mode 100644 index 0000000..a9abf6a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-33.imageset/monster-33.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-34.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-34.imageset/Contents.json new file mode 100644 index 0000000..6ae9dd0 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-34.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-34.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-34.imageset/monster-34.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-34.imageset/monster-34.png new file mode 100644 index 0000000..4b25d8e Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-34.imageset/monster-34.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-35.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-35.imageset/Contents.json new file mode 100644 index 0000000..720359a --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-35.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-35.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-35.imageset/monster-35.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-35.imageset/monster-35.png new file mode 100644 index 0000000..8e7e218 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-35.imageset/monster-35.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-36.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-36.imageset/Contents.json new file mode 100644 index 0000000..1933f56 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-36.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-36.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-36.imageset/monster-36.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-36.imageset/monster-36.png new file mode 100644 index 0000000..e61bd25 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-36.imageset/monster-36.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-37.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-37.imageset/Contents.json new file mode 100644 index 0000000..8a49936 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-37.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-37.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-37.imageset/monster-37.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-37.imageset/monster-37.png new file mode 100644 index 0000000..8a8e9ff Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-37.imageset/monster-37.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-38.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-38.imageset/Contents.json new file mode 100644 index 0000000..8c2dabe --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-38.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-38.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-38.imageset/monster-38.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-38.imageset/monster-38.png new file mode 100644 index 0000000..1a148a3 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-38.imageset/monster-38.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-39.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-39.imageset/Contents.json new file mode 100644 index 0000000..ea94c8f --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-39.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-39.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-39.imageset/monster-39.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-39.imageset/monster-39.png new file mode 100644 index 0000000..c538dd5 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-39.imageset/monster-39.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-4.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-4.imageset/Contents.json new file mode 100644 index 0000000..8a78ba3 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-4.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-4.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-4.imageset/monster-4.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-4.imageset/monster-4.png new file mode 100644 index 0000000..5dc35a2 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-4.imageset/monster-4.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-40.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-40.imageset/Contents.json new file mode 100644 index 0000000..96b40ab --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-40.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-40.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-40.imageset/monster-40.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-40.imageset/monster-40.png new file mode 100644 index 0000000..b84e301 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-40.imageset/monster-40.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-41.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-41.imageset/Contents.json new file mode 100644 index 0000000..cc75cf5 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-41.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-41.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-41.imageset/monster-41.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-41.imageset/monster-41.png new file mode 100644 index 0000000..442cd12 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-41.imageset/monster-41.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-42.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-42.imageset/Contents.json new file mode 100644 index 0000000..ab55a75 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-42.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-42.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-42.imageset/monster-42.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-42.imageset/monster-42.png new file mode 100644 index 0000000..ce79b31 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-42.imageset/monster-42.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-43.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-43.imageset/Contents.json new file mode 100644 index 0000000..19422bb --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-43.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-43.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-43.imageset/monster-43.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-43.imageset/monster-43.png new file mode 100644 index 0000000..98e8ee7 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-43.imageset/monster-43.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-44.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-44.imageset/Contents.json new file mode 100644 index 0000000..5e7466f --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-44.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-44.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-44.imageset/monster-44.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-44.imageset/monster-44.png new file mode 100644 index 0000000..965e0f5 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-44.imageset/monster-44.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-45.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-45.imageset/Contents.json new file mode 100644 index 0000000..1d281ee --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-45.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-45.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-45.imageset/monster-45.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-45.imageset/monster-45.png new file mode 100644 index 0000000..cfec7d9 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-45.imageset/monster-45.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-46.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-46.imageset/Contents.json new file mode 100644 index 0000000..bf7ba02 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-46.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-46.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-46.imageset/monster-46.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-46.imageset/monster-46.png new file mode 100644 index 0000000..4f94edd Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-46.imageset/monster-46.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-47.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-47.imageset/Contents.json new file mode 100644 index 0000000..12e930c --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-47.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-47.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-47.imageset/monster-47.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-47.imageset/monster-47.png new file mode 100644 index 0000000..9ed340c Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-47.imageset/monster-47.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-48.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-48.imageset/Contents.json new file mode 100644 index 0000000..3ccd965 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-48.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-48.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-48.imageset/monster-48.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-48.imageset/monster-48.png new file mode 100644 index 0000000..529b86a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-48.imageset/monster-48.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-49.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-49.imageset/Contents.json new file mode 100644 index 0000000..1da87a4 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-49.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-49.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-49.imageset/monster-49.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-49.imageset/monster-49.png new file mode 100644 index 0000000..8aee91b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-49.imageset/monster-49.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-5.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-5.imageset/Contents.json new file mode 100644 index 0000000..14e29a3 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-5.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-5.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-5.imageset/monster-5.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-5.imageset/monster-5.png new file mode 100644 index 0000000..654db3c Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-5.imageset/monster-5.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-50.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-50.imageset/Contents.json new file mode 100644 index 0000000..1e607ff --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-50.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-50.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-50.imageset/monster-50.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-50.imageset/monster-50.png new file mode 100644 index 0000000..790a82a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-50.imageset/monster-50.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-51.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-51.imageset/Contents.json new file mode 100644 index 0000000..4f7d874 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-51.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-51.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-51.imageset/monster-51.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-51.imageset/monster-51.png new file mode 100644 index 0000000..7e0f53b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-51.imageset/monster-51.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-52.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-52.imageset/Contents.json new file mode 100644 index 0000000..f1f020c --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-52.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-52.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-52.imageset/monster-52.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-52.imageset/monster-52.png new file mode 100644 index 0000000..ae4482a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-52.imageset/monster-52.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-53.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-53.imageset/Contents.json new file mode 100644 index 0000000..564ecde --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-53.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-53.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-53.imageset/monster-53.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-53.imageset/monster-53.png new file mode 100644 index 0000000..bc7925e Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-53.imageset/monster-53.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-54.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-54.imageset/Contents.json new file mode 100644 index 0000000..8b9ee78 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-54.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-54.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-54.imageset/monster-54.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-54.imageset/monster-54.png new file mode 100644 index 0000000..e97d6f5 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-54.imageset/monster-54.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-55.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-55.imageset/Contents.json new file mode 100644 index 0000000..989c707 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-55.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-55.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-55.imageset/monster-55.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-55.imageset/monster-55.png new file mode 100644 index 0000000..726e138 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-55.imageset/monster-55.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-56.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-56.imageset/Contents.json new file mode 100644 index 0000000..3e683a7 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-56.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-56.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-56.imageset/monster-56.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-56.imageset/monster-56.png new file mode 100644 index 0000000..c638615 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-56.imageset/monster-56.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-57.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-57.imageset/Contents.json new file mode 100644 index 0000000..1b9add5 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-57.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-57.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-57.imageset/monster-57.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-57.imageset/monster-57.png new file mode 100644 index 0000000..ca6161a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-57.imageset/monster-57.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-58.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-58.imageset/Contents.json new file mode 100644 index 0000000..9f90198 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-58.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-58.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-58.imageset/monster-58.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-58.imageset/monster-58.png new file mode 100644 index 0000000..d5200e5 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-58.imageset/monster-58.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-59.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-59.imageset/Contents.json new file mode 100644 index 0000000..15c7c05 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-59.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-59.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-59.imageset/monster-59.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-59.imageset/monster-59.png new file mode 100644 index 0000000..6f1f512 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-59.imageset/monster-59.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-6.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-6.imageset/Contents.json new file mode 100644 index 0000000..d1eca31 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-6.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-6.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-6.imageset/monster-6.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-6.imageset/monster-6.png new file mode 100644 index 0000000..891bfec Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-6.imageset/monster-6.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-60.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-60.imageset/Contents.json new file mode 100644 index 0000000..6e06ad9 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-60.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-60.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-60.imageset/monster-60.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-60.imageset/monster-60.png new file mode 100644 index 0000000..931932f Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-60.imageset/monster-60.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-61.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-61.imageset/Contents.json new file mode 100644 index 0000000..1556f4a --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-61.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-61.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-61.imageset/monster-61.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-61.imageset/monster-61.png new file mode 100644 index 0000000..8953e68 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-61.imageset/monster-61.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-62.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-62.imageset/Contents.json new file mode 100644 index 0000000..ebb8733 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-62.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-62.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-62.imageset/monster-62.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-62.imageset/monster-62.png new file mode 100644 index 0000000..bc35277 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-62.imageset/monster-62.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-63.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-63.imageset/Contents.json new file mode 100644 index 0000000..6e486a6 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-63.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-63.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-63.imageset/monster-63.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-63.imageset/monster-63.png new file mode 100644 index 0000000..efebb2a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-63.imageset/monster-63.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-64.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-64.imageset/Contents.json new file mode 100644 index 0000000..f4102e4 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-64.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-64.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-64.imageset/monster-64.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-64.imageset/monster-64.png new file mode 100644 index 0000000..f867373 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-64.imageset/monster-64.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-65.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-65.imageset/Contents.json new file mode 100644 index 0000000..7fbfc1d --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-65.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-65.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-65.imageset/monster-65.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-65.imageset/monster-65.png new file mode 100644 index 0000000..91cca30 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-65.imageset/monster-65.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-66.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-66.imageset/Contents.json new file mode 100644 index 0000000..45de757 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-66.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-66.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-66.imageset/monster-66.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-66.imageset/monster-66.png new file mode 100644 index 0000000..8d82752 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-66.imageset/monster-66.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-67.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-67.imageset/Contents.json new file mode 100644 index 0000000..9c1d4ac --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-67.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-67.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-67.imageset/monster-67.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-67.imageset/monster-67.png new file mode 100644 index 0000000..5bd78b9 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-67.imageset/monster-67.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-68.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-68.imageset/Contents.json new file mode 100644 index 0000000..ca842da --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-68.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-68.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-68.imageset/monster-68.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-68.imageset/monster-68.png new file mode 100644 index 0000000..17661d5 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-68.imageset/monster-68.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-69.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-69.imageset/Contents.json new file mode 100644 index 0000000..ecbfbab --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-69.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-69.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-69.imageset/monster-69.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-69.imageset/monster-69.png new file mode 100644 index 0000000..e1b59ef Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-69.imageset/monster-69.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-7.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-7.imageset/Contents.json new file mode 100644 index 0000000..cb65da9 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-7.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-7.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-7.imageset/monster-7.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-7.imageset/monster-7.png new file mode 100644 index 0000000..b112a43 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-7.imageset/monster-7.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-70.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-70.imageset/Contents.json new file mode 100644 index 0000000..5a603a5 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-70.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-70.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-70.imageset/monster-70.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-70.imageset/monster-70.png new file mode 100644 index 0000000..b51fb59 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-70.imageset/monster-70.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-71.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-71.imageset/Contents.json new file mode 100644 index 0000000..9432b50 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-71.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-71.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-71.imageset/monster-71.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-71.imageset/monster-71.png new file mode 100644 index 0000000..8cda7d6 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-71.imageset/monster-71.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-72.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-72.imageset/Contents.json new file mode 100644 index 0000000..7626062 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-72.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-72.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-72.imageset/monster-72.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-72.imageset/monster-72.png new file mode 100644 index 0000000..c7f9c56 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-72.imageset/monster-72.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-73.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-73.imageset/Contents.json new file mode 100644 index 0000000..5e0bfb5 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-73.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-73.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-73.imageset/monster-73.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-73.imageset/monster-73.png new file mode 100644 index 0000000..6f89d3b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-73.imageset/monster-73.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-74.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-74.imageset/Contents.json new file mode 100644 index 0000000..b4e86b7 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-74.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-74.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-74.imageset/monster-74.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-74.imageset/monster-74.png new file mode 100644 index 0000000..67765da Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-74.imageset/monster-74.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-75.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-75.imageset/Contents.json new file mode 100644 index 0000000..c9affa2 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-75.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-75.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-75.imageset/monster-75.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-75.imageset/monster-75.png new file mode 100644 index 0000000..c48c5f9 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-75.imageset/monster-75.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-76.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-76.imageset/Contents.json new file mode 100644 index 0000000..8ddfe33 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-76.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-76.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-76.imageset/monster-76.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-76.imageset/monster-76.png new file mode 100644 index 0000000..5c4ccac Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-76.imageset/monster-76.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-77.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-77.imageset/Contents.json new file mode 100644 index 0000000..6df1fab --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-77.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-77.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-77.imageset/monster-77.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-77.imageset/monster-77.png new file mode 100644 index 0000000..7a1f13b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-77.imageset/monster-77.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-78.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-78.imageset/Contents.json new file mode 100644 index 0000000..2cde281 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-78.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-78.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-78.imageset/monster-78.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-78.imageset/monster-78.png new file mode 100644 index 0000000..4b6b238 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-78.imageset/monster-78.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-79.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-79.imageset/Contents.json new file mode 100644 index 0000000..07bcd48 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-79.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-79.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-79.imageset/monster-79.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-79.imageset/monster-79.png new file mode 100644 index 0000000..56987a6 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-79.imageset/monster-79.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-8.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-8.imageset/Contents.json new file mode 100644 index 0000000..d894f68 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-8.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-8.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-8.imageset/monster-8.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-8.imageset/monster-8.png new file mode 100644 index 0000000..a260e3d Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-8.imageset/monster-8.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-80.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-80.imageset/Contents.json new file mode 100644 index 0000000..ca68b35 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-80.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-80.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-80.imageset/monster-80.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-80.imageset/monster-80.png new file mode 100644 index 0000000..ab3e597 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-80.imageset/monster-80.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-81.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-81.imageset/Contents.json new file mode 100644 index 0000000..d2c765a --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-81.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-81.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-81.imageset/monster-81.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-81.imageset/monster-81.png new file mode 100644 index 0000000..f4150c6 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-81.imageset/monster-81.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-82.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-82.imageset/Contents.json new file mode 100644 index 0000000..0f02525 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-82.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-82.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-82.imageset/monster-82.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-82.imageset/monster-82.png new file mode 100644 index 0000000..43dc4ff Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-82.imageset/monster-82.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-83.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-83.imageset/Contents.json new file mode 100644 index 0000000..ce02de3 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-83.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-83.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-83.imageset/monster-83.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-83.imageset/monster-83.png new file mode 100644 index 0000000..08c4ac7 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-83.imageset/monster-83.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-84.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-84.imageset/Contents.json new file mode 100644 index 0000000..6c5285b --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-84.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-84.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-84.imageset/monster-84.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-84.imageset/monster-84.png new file mode 100644 index 0000000..4f480ee Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-84.imageset/monster-84.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-85.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-85.imageset/Contents.json new file mode 100644 index 0000000..2e113eb --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-85.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-85.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-85.imageset/monster-85.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-85.imageset/monster-85.png new file mode 100644 index 0000000..c73435a Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-85.imageset/monster-85.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-86.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-86.imageset/Contents.json new file mode 100644 index 0000000..ee30d44 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-86.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-86.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-86.imageset/monster-86.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-86.imageset/monster-86.png new file mode 100644 index 0000000..96fbb3f Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-86.imageset/monster-86.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-87.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-87.imageset/Contents.json new file mode 100644 index 0000000..e11c420 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-87.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-87.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-87.imageset/monster-87.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-87.imageset/monster-87.png new file mode 100644 index 0000000..3c3912b Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-87.imageset/monster-87.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-88.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-88.imageset/Contents.json new file mode 100644 index 0000000..bb62cdb --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-88.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-88.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-88.imageset/monster-88.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-88.imageset/monster-88.png new file mode 100644 index 0000000..e052be3 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-88.imageset/monster-88.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-89.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-89.imageset/Contents.json new file mode 100644 index 0000000..75f5b76 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-89.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-89.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-89.imageset/monster-89.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-89.imageset/monster-89.png new file mode 100644 index 0000000..429d077 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-89.imageset/monster-89.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-9.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-9.imageset/Contents.json new file mode 100644 index 0000000..0f7d3cd --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-9.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-9.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-9.imageset/monster-9.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-9.imageset/monster-9.png new file mode 100644 index 0000000..a8e0818 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-9.imageset/monster-9.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-90.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-90.imageset/Contents.json new file mode 100644 index 0000000..0d34687 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-90.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-90.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-90.imageset/monster-90.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-90.imageset/monster-90.png new file mode 100644 index 0000000..f6f13bc Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-90.imageset/monster-90.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-91.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-91.imageset/Contents.json new file mode 100644 index 0000000..4f1a30d --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-91.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-91.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-91.imageset/monster-91.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-91.imageset/monster-91.png new file mode 100644 index 0000000..c6a5157 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-91.imageset/monster-91.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-92.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-92.imageset/Contents.json new file mode 100644 index 0000000..8019c3e --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-92.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-92.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-92.imageset/monster-92.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-92.imageset/monster-92.png new file mode 100644 index 0000000..419e254 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-92.imageset/monster-92.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-93.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-93.imageset/Contents.json new file mode 100644 index 0000000..531d82e --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-93.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-93.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-93.imageset/monster-93.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-93.imageset/monster-93.png new file mode 100644 index 0000000..3878e78 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-93.imageset/monster-93.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-94.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-94.imageset/Contents.json new file mode 100644 index 0000000..f628c38 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-94.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-94.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-94.imageset/monster-94.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-94.imageset/monster-94.png new file mode 100644 index 0000000..ec8c860 Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-94.imageset/monster-94.png differ diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-95.imageset/Contents.json b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-95.imageset/Contents.json new file mode 100644 index 0000000..79a7848 --- /dev/null +++ b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-95.imageset/Contents.json @@ -0,0 +1,21 @@ +{ + "images" : [ + { + "idiom" : "universal", + "filename" : "monster-95.png", + "scale" : "1x" + }, + { + "idiom" : "universal", + "scale" : "2x" + }, + { + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "version" : 1, + "author" : "xcode" + } +} \ No newline at end of file diff --git a/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-95.imageset/monster-95.png b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-95.imageset/monster-95.png new file mode 100644 index 0000000..e71120f Binary files /dev/null and b/LineageCollection/LineageCollection/Assets.xcassets/monsters/monster-95.imageset/monster-95.png differ diff --git a/LineageCollection/LineageCollection/Base.lproj/LaunchScreen.storyboard b/LineageCollection/LineageCollection/Base.lproj/LaunchScreen.storyboard new file mode 100644 index 0000000..f83f6fd --- /dev/null +++ b/LineageCollection/LineageCollection/Base.lproj/LaunchScreen.storyboard @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LineageCollection/LineageCollection/Base.lproj/Main.storyboard b/LineageCollection/LineageCollection/Base.lproj/Main.storyboard new file mode 100644 index 0000000..03c13c2 --- /dev/null +++ b/LineageCollection/LineageCollection/Base.lproj/Main.storyboard @@ -0,0 +1,24 @@ + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LineageCollection/LineageCollection/Extension/UIColor+Extension.swift b/LineageCollection/LineageCollection/Extension/UIColor+Extension.swift new file mode 100644 index 0000000..f780f42 --- /dev/null +++ b/LineageCollection/LineageCollection/Extension/UIColor+Extension.swift @@ -0,0 +1,19 @@ +// +// UIColor+Extension.swift +// LineageCollection +// +// Created by don chen on 2018/1/1. +// Copyright © 2018年 Don Chen. All rights reserved. +// + +import UIKit + +extension UIColor { + static let linWhite = UIColor(red: 225/255, green: 225/255, blue: 225/255, alpha: 1.0) + static let linGray = UIColor(red: 132/255, green: 132/255, blue: 132/255, alpha: 1.0) + static let linGreen = UIColor(red: 38/255, green: 138/255, blue: 20/255, alpha: 1.0) + static let linYellow = UIColor(red: 1.0, green: 247/255, blue: 195/255, alpha: 1.0) + static let linBlue = UIColor(red: 27/255, green: 118/225, blue: 168/255, alpha: 1.0) + static let linRed = UIColor(red: 194/255, green: 33/255, blue: 43/255, alpha: 1.0) + +} diff --git a/LineageCollection/LineageCollection/Info.plist b/LineageCollection/LineageCollection/Info.plist new file mode 100644 index 0000000..7fce144 --- /dev/null +++ b/LineageCollection/LineageCollection/Info.plist @@ -0,0 +1,43 @@ + + + + + CFBundleDevelopmentRegion + $(DEVELOPMENT_LANGUAGE) + CFBundleExecutable + $(EXECUTABLE_NAME) + CFBundleIdentifier + $(PRODUCT_BUNDLE_IDENTIFIER) + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + $(PRODUCT_NAME) + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1 + LSRequiresIPhoneOS + + UILaunchStoryboardName + LaunchScreen + UIMainStoryboardFile + Main + UIRequiredDeviceCapabilities + + armv7 + + UISupportedInterfaceOrientations + + UIInterfaceOrientationLandscapeLeft + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + + diff --git a/LineageCollection/LineageCollection/Model/CardModel.swift b/LineageCollection/LineageCollection/Model/CardModel.swift new file mode 100644 index 0000000..214eff5 --- /dev/null +++ b/LineageCollection/LineageCollection/Model/CardModel.swift @@ -0,0 +1,22 @@ +// +// CardModel.swift +// LineageCollection +// +// Created by don chen on 2018/1/1. +// Copyright © 2018年 Don Chen. All rights reserved. +// + +import UIKit + +enum CardLevel { + case all + case gray + case green + case blue + case red +} + +struct CardModel { + var level:CardLevel + var image:UIImage +} diff --git a/LineageCollection/LineageCollection/View/CardViewCell.swift b/LineageCollection/LineageCollection/View/CardViewCell.swift new file mode 100644 index 0000000..0ed31c4 --- /dev/null +++ b/LineageCollection/LineageCollection/View/CardViewCell.swift @@ -0,0 +1,45 @@ +// +// CardViewCell.swift +// LineageCollection +// +// Created by don chen on 2018/1/1. +// Copyright © 2018年 Don Chen. All rights reserved. +// + +import UIKit + +class CardViewCell: UICollectionViewCell { + + @IBOutlet weak var bgImageView: UIImageView! + @IBOutlet weak var monsterImageView: UIImageView! + + var model:Any? + + override func awakeFromNib() { + super.awakeFromNib() + // Initialization code + } + + func loadContent() { + if let data = model as? CardModel { + switch data.level { + case .gray: + bgImageView.image = UIImage(named: "img-card-bg-gray") + + case .green: + bgImageView.image = UIImage(named: "img-card-bg-green") + + case .blue: + bgImageView.image = UIImage(named: "img-card-bg-blue") + + case .red: + bgImageView.image = UIImage(named: "img-card-bg-red") + + default: break + } + monsterImageView.image = data.image + } + + } + +} diff --git a/LineageCollection/LineageCollection/View/CardViewCell.xib b/LineageCollection/LineageCollection/View/CardViewCell.xib new file mode 100644 index 0000000..082ef0b --- /dev/null +++ b/LineageCollection/LineageCollection/View/CardViewCell.xib @@ -0,0 +1,47 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/LineageCollection/LineageCollection/ViewController/HomeViewController.swift b/LineageCollection/LineageCollection/ViewController/HomeViewController.swift new file mode 100644 index 0000000..837aef2 --- /dev/null +++ b/LineageCollection/LineageCollection/ViewController/HomeViewController.swift @@ -0,0 +1,179 @@ +// +// HomeViewController.swift +// LineageCollection +// +// Created by don chen on 2018/1/1. +// Copyright © 2018年 Don Chen. All rights reserved. +// + +import UIKit + +class HomeViewController: UIViewController { + + @IBOutlet weak var filterAllButton: UIButton! + @IBOutlet weak var filterRedButton: UIButton! + @IBOutlet weak var filterBlueButton: UIButton! + @IBOutlet weak var filterGreenButton: UIButton! + @IBOutlet weak var filterGrayButton: UIButton! + + @IBOutlet weak var collectionView: UICollectionView! + + var cards = [CardModel]() + var filterdCards = [CardModel]() + var currentFilterLevel:CardLevel = .all + + override func viewDidLoad() { + super.viewDidLoad() + title = "Lineage Collection" + + let cellNib = UINib(nibName: "CardViewCell", bundle: nil) + collectionView.register(cellNib, forCellWithReuseIdentifier: "cardCell") + + setupCards() + } + + private func setupCards() { + for i in 1...95 { + let randomNumber = arc4random_uniform(4) + var cardLevel:CardLevel = .gray + switch randomNumber % 4 { + case 0: cardLevel = .gray + case 1: cardLevel = .green + case 2: cardLevel = .blue + case 3: cardLevel = .red + default: break + } + + let card = CardModel(level: cardLevel, image: UIImage(named:"monster-\(i)")!) + cards.append(card) + } + + filterdCards = cards + } + + + @IBAction func filterAllClickHandler(_ sender: Any) { + switchFilterTo(.all) + } + + @IBAction func filterRedClickHandler(_ sender: Any) { + switchFilterTo(.red) + } + + @IBAction func filterBlueClickHandler(_ sender: Any) { + switchFilterTo(.blue) + } + + @IBAction func filterGreenClickHandler(_ sender: Any) { + switchFilterTo(.green) + } + + @IBAction func filterGrayClickHandler(_ sender: Any) { + switchFilterTo(.gray) + } + + private func switchFilterTo(_ type:CardLevel) { + filterAllButton.setBackgroundImage(UIImage(named:"btn-black"), for: .normal) + filterRedButton.setBackgroundImage(UIImage(named:"btn-black"), for: .normal) + filterBlueButton.setBackgroundImage(UIImage(named:"btn-black"), for: .normal) + filterGreenButton.setBackgroundImage(UIImage(named:"btn-black"), for: .normal) + filterGrayButton.setBackgroundImage(UIImage(named:"btn-black"), for: .normal) + + filterAllButton.setTitleColor(UIColor.linGray, for: .normal) + filterRedButton.setTitleColor(UIColor.linGray, for: .normal) + filterBlueButton.setTitleColor(UIColor.linGray, for: .normal) + filterGreenButton.setTitleColor(UIColor.linGray, for: .normal) + filterGrayButton.setTitleColor(UIColor.linGray, for: .normal) + + switch type { + case .all: + filterAllButton.setBackgroundImage(UIImage(named:"btn-yellow"), for: .normal) + filterAllButton.setTitleColor(UIColor.linYellow, for: .normal) + currentFilterLevel = .all + + case .gray: + filterGrayButton.setBackgroundImage(UIImage(named:"btn-gray"), for: .normal) + filterGrayButton.setTitleColor(UIColor.linWhite, for: .normal) + currentFilterLevel = .gray + + case .green: + filterGreenButton.setBackgroundImage(UIImage(named:"btn-green"), for: .normal) + filterGreenButton.setTitleColor(UIColor.linGreen, for: .normal) + currentFilterLevel = .green + + case .blue: + filterBlueButton.setBackgroundImage(UIImage(named:"btn-blue"), for: .normal) + filterBlueButton.setTitleColor(UIColor.linBlue, for: .normal) + currentFilterLevel = .blue + + case .red: + filterRedButton.setBackgroundImage(UIImage(named:"btn-red"), for: .normal) + filterRedButton.setTitleColor(UIColor.linRed, for: .normal) + currentFilterLevel = .red + } + + + if currentFilterLevel == .all { + filterdCards = cards + } else { + filterdCards = cards.filter{ $0.level == self.currentFilterLevel } + } + + collectionView.reloadData() + } + +} + +// MARK: UICollectionViewDataSource +extension HomeViewController: UICollectionViewDataSource { + + func numberOfSections(in collectionView: UICollectionView) -> Int { + return 1 + } + + func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int { + return filterdCards.count + } + + func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { + + let card = filterdCards[indexPath.row] + let cell = collectionView.dequeueReusableCell(withReuseIdentifier: "cardCell", for: indexPath) as! CardViewCell + cell.model = card + cell.loadContent() + + return cell + + } + +} + +// MARK: UICollectionVieDelegateFlowLayout +extension HomeViewController: UICollectionViewDelegateFlowLayout { + + func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, sizeForItemAt indexPath: IndexPath) -> CGSize { + + return CGSize(width: 75, height: 98) + + } + + + func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, insetForSectionAt section: Int) -> UIEdgeInsets { + + return UIEdgeInsetsMake(10, 0, 0, 0) + } + + + func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumLineSpacingForSectionAt section: Int) -> CGFloat { + return 10 + } + + + func collectionView(_ collectionView: UICollectionView, layout collectionViewLayout: UICollectionViewLayout, minimumInteritemSpacingForSectionAt section: Int) -> CGFloat { + return 10 + + } + +} + + diff --git a/LineageCollection/LineageCollection/ViewController/HomeViewController.xib b/LineageCollection/LineageCollection/ViewController/HomeViewController.xib new file mode 100644 index 0000000..f219450 --- /dev/null +++ b/LineageCollection/LineageCollection/ViewController/HomeViewController.xib @@ -0,0 +1,170 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 212f15e..dcdb3a9 100644 --- a/README.md +++ b/README.md @@ -64,6 +64,13 @@ # LineageM Slot Machine (角子機動畫) + ![Slot Machine](Resources/SlotMachine.gif) -[Blog](https://ios.devdon.com/archives/1076) / [Source Code](https://github.com/slamdon/Swift-Layout-Animation-Transition-30days/tree/master/SlotMachine) \ No newline at end of file +[Blog](https://ios.devdon.com/archives/1076) / [Source Code](https://github.com/slamdon/Swift-Layout-Animation-Transition-30days/tree/master/SlotMachine) + + +# LineageM Collection +![LineageM Collection](Resources/LineageCollection.gif) + +[Blog]() / [Source Code]() \ No newline at end of file diff --git a/Resources/LineageCollection.gif b/Resources/LineageCollection.gif new file mode 100644 index 0000000..8ccb9af Binary files /dev/null and b/Resources/LineageCollection.gif differ diff --git a/Resources/LineageCollection.mov b/Resources/LineageCollection.mov new file mode 100644 index 0000000..28a30c3 Binary files /dev/null and b/Resources/LineageCollection.mov differ