Commit 1895f54d authored by 邱旭's avatar 邱旭

换了点皮

parent b34b025b
......@@ -2,7 +2,13 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="0d3cb18d-e144-41a0-bc8b-4877c2e1fef1" name="默认的" comment="换了点皮">
<change beforePath="$PROJECT_DIR$/src/scene/map/MapUI.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/scene/map/MapUI.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/common/target0.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/common/target0.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/common/target1.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/common/target1.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/common/target2.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/common/target2.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/common/target3.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/common/target3.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/common/target4.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/common/target4.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/scene/PlayScene.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/scene/PlayScene.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -177,14 +183,7 @@
<workItem from="1617345199322" duration="4000" />
<workItem from="1617346486921" duration="1232000" />
<workItem from="1617348724978" duration="4857000" />
<workItem from="1617673451602" duration="10242000" />
</task>
<task id="LOCAL-00015" summary="m">
<created>1612775497616</created>
<option name="number" value="00015" />
<option name="presentableId" value="LOCAL-00015" />
<option name="project" value="LOCAL" />
<updated>1612775497616</updated>
<workItem from="1617673451602" duration="10931000" />
</task>
<task id="LOCAL-00016" summary="m">
<created>1613703361421</created>
......@@ -522,7 +521,14 @@
<option name="project" value="LOCAL" />
<updated>1617691270858</updated>
</task>
<option name="localTasksCounter" value="64" />
<task id="LOCAL-00064" summary="换了点皮">
<created>1617691317354</created>
<option name="number" value="00064" />
<option name="presentableId" value="LOCAL-00064" />
<option name="project" value="LOCAL" />
<updated>1617691317354</updated>
</task>
<option name="localTasksCounter" value="65" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
resource/common/target0.png

11.8 KB | W: | H:

resource/common/target0.png

4.17 KB | W: | H:

resource/common/target0.png
resource/common/target0.png
resource/common/target0.png
resource/common/target0.png
  • 2-up
  • Swipe
  • Onion skin
resource/common/target1.png

11.4 KB | W: | H:

resource/common/target1.png

3.73 KB | W: | H:

resource/common/target1.png
resource/common/target1.png
resource/common/target1.png
resource/common/target1.png
  • 2-up
  • Swipe
  • Onion skin
resource/common/target2.png

12.3 KB | W: | H:

resource/common/target2.png

5.77 KB | W: | H:

resource/common/target2.png
resource/common/target2.png
resource/common/target2.png
resource/common/target2.png
  • 2-up
  • Swipe
  • Onion skin
resource/common/target3.png

11.6 KB | W: | H:

resource/common/target3.png

4.25 KB | W: | H:

resource/common/target3.png
resource/common/target3.png
resource/common/target3.png
resource/common/target3.png
  • 2-up
  • Swipe
  • Onion skin
resource/common/target4.png

10.9 KB | W: | H:

resource/common/target4.png

7.6 KB | W: | H:

resource/common/target4.png
resource/common/target4.png
resource/common/target4.png
resource/common/target4.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -429,13 +429,13 @@ export class PlayScene extends Scene {
if (this.chapterData.passTarget.type == PassType.ELEMENT_TARGET) {
this.hasEliminatedElements = [];
this.passElements = [];
for (var m = 0; m < this.chapterData.passTarget.elements.length; m++) {
var element: ElementTargetData = this.chapterData.passTarget.elements[m];
for (let m = 0; m < this.chapterData.passTarget.elements.length; m++) {
const element: ElementTargetData = this.chapterData.passTarget.elements[m];
this.passElements[element.type] = element.count;
this.hasEliminatedElements[element.type] = 0;
}
this.elementTargets = new ElementTargets(this.passElements);
this.elementTargets.x = 375;
this.elementTargets.x = 369;
this.elementTargets.y = 170;
this.addChild(this.elementTargets);
this.targetScoreTxt.visible = false;
......
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