Commit 0d01fd3d authored by 邱旭's avatar 邱旭

换了点皮

parent a4afda85
...@@ -2,15 +2,7 @@ ...@@ -2,15 +2,7 @@
<project version="4"> <project version="4">
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="0d3cb18d-e144-41a0-bc8b-4877c2e1fef1" name="默认的" comment="换了点皮"> <list default="true" id="0d3cb18d-e144-41a0-bc8b-4877c2e1fef1" name="默认的" comment="换了点皮">
<change afterPath="$PROJECT_DIR$/resource/loadingScene/loading_line_left1.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/resource/loadingScene/loading_line_left2.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/resource/loadingScene/loading_line_right.png" afterDir="false" />
<change afterPath="$PROJECT_DIR$/resource/loadingScene/loading_shoes.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/loadingScene/loadingBg.jpg" beforeDir="false" afterPath="$PROJECT_DIR$/resource/loadingScene/loadingBg.jpg" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/res.json" beforeDir="false" afterPath="$PROJECT_DIR$/resource/res.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/ResJson.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/ResJson.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/scene/LoadingScene.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/scene/LoadingScene.ts" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
...@@ -204,14 +196,7 @@ ...@@ -204,14 +196,7 @@
<workItem from="1617871191619" duration="121000" /> <workItem from="1617871191619" duration="121000" />
<workItem from="1617890665920" duration="181000" /> <workItem from="1617890665920" duration="181000" />
<workItem from="1617960804439" duration="639000" /> <workItem from="1617960804439" duration="639000" />
<workItem from="1618193237335" duration="14471000" /> <workItem from="1618193237335" duration="14585000" />
</task>
<task id="LOCAL-00043" summary="m">
<created>1614049858546</created>
<option name="number" value="00043" />
<option name="presentableId" value="LOCAL-00043" />
<option name="project" value="LOCAL" />
<updated>1614049858546</updated>
</task> </task>
<task id="LOCAL-00044" summary="m"> <task id="LOCAL-00044" summary="m">
<created>1614051416478</created> <created>1614051416478</created>
...@@ -549,7 +534,14 @@ ...@@ -549,7 +534,14 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1618211471590</updated> <updated>1618211471590</updated>
</task> </task>
<option name="localTasksCounter" value="92" /> <task id="LOCAL-00092" summary="换了点皮">
<created>1618213267192</created>
<option name="number" value="00092" />
<option name="presentableId" value="LOCAL-00092" />
<option name="project" value="LOCAL" />
<updated>1618213267192</updated>
</task>
<option name="localTasksCounter" value="93" />
<servers /> <servers />
</component> </component>
<component name="TypeScriptGeneratedFilesManager"> <component name="TypeScriptGeneratedFilesManager">
......
...@@ -94,7 +94,6 @@ export class LoadingScene extends Scene { ...@@ -94,7 +94,6 @@ export class LoadingScene extends Scene {
//询问读取权限,不阻止进程 //询问读取权限,不阻止进程
// Tools.checkPermission();//这个需要吗? // Tools.checkPermission();//这个需要吗?
// 游戏基本信息 // 游戏基本信息
const baseInfo = await Tools.getGameInfo(); const baseInfo = await Tools.getGameInfo();
if (!baseInfo) showToast("获取游戏信息失败"); if (!baseInfo) showToast("获取游戏信息失败");
......
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