diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/Contents.json b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/Contents.json new file mode 100644 index 0000000..73c0059 --- /dev/null +++ b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/Contents.json @@ -0,0 +1,6 @@ +{ + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-large.png b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-large.png new file mode 100644 index 0000000..36c39f3 Binary files /dev/null and b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-large.png differ diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-medium.png b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-medium.png new file mode 100644 index 0000000..d46a821 Binary files /dev/null and b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-medium.png differ diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-small.png b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-small.png new file mode 100644 index 0000000..4138b79 Binary files /dev/null and b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Blue-small.png differ diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Contents.json b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Contents.json new file mode 100644 index 0000000..90f6141 --- /dev/null +++ b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerOne.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Blue-small.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Blue-medium.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Blue-large.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Contents.json b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Contents.json new file mode 100644 index 0000000..3fda81f --- /dev/null +++ b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Contents.json @@ -0,0 +1,23 @@ +{ + "images" : [ + { + "filename" : "Red-small.png", + "idiom" : "universal", + "scale" : "1x" + }, + { + "filename" : "Red-medium.png", + "idiom" : "universal", + "scale" : "2x" + }, + { + "filename" : "Red-large.png", + "idiom" : "universal", + "scale" : "3x" + } + ], + "info" : { + "author" : "xcode", + "version" : 1 + } +} diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-large.png b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-large.png new file mode 100644 index 0000000..61b4e99 Binary files /dev/null and b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-large.png differ diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-medium.png b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-medium.png new file mode 100644 index 0000000..ca641a8 Binary files /dev/null and b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-medium.png differ diff --git a/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-small.png b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-small.png new file mode 100644 index 0000000..68d96fc Binary files /dev/null and b/GoldWars/GoldWars/Assets.xcassets/BaseTexture/PlayerTwo.imageset/Red-small.png differ