Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dap-hu
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
Vũ Gia Vương
dap-hu
Commits
dbd4db80
Commit
dbd4db80
authored
Apr 28, 2025
by
Vũ Gia Vương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add present
parent
5c48ef06
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
486 additions
and
480 deletions
+486
-480
main.fire
assets/main.fire
+480
-476
BehindFragment.ts
assets/scripts/GamePlay/BehindFragment.ts
+5
-3
project.json
settings/project.json
+1
-1
No files found.
assets/main.fire
View file @
dbd4db80
This diff is collapsed.
Click to expand it.
assets/scripts/GamePlay/BehindFragment.ts
View file @
dbd4db80
...
@@ -18,9 +18,11 @@ export default class BehindFragment extends cc.Component {
...
@@ -18,9 +18,11 @@ export default class BehindFragment extends cc.Component {
}
}
public
onDrop
()
{
public
onDrop
()
{
this
.
scheduleOnce
(()
=>
{
this
.
_rg
.
type
=
cc
.
RigidBodyType
.
Dynamic
;
this
.
_rg
.
type
=
cc
.
RigidBodyType
.
Dynamic
;
this
.
_rg
.
gravityScale
=
10
;
this
.
_rg
.
gravityScale
=
10
;
this
.
_physicsCollider
.
enabled
=
true
;
this
.
_physicsCollider
.
enabled
=
true
;
},
1.1
);
}
}
public
reset
()
{
public
reset
()
{
...
...
settings/project.json
View file @
dbd4db80
{
{
"last-module-event-record-time"
:
174
3246331454
"last-module-event-record-time"
:
174
5838037290
}
}
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