Commit 9c23f353 authored by wildfirecode's avatar wildfirecode

1

parent 97984a11
......@@ -48,6 +48,7 @@
<script src="libs/pad-zeropadding.js"></script>
<img id="pic" style="width:100%;position: absolute;z-index: 999;display: none;" />
<script>
// localStorage.clear();
var sharePic = document.getElementById('pic');
sharePic.onclick = function(){
sharePic.style.display='none'
......
This diff is collapsed.
......@@ -152,11 +152,11 @@ export class GuideCon extends egret.DisplayObjectContainer {
[440, 390, -90],
]
words: string[] = [
"这里是生命值,闯关失败后\n都会扣除一点生命值",
"这里是元宝,闯关成功后\n随机获得数量的元宝,元宝\n可购买生命值和游戏道具",
"在这里选择查看关卡,过关\n后每关所获得的星星会在这\n里显示",
"星星可用来开宝箱获得随机\n奖励,这里会显示当前可打\n开的宝箱数量",
"可在道具商城购买游戏道\n具,获得的奖励都可在我的\n奖励中查看"
"这里是体力值,闯关失败会\n扣除1体力值,闯关成功不扣\n除哦~",
"这里是元宝,闯关成功后\n随机获得大量元宝,元宝可\n用于购买体力值和游戏道具",
"在这里选择查看关卡,闯关\n成功后还有机会赢得丰厚奖\n励哟!",
"每个关卡收集的星星达到一\n定数量可开启宝箱,宝箱里\n还有更多无敌券、品牌券在\n等你!",
"进入道具商城去购买道具为\n游戏加分吧~获得的奖励可\n在“我的奖励”中查看哦"
]
/**
* 1开始
......
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