Transition to .Net Core and VSCode in progress.
This commit is contained in:
@@ -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
|
||||
|
||||
|
BIN
RhythmBullet/Content/UI-texture.png
Normal file
BIN
RhythmBullet/Content/UI-texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 424 B |
Binary file not shown.
Before Width: | Height: | Size: 526 B |
@@ -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"
|
||||
}
|
BIN
RhythmBullet/Content/UI/-texture.png
Normal file
BIN
RhythmBullet/Content/UI/-texture.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 405 B |
69
RhythmBullet/Content/UI/.tatlas
Normal file
69
RhythmBullet/Content/UI/.tatlas
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user