Create Terrain2 app, using Xcode's boilerplate
This commit is contained in:
parent
df0a4ca6fc
commit
a771c2622a
14 changed files with 1493 additions and 0 deletions
58
Terrain2/Assets.xcassets/AppIcon.appiconset/Contents.json
Normal file
58
Terrain2/Assets.xcassets/AppIcon.appiconset/Contents.json
Normal file
|
@ -0,0 +1,58 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "16x16",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "16x16",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "32x32",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "32x32",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "128x128",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "128x128",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "256x256",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "256x256",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "512x512",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"idiom" : "mac",
|
||||
"size" : "512x512",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
17
Terrain2/Assets.xcassets/ColorMap.textureset/Contents.json
Normal file
17
Terrain2/Assets.xcassets/ColorMap.textureset/Contents.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
},
|
||||
"properties" : {
|
||||
"origin" : "bottom-left",
|
||||
"interpretation" : "non-premultiplied-colors"
|
||||
},
|
||||
"textures" : [
|
||||
{
|
||||
"idiom" : "universal",
|
||||
"filename" : "Universal.mipmapset"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
},
|
||||
"levels" : [
|
||||
{
|
||||
"filename" : "ColorMap.png",
|
||||
"mipmap-level" : "base"
|
||||
}
|
||||
]
|
||||
}
|
6
Terrain2/Assets.xcassets/Contents.json
Normal file
6
Terrain2/Assets.xcassets/Contents.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"info" : {
|
||||
"version" : 1,
|
||||
"author" : "xcode"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue