Commit d0129155 authored by 智慧's avatar 智慧

feat:将trace with me更换成trace and read

parent 30bbff1b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<label nz-radio nzValue="LettersInLife" class="label-item">Letters in Life</label><br/> <label nz-radio nzValue="LettersInLife" class="label-item">Letters in Life</label><br/>
<label nz-radio nzValue="LetsBlend" class="label-item">Let's Blend</label><br/> <label nz-radio nzValue="LetsBlend" class="label-item">Let's Blend</label><br/>
<label nz-radio nzValue="ExerciseTime" class="label-item">Exercise Time</label><br/> <label nz-radio nzValue="ExerciseTime" class="label-item">Exercise Time</label><br/>
<label nz-radio nzValue="TraceWithMe" class="label-item">Trace and Read</label><br/> <label nz-radio nzValue="TraceAndRead" class="label-item">Trace and Read</label><br/>
<label nz-radio nzValue="LookAndSay" class="label-item">Look and Say</label><br/> <label nz-radio nzValue="LookAndSay" class="label-item">Look and Say</label><br/>
<label nz-radio nzValue="LetsReview" class="label-item">Let's Review</label><br/> <label nz-radio nzValue="LetsReview" class="label-item">Let's Review</label><br/>
<label nz-radio nzValue="SightWords"class="label-item">Sight Words</label><br/> <label nz-radio nzValue="SightWords"class="label-item">Sight Words</label><br/>
......
...@@ -1268,7 +1268,7 @@ ...@@ -1268,7 +1268,7 @@
}, },
{ {
"__type__": "cc.Node", "__type__": "cc.Node",
"_name": "TraceWithMe", "_name": "TraceAndRead",
"_objFlags": 0, "_objFlags": 0,
"_parent": { "_parent": {
"__id__": 2 "__id__": 2
...@@ -2056,7 +2056,7 @@ ...@@ -2056,7 +2056,7 @@
"ExerciseTime": { "ExerciseTime": {
"__uuid__": "30ac90c2-479b-4a20-a585-9c26b51cc014" "__uuid__": "30ac90c2-479b-4a20-a585-9c26b51cc014"
}, },
"TraceWithMe": { "TraceAndRead": {
"__uuid__": "67df7262-b9ab-4d86-a2b6-3b22ae25938b" "__uuid__": "67df7262-b9ab-4d86-a2b6-3b22ae25938b"
}, },
"LetsBlend": { "LetsBlend": {
......
...@@ -17,7 +17,7 @@ cc.Class({ ...@@ -17,7 +17,7 @@ cc.Class({
default: null, default: null,
type: cc.AudioClip type: cc.AudioClip
}, },
TraceWithMe: { TraceAndRead: {
default: null, default: null,
type: cc.AudioClip type: cc.AudioClip
}, },
......
...@@ -91,7 +91,7 @@ cc.Class({ ...@@ -91,7 +91,7 @@ cc.Class({
// const dataJson = '{"animationName":"Phonics"}' // const dataJson = '{"animationName":"Phonics"}'
// const dataJson = '{"animationName":"LetsBlend"}' // const dataJson = '{"animationName":"LetsBlend"}'
// const dataJson = '{"animationName":"ExerciseTime"}' // const dataJson = '{"animationName":"ExerciseTime"}'
const dataJson = '{"animationName":"TraceWithMe"}' const dataJson = '{"animationName":"TraceAndRead"}'
// const dataJson = '{"animationName":"LookAndSay"}' // const dataJson = '{"animationName":"LookAndSay"}'
// const dataJson = '{"animationName":"LetsReview"}' // const dataJson = '{"animationName":"LetsReview"}'
// const dataJson = '{"animationName":"SightWords"}' // const dataJson = '{"animationName":"SightWords"}'
......
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