Commit d24cb057 authored by 邱旭's avatar 邱旭

换了点皮

parent 28427d65
......@@ -3,17 +3,9 @@
<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$/mock/miniTb/feile.getActivityBaseInfoById.json" beforeDir="false" afterPath="$PROJECT_DIR$/mock/miniTb/feile.getActivityBaseInfoById.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/mock/miniTb/feile.getToolsInfo.json" beforeDir="false" afterPath="$PROJECT_DIR$/mock/miniTb/feile.getToolsInfo.json" afterDir="false" />
<change beforePath="$PROJECT_DIR$/mock/miniTb/mine.getAppData.json" beforeDir="false" afterPath="$PROJECT_DIR$/mock/miniTb/mine.getAppData.json" 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$/resource/StartPanel/startNum7.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/StartPanel/startNum7.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/StartPanel/startNum8.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/StartPanel/startNum8.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/StartPanel/startNum9.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/StartPanel/startNum9.png" 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/PlayScene.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/scene/PlayScene.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/resource/helpPanel/helpBg.png" beforeDir="false" afterPath="$PROJECT_DIR$/resource/helpPanel/helpBg.png" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/something/anis/BonusShootAni.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/something/anis/BonusShootAni.ts" afterDir="false" />
<change beforePath="$PROJECT_DIR$/src/something/uis/ScoreProgress.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/something/uis/ScoreProgress.ts" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
......@@ -210,14 +202,7 @@
<workItem from="1618193237335" duration="22528000" />
<workItem from="1618278927717" duration="33000" />
<workItem from="1618280117262" duration="11000" />
<workItem from="1618380067109" duration="1308000" />
</task>
<task id="LOCAL-00048" summary="m">
<created>1614074400505</created>
<option name="number" value="00048" />
<option name="presentableId" value="LOCAL-00048" />
<option name="project" value="LOCAL" />
<updated>1614074400505</updated>
<workItem from="1618380067109" duration="1447000" />
</task>
<task id="LOCAL-00049" summary="m">
<created>1614081398797</created>
......@@ -555,7 +540,14 @@
<option name="project" value="LOCAL" />
<updated>1618218576609</updated>
</task>
<option name="localTasksCounter" value="97" />
<task id="LOCAL-00097" summary="换了点皮">
<created>1618381383432</created>
<option name="number" value="00097" />
<option name="presentableId" value="LOCAL-00097" />
<option name="project" value="LOCAL" />
<updated>1618381383433</updated>
</task>
<option name="localTasksCounter" value="98" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
......
resource/helpPanel/helpBg.png

145 KB | W: | H:

resource/helpPanel/helpBg.png

164 KB | W: | H:

resource/helpPanel/helpBg.png
resource/helpPanel/helpBg.png
resource/helpPanel/helpBg.png
resource/helpPanel/helpBg.png
  • 2-up
  • Swipe
  • Onion skin
......@@ -5,7 +5,7 @@ import { RES } from "../../../module/RES";
import { Tool } from "../Tool";
export const stepPosition: number[] = [110, 120, 100];
export const stepPosition: number[] = [100, 120, 100];
/**
* 需要回调的
* 手动修改this.shoot.rotation=
......
......@@ -100,7 +100,7 @@ export class ScoreProgress extends FYGE.Container {
const scoreNum = Tools.getNumTextures("scoreNum");
scoreNum['当'] = RES.getRes("scoreNum当.png");
this.scoreTxt = this.addChild(new FYGE.BitmapText(scoreNum));
this.scoreTxt.position.set(23, 21.5);
this.scoreTxt.position.set(23, 24.5);
this.scoreTxt.textAlign = TEXT_ALIGN.LEFT;
this.starScores = starScores;
this.allScore = this.diss[3] / this.diss[2] * this.starScores[2];
......
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