Commit 8d9ee60f authored by 杨一航's avatar 杨一航

feat:反馈调整

parent 886098e3
...@@ -5089,8 +5089,8 @@ ...@@ -5089,8 +5089,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 235, "width": 300,
"height": 89 "height": 100
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5158,8 +5158,8 @@ ...@@ -5158,8 +5158,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 140.77, "width": 197.08,
"height": 75.6 "height": 100.8
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
...@@ -5314,8 +5314,8 @@ ...@@ -5314,8 +5314,8 @@
"_dstBlendFactor": 771, "_dstBlendFactor": 771,
"_string": "water", "_string": "water",
"_N$string": "water", "_N$string": "water",
"_fontSize": 50, "_fontSize": 70,
"_lineHeight": 60, "_lineHeight": 80,
"_enableWrapText": true, "_enableWrapText": true,
"_N$file": { "_N$file": {
"__uuid__": "8552b834-75d8-4e0d-8c2b-6708b6974086" "__uuid__": "8552b834-75d8-4e0d-8c2b-6708b6974086"
...@@ -5374,7 +5374,7 @@ ...@@ -5374,7 +5374,7 @@
"__uuid__": "b245a851-0086-4210-bdcc-3801013f22a9" "__uuid__": "b245a851-0086-4210-bdcc-3801013f22a9"
}, },
"_type": 0, "_type": 0,
"_sizeMode": 1, "_sizeMode": 0,
"_fillType": 0, "_fillType": 0,
"_fillCenter": { "_fillCenter": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
......
...@@ -184,6 +184,7 @@ export default class SceneComponent extends MyCocosSceneComponent { ...@@ -184,6 +184,7 @@ export default class SceneComponent extends MyCocosSceneComponent {
item.y = -itemInfo.rect.y - itemInfo.rect.height / 2; item.y = -itemInfo.rect.y - itemInfo.rect.height / 2;
item.getChildByName("lb").getComponent(cc.Label).string = key; item.getChildByName("lb").getComponent(cc.Label).string = key;
item.getChildByName("lb").active = false; item.getChildByName("lb").active = false;
item.getChildByName("lb").getComponent(cc.Label).fontSize = itemInfo.fontSize;
item.getChildByName("lb").scale = itemInfo.fontScale; item.getChildByName("lb").scale = itemInfo.fontScale;
cc.log("item scale == " + item.scale) cc.log("item scale == " + item.scale)
list[i].scale = 0; list[i].scale = 0;
......
...@@ -69,7 +69,7 @@ export const defaultData = { ...@@ -69,7 +69,7 @@ export const defaultData = {
"y": 196.43458980044346 "y": 196.43458980044346
}, },
"gIdx": "1", "gIdx": "1",
"fontSize": 50, "fontSize": 100,
"fontName": "ahronbd-1", "fontName": "ahronbd-1",
"ontColor": "#8f3758", "ontColor": "#8f3758",
"rect": { "rect": {
......
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