Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LWD_3
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
template admin
LWD_3
Commits
803af643
Commit
803af643
authored
Jun 30, 2022
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
0df32eb5
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
94 additions
and
16373 deletions
+94
-16373
.DS_Store
.DS_Store
+0
-0
LWD_3.meta
assets/LWD_3.meta
+15
-1
LWD_3.js
assets/LWD_3/scene/LWD_3.js
+2
-2
res_mgr.js
assets/LWD_3/script/manager/res_mgr.js
+1
-0
package-lock.json
form/package-lock.json
+75
-16369
package.json
form/package.json
+1
-1
No files found.
.DS_Store
View file @
803af643
No preview for this file type
assets/LWD_3.meta
View file @
803af643
{"ver":"1.1.2","uuid":"551f3197-dce7-4bd2-a290-e784ab1d271a","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{"ios":false,"android":false},"subMetas":{}}
{
\ No newline at end of file
"ver": "1.1.2",
"uuid": "551f3197-dce7-4bd2-a290-e784ab1d271a",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {
"ios": false,
"android": false
},
"subMetas": {}
}
\ No newline at end of file
assets/LWD_3/scene/LWD_3.js
View file @
803af643
...
@@ -219,8 +219,8 @@ var game = cc.Class({
...
@@ -219,8 +219,8 @@ var game = cc.Class({
//播放猫动画
//播放猫动画
playLionDragon
(
name
)
{
playLionDragon
(
name
)
{
this
.
dragonLion
.
armatureName
=
"
Armature
"
;
//
this.dragonLion.armatureName = "Armature";
this
.
dragonLion
.
playAnimation
(
name
);
this
.
dragonLion
.
playAnimation
(
name
,
-
1
);
},
},
//点击猫猫
//点击猫猫
...
...
assets/LWD_3/script/manager/res_mgr.js
View file @
803af643
...
@@ -69,6 +69,7 @@ LWD_3.res_mgr = {
...
@@ -69,6 +69,7 @@ LWD_3.res_mgr = {
LWD_3
.
data_mgr
.
dragonName
=
data
.
animation
[
0
].
name
;
LWD_3
.
data_mgr
.
dragonName
=
data
.
animation
[
0
].
name
;
animationDisplay
.
node
.
active
=
true
;
animationDisplay
.
node
.
active
=
true
;
animationDisplay
.
playAnimation
(
'
normal
'
,
-
1
);
}
}
});
});
}
}
...
...
form/package-lock.json
View file @
803af643
This source diff could not be displayed because it is too large. You can
view the blob
instead.
form/package.json
View file @
803af643
...
@@ -55,4 +55,4 @@
...
@@ -55,4 +55,4 @@
"tslint"
:
"~5.18.0"
,
"tslint"
:
"~5.18.0"
,
"typescript"
:
"~3.7.5"
"typescript"
:
"~3.7.5"
}
}
}
}
\ No newline at end of file
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