Commit 6a5c45d3 authored by 邱旭's avatar 邱旭

m

parent 3e9518a3
......@@ -3,11 +3,7 @@
<component name="ChangeListManager">
<list default="true" id="0d3cb18d-e144-41a0-bc8b-4877c2e1fef1" name="默认的" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js" beforeDir="false" afterPath="$PROJECT_DIR$/output.js" afterDir="false" />
<change beforePath="$PROJECT_DIR$/output.js.map" beforeDir="false" afterPath="$PROJECT_DIR$/output.js.map" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/TaoBaoNet.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/TaoBaoNet.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/LotteryPanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/LotteryPanel.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/panels/SuccessPrizePanel.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/panels/SuccessPrizePanel.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/something/uis/GameGuide.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/something/uis/GameGuide.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -138,7 +134,7 @@
<workItem from="1612576979459" duration="13000" />
<workItem from="1612577003915" duration="21094000" />
<workItem from="1612662929222" duration="40609000" />
<workItem from="1613698993022" duration="14621000" />
<workItem from="1613698993022" duration="18473000" />
</task>
<task id="LOCAL-00001" summary="斐乐消消乐">
<created>1612581213298</created>
......@@ -294,7 +290,14 @@
<option name="project" value="LOCAL" />
<updated>1613716046739</updated>
</task>
<option name="localTasksCounter" value="23" />
<task id="LOCAL-00023" summary="m">
<created>1613719810975</created>
<option name="number" value="00023" />
<option name="presentableId" value="LOCAL-00023" />
<option name="project" value="LOCAL" />
<updated>1613719810975</updated>
</task>
<option name="localTasksCounter" value="24" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
......@@ -177,7 +177,7 @@ const chapterFuns = {
],
//提示文案,尽量通用点的位置。x肯定都居中
msg: [
"3个同色猫头成一排即可消除~"
"3个同色猫头成一排即可消除~"
],
img: [
'gameGuide_1.png'
......@@ -196,7 +196,7 @@ const chapterFuns = {
[21, 20]
],
msg: [
"消除冰块上的猫头即可打破冰块"
"消除冰块上的猫头即可打破冰块"
]
},
//石头消除
......@@ -212,7 +212,7 @@ const chapterFuns = {
[12, 13]
],
msg: [
"当石头附近的猫头产生消除时,即可粉碎石头"
"当石头附近的猫头产生消除时,即可粉碎石头"
]
},
//直线特效
......@@ -231,7 +231,7 @@ const chapterFuns = {
[49, 50]
],
msg: [
"4个同样的猫头形成直线就能合成直线特效",
"4个同样的猫头形成直线就能合成直线特效",
"消除直线特效会产生直线消除"
],
img: [
......@@ -258,7 +258,7 @@ const chapterFuns = {
[30, 29]
],
msg: [
"5个同样的猫头成L形或T形就能合成爆炸特效",
"5个同样的猫头成L形或T形就能合成爆炸特效",
"消除爆炸特效会产生3*3的范围消除",
],
img: [
......@@ -301,7 +301,7 @@ const chapterFuns = {
[73, 64]
],
msg: [
"五个同样的猫头形成一字型即可合成魔力花特效",
"五个同样的猫头形成一字型即可合成魔力花特效",
"拖动魔力花特效即可直接触发"
],
dp: [
......@@ -342,7 +342,7 @@ const chapterFuns = {
],
msg: [
"当棒棒糖移至底层时,即可移除棒棒糖",
"消除棒棒糖下方的猫头\n就可以收集棒棒糖啦"
"消除棒棒糖下方的猫头\n就可以收集棒棒糖啦"
],
dp: [
[0, 0],
......@@ -362,7 +362,7 @@ const chapterFuns = {
[3, 2]
],
msg: [
"和困住藤蔓里的猫头像匹配\n消除,就可以打破藤蔓啦!"
"和困住藤蔓里的猫头匹配消除,就可以打破藤蔓啦!"
]
},
//果冻消除
......@@ -378,7 +378,7 @@ const chapterFuns = {
[40, 49]
],
msg: [
"小心!会蔓延的毛线球!\n消除毛线球旁边的猫头\n就能消除毛线球~"
"小心!会蔓延的毛线球!\n消除毛线球旁边的猫头\n就能消除毛线球~"
]
},
//鸡蛋
......
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