Commit 06da72b5 authored by limingzhe's avatar limingzhe

fix: debug

parent c9f6b7c7
This diff is collapsed.
This diff is collapsed.
{
"ver": "2.3.5",
"uuid": "17037567-4305-43a6-b37f-c3402b53f454",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 25,
"height": 25,
"platformSettings": {},
"subMetas": {
"X": {
"ver": "1.0.4",
"uuid": "0d9479a8-eec8-4a2c-aa94-cc90afc6fee3",
"rawTextureUuid": "17037567-4305-43a6-b37f-c3402b53f454",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": -1,
"trimX": 2,
"trimY": 2,
"width": 22,
"height": 23,
"rawWidth": 25,
"rawHeight": 25,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
assets/JJ38/textures/new/panel.png

20.2 KB | W: | H:

assets/JJ38/textures/new/panel.png

25.3 KB | W: | H:

assets/JJ38/textures/new/panel.png
assets/JJ38/textures/new/panel.png
assets/JJ38/textures/new/panel.png
assets/JJ38/textures/new/panel.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
"premultiplyAlpha": true, "premultiplyAlpha": true,
"genMipmaps": false, "genMipmaps": false,
"packable": true, "packable": true,
"width": 985, "width": 1036,
"height": 518, "height": 698,
"platformSettings": {}, "platformSettings": {},
"subMetas": { "subMetas": {
"panel": { "panel": {
...@@ -22,10 +22,10 @@ ...@@ -22,10 +22,10 @@
"offsetY": 0, "offsetY": 0,
"trimX": 0, "trimX": 0,
"trimY": 0, "trimY": 0,
"width": 985, "width": 1036,
"height": 518, "height": 698,
"rawWidth": 985, "rawWidth": 1036,
"rawHeight": 518, "rawHeight": 698,
"borderTop": 0, "borderTop": 0,
"borderBottom": 0, "borderBottom": 0,
"borderLeft": 0, "borderLeft": 0,
......
{
"ver": "2.3.5",
"uuid": "e527cceb-1d7d-4752-aa93-6d5995a29331",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": true,
"genMipmaps": false,
"packable": true,
"width": 1229,
"height": 645,
"platformSettings": {},
"subMetas": {
"panel_new": {
"ver": "1.0.4",
"uuid": "d87c71ec-01d9-4144-b05d-210b752a7a81",
"rawTextureUuid": "e527cceb-1d7d-4752-aa93-6d5995a29331",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 1,
"trimY": 1,
"width": 1227,
"height": 643,
"rawWidth": 1229,
"rawHeight": 645,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
...@@ -496,6 +496,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -496,6 +496,7 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
{key: 'Green', value: '绿色', code: '#AAF50A'}, {key: 'Green', value: '绿色', code: '#AAF50A'},
{key: 'Blue', value: '蓝色', code: '#3988FF'}, {key: 'Blue', value: '蓝色', code: '#3988FF'},
{key: 'Orange', value: '橙色', code: '#FFBB55'}, {key: 'Orange', value: '橙色', code: '#FFBB55'},
{key: 'Black', value: '黑色', code: '#555555'},
] ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment