Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
PK_Game
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
PK_Game
Commits
44df56b3
Commit
44df56b3
authored
Oct 23, 2023
by
杨一航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:1.1
parent
370bdbb3
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
465 additions
and
74 deletions
+465
-74
loopPP.anim
assets/PK_Game/animation/loopPP.anim
+49
-0
loopPP.anim.meta
assets/PK_Game/animation/loopPP.anim.meta
+5
-0
PK_Game.fire
assets/PK_Game/scene/PK_Game.fire
+406
-74
PK_Game.ts
assets/PK_Game/scene/PK_Game.ts
+5
-0
No files found.
assets/PK_Game/animation/loopPP.anim
0 → 100644
View file @
44df56b3
{
"__type__": "cc.AnimationClip",
"_name": "loopPP",
"_objFlags": 0,
"_native": "",
"_duration": 0.8333333333333334,
"sample": 60,
"speed": 1,
"wrapMode": 2,
"curveData": {
"props": {
"scale": [
{
"frame": 0,
"value": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
}
},
{
"frame": 0.3333333333333333,
"value": {
"__type__": "cc.Vec2",
"x": 1.1,
"y": 1.1
}
},
{
"frame": 0.5,
"value": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
}
},
{
"frame": 0.8333333333333334,
"value": {
"__type__": "cc.Vec2",
"x": 1,
"y": 1
}
}
]
}
},
"events": []
}
\ No newline at end of file
assets/PK_Game/animation/loopPP.anim.meta
0 → 100644
View file @
44df56b3
{
"ver": "2.1.0",
"uuid": "6764ec33-f680-482f-a9d2-5b5edac24e93",
"subMetas": {}
}
\ No newline at end of file
assets/PK_Game/scene/PK_Game.fire
View file @
44df56b3
This diff is collapsed.
Click to expand it.
assets/PK_Game/scene/PK_Game.ts
View file @
44df56b3
...
@@ -433,6 +433,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
...
@@ -433,6 +433,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
onCloseCover
()
{
this
.
node
.
getChildByName
(
"
cover
"
).
active
=
false
;
}
finish
()
{
finish
()
{
// onHomeworkFinish();
// onHomeworkFinish();
...
...
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