Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
babycare_xiaoxiao
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王剑峰
babycare_xiaoxiao
Commits
b58a4f30
Commit
b58a4f30
authored
Apr 08, 2021
by
邱旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
换了点皮
parent
56307ac4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
16 deletions
+12
-16
workspace.xml
.idea/workspace.xml
+12
-14
MapUI.ts
src/scene/map/MapUI.ts
+0
-2
No files found.
.idea/workspace.xml
View file @
b58a4f30
...
...
@@ -3,9 +3,6 @@
<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$/lotties/BonusTime.json"
beforeDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/lotties/checkTip.ts"
beforeDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/map/MapScene.ts"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/src/scene/map/MapUI.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/src/scene/map/MapUI.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
...
...
@@ -99,7 +96,7 @@
<recent
name=
"$PROJECT_DIR$/lotties"
/>
</key>
</component>
<component
name=
"RunManager"
selected=
"npm.
handleLotS
"
>
<component
name=
"RunManager"
selected=
"npm.
dev
"
>
<configuration
name=
"build"
type=
"js.build_tools.npm"
temporary=
"true"
nameIsGenerated=
"true"
>
<package-json
value=
"$PROJECT_DIR$/package.json"
/>
<command
value=
"run"
/>
...
...
@@ -159,8 +156,8 @@
</list>
<recent_temporary>
<list>
<item
itemvalue=
"npm.handleLotS"
/>
<item
itemvalue=
"npm.dev"
/>
<item
itemvalue=
"npm.handleLotS"
/>
<item
itemvalue=
"npm.flushRes"
/>
<item
itemvalue=
"npm.buildTS"
/>
<item
itemvalue=
"npm.build"
/>
...
...
@@ -196,14 +193,8 @@
<workItem
from=
"1617348724978"
duration=
"4857000"
/>
<workItem
from=
"1617673451602"
duration=
"17243000"
/>
<workItem
from=
"1617702978246"
duration=
"12255000"
/>
<workItem
from=
"1617847690167"
duration=
"6195000"
/>
</task>
<task
id=
"LOCAL-00024"
summary=
"m"
>
<created>
1613727027414
</created>
<option
name=
"number"
value=
"00024"
/>
<option
name=
"presentableId"
value=
"LOCAL-00024"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1613727027414
</updated>
<workItem
from=
"1617847690167"
duration=
"9973000"
/>
<workItem
from=
"1617871191619"
duration=
"121000"
/>
</task>
<task
id=
"LOCAL-00025"
summary=
"m"
>
<created>
1613730899385
</created>
...
...
@@ -541,7 +532,14 @@
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1617853812512
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"73"
/>
<task
id=
"LOCAL-00073"
summary=
"换了点皮"
>
<created>
1617854352155
</created>
<option
name=
"number"
value=
"00073"
/>
<option
name=
"presentableId"
value=
"LOCAL-00073"
/>
<option
name=
"project"
value=
"LOCAL"
/>
<updated>
1617854352155
</updated>
</task>
<option
name=
"localTasksCounter"
value=
"74"
/>
<servers
/>
</component>
<component
name=
"TypeScriptGeneratedFilesManager"
>
...
...
src/scene/map/MapUI.ts
View file @
b58a4f30
...
...
@@ -3,7 +3,6 @@ import Button = FYGE.Button;
import
TextField
=
FYGE
.
TextField
;
import
TEXT_ALIGN
=
FYGE
.
TEXT_ALIGN
;
import
MouseEvent
=
FYGE
.
MouseEvent
;
import
Lottie
=
FYGE
.
Lottie
;
import
{
RES
}
from
"../../../module/RES"
;
import
{
Tools
}
from
"../../Tools"
;
import
{
showPanel
,
showToast
}
from
"../../../module/ctrls"
;
...
...
@@ -11,7 +10,6 @@ import { RulePanel } from "../../panels/RulePanel";
import
{
sendTbNet
,
TbNetName
}
from
"../../TaoBaoNet"
;
import
{
layers
}
from
"../../../module/views/layers"
;
import
{
LotteryPanel
}
from
"../../panels/LotteryPanel"
;
import
{
bonus
}
from
"../../lotties/bonus"
;
export
default
class
MapUI
extends
Container
{
public
energyBox
:
EnergyBox
=
null
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment