Transition to .Net Core and VSCode in progress.

This commit is contained in:
2019-05-31 01:32:25 -05:00
parent f7aa272d76
commit 86a4db5973
25 changed files with 593 additions and 506 deletions

View File

@@ -760,3 +760,15 @@
/processor:TextureAtlasProcessor
/build:UI.tatlas
#begin UI-texture.png
/importer:TextureImporter
/processor:TextureProcessor
/processorParam:ColorKeyColor=255,0,255,255
/processorParam:ColorKeyEnabled=True
/processorParam:GenerateMipmaps=False
/processorParam:PremultiplyAlpha=True
/processorParam:ResizeToPowerOfTwo=False
/processorParam:MakeSquare=False
/processorParam:TextureFormat=Color
/build:UI-texture.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 526 B

View File

@@ -9,7 +9,7 @@
"Height": 16
},
"ninePatchData": {
"textureName": "rectangle-button-disabled.png",
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
@@ -25,7 +25,7 @@
"Height": 16
},
"ninePatchData": {
"textureName": "rectangle-button-down.png",
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
@@ -41,7 +41,7 @@
"Height": 16
},
"ninePatchData": {
"textureName": "rectangle-button-highlighted.png",
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
@@ -49,15 +49,25 @@
}
},
{
"name": "rectangle-button",
"name": "rectangle-button-texture",
"bounds": {
"X": 0,
"Y": 48,
"Width": 16,
"Height": 16
},
"ninePatchData": null
},
{
"name": "ScrollBar",
"bounds": {
"X": 16,
"Y": 0,
"Width": 16,
"Height": 16
},
"ninePatchData": {
"textureName": "rectangle-button.png",
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
@@ -65,5 +75,5 @@
}
}
],
"textureName": "UI.png"
"textureName": "UI-texture.png"
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 405 B

View File

@@ -0,0 +1,69 @@
{
"regions": [
{
"name": "rectangle-button-disabled",
"bounds": {
"X": 0,
"Y": 0,
"Width": 16,
"Height": 16
},
"ninePatchData": {
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
}
},
{
"name": "rectangle-button-down",
"bounds": {
"X": 0,
"Y": 16,
"Width": 16,
"Height": 16
},
"ninePatchData": {
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
}
},
{
"name": "rectangle-button-highlighted",
"bounds": {
"X": 0,
"Y": 32,
"Width": 16,
"Height": 16
},
"ninePatchData": {
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
}
},
{
"name": "rectangle-button",
"bounds": {
"X": 0,
"Y": 48,
"Width": 16,
"Height": 16
},
"ninePatchData": {
"textureName": null,
"left": 4,
"right": 4,
"bottom": 4,
"top": 4
}
}
],
"textureName": "-texture.png"
}