Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
db-game-template
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
崔立强
db-game-template
Commits
6c1f5656
Commit
6c1f5656
authored
Dec 27, 2019
by
haiyoucuv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
eeaddacf
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
4 deletions
+7
-4
jsLibraryMappings.xml
.idea/jsLibraryMappings.xml
+6
-0
workspace.xml
.idea/workspace.xml
+1
-2
Crop.ts
egret/src/Scenes/MainScene/Objs/Crop.ts
+0
-2
No files found.
.idea/jsLibraryMappings.xml
0 → 100644
View file @
6c1f5656
<?xml version="1.0" encoding="UTF-8"?>
<project
version=
"4"
>
<component
name=
"JavaScriptLibraryMappings"
>
<file
url=
"file://$PROJECT_DIR$/egret/src/Scenes/MainScene/Objs/Crop.ts"
libraries=
"{HTTP Response Handler}"
/>
</component>
</project>
\ No newline at end of file
.idea/workspace.xml
View file @
6c1f5656
...
...
@@ -2,7 +2,6 @@
<project
version=
"4"
>
<component
name=
"ChangeListManager"
>
<list
default=
"true"
id=
"91d65b22-e37e-4b17-b43e-cdc81b9fe6ff"
name=
"Default Changelist"
comment=
""
>
<change
beforePath=
"$PROJECT_DIR$/.idea/workspace.xml"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/.idea/workspace.xml"
afterDir=
"false"
/>
<change
beforePath=
"$PROJECT_DIR$/egret/src/Scenes/MainScene/Objs/Crop.ts"
beforeDir=
"false"
afterPath=
"$PROJECT_DIR$/egret/src/Scenes/MainScene/Objs/Crop.ts"
afterDir=
"false"
/>
</list>
<option
name=
"SHOW_DIALOG"
value=
"false"
/>
...
...
@@ -68,7 +67,7 @@
<option
name=
"presentableId"
value=
"Default"
/>
<updated>
1577324647364
</updated>
<workItem
from=
"1577324653437"
duration=
"32303000"
/>
<workItem
from=
"1577410840738"
duration=
"4
120
000"
/>
<workItem
from=
"1577410840738"
duration=
"4
272
000"
/>
</task>
<servers
/>
</component>
...
...
egret/src/Scenes/MainScene/Objs/Crop.ts
View file @
6c1f5656
...
...
@@ -558,8 +558,6 @@ export default class Crop extends eui.Component {
}
this
.
changeMv
=
true
;
this
.
petId
=
petId
;
// 设置Id
// let key = petData[this.petId].key;
// key && this.state != 0 && (this.cropImg.source = `plant_${key}_${this.state}_png`);
/// TODO 定义详细类型积
switch
(
petId
)
{
...
...
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