Commit bb33e65a authored by 王勇霞's avatar 王勇霞

修改文案

parent b3091cb0
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
} }
], ],
"collectCount": 1, "collectCount": 1,
"ifFirstPlay": false "ifFirstPlay": true
}, },
"code": "ipsum est tempor qui", "code": "ipsum est tempor qui",
"timestamp": 3627649.9094133973 "timestamp": 3627649.9094133973
......
...@@ -459,11 +459,11 @@ ...@@ -459,11 +459,11 @@
"step1_tips.png": { "step1_tips.png": {
"x": 984, "x": 984,
"y": 609, "y": 609,
"w": 379, "w": 407,
"h": 26, "h": 26,
"ox": 0, "ox": 0,
"oy": 0, "oy": 0,
"sw": 379, "sw": 407,
"sh": 26, "sh": 26,
"ro": true "ro": true
}, },
......
resource/GuidePanel/step1_tips.png

3.7 KB | W: | H:

resource/GuidePanel/step1_tips.png

3.82 KB | W: | H:

resource/GuidePanel/step1_tips.png
resource/GuidePanel/step1_tips.png
resource/GuidePanel/step1_tips.png
resource/GuidePanel/step1_tips.png
  • 2-up
  • Swipe
  • Onion skin
resource/GuidePanel/step4_img.png

115 KB | W: | H:

resource/GuidePanel/step4_img.png

116 KB | W: | H:

resource/GuidePanel/step4_img.png
resource/GuidePanel/step4_img.png
resource/GuidePanel/step4_img.png
resource/GuidePanel/step4_img.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -459,11 +459,11 @@ export const ResJson = { ...@@ -459,11 +459,11 @@ export const ResJson = {
"step1_tips.png": { "step1_tips.png": {
"x": 984, "x": 984,
"y": 609, "y": 609,
"w": 379, "w": 407,
"h": 26, "h": 26,
"ox": 0, "ox": 0,
"oy": 0, "oy": 0,
"sw": 379, "sw": 407,
"sh": 26, "sh": 26,
"ro": true "ro": true
}, },
...@@ -744,5 +744,5 @@ export const ResJson = { ...@@ -744,5 +744,5 @@ export const ResJson = {
"name": "svga" "name": "svga"
} }
], ],
"path": "https://yun.duiba.com.cn/db_games/activity/template/1679364981/resource/" "path": "https://yun.duiba.com.cn/db_games/activity/template/1679447893/resource/"
} }
\ No newline at end of file
...@@ -53,7 +53,7 @@ export class GuidePanel extends Panel { ...@@ -53,7 +53,7 @@ export class GuidePanel extends Panel {
this.rectlayer.removeChildren() this.rectlayer.removeChildren()
if (this.guideStep == 1) { if (this.guideStep == 1) {
UI.Sp(this.rectlayer, 'step1_img.png', 180, 860); UI.Sp(this.rectlayer, 'step1_img.png', 180, 860);
let step1_tips = UI.Sp(this.rectlayer, 'step1_tips.png', 185, 776); let step1_tips = UI.Sp(this.rectlayer, 'step1_tips.png', 169, 776);
FYGE.Tween.get(step1_tips, { FYGE.Tween.get(step1_tips, {
loop: true loop: true
}) })
......
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