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
8fb93666
Commit
8fb93666
authored
May 07, 2025
by
Vũ Gia Vương
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix hammer, change splash
parent
c812d781
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
main.fire
assets/main.fire
+4
-4
BreakingJarController.ts
assets/scripts/GamePlay/BreakingJarController.ts
+2
-2
splash.png
build-templates/web-mobile/splash.png
+0
-0
project.json
settings/project.json
+1
-1
No files found.
assets/main.fire
View file @
8fb93666
...
...
@@ -553,8 +553,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
1
029.842
,
76
,
1
795.934
,
2437.4
,
0,
0,
0,
...
...
@@ -11926,8 +11926,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
1787.226
,
-6.605
,
3438.053
,
2476.813
,
0,
0,
0,
...
...
assets/scripts/GamePlay/BreakingJarController.ts
View file @
8fb93666
...
...
@@ -158,9 +158,9 @@ export default class BreakingJarController extends cc.Component {
}
private
onHammer
(
newPos
:
cc
.
Vec2
)
{
this
.
hammerNode
.
active
=
true
;
cc
.
Tween
.
stopAllByTarget
(
this
.
hammerNode
);
this
.
_spine
.
setAnimation
(
0
,
"Dap4"
,
false
);
this
.
hammerNode
.
active
=
true
;
cc
.
tween
(
this
.
hammerNode
)
.
to
(
0.5
,
{
position
:
cc
.
v3
(
newPos
.
x
,
newPos
.
y
,
0
)
})
...
...
build-templates/web-mobile/splash.png
View replaced file @
c812d781
View file @
8fb93666
485 KB
|
W:
|
H:
499 KB
|
W:
|
H:
2-up
Swipe
Onion skin
settings/project.json
View file @
8fb93666
{
"last-module-event-record-time"
:
174
5838037290
"last-module-event-record-time"
:
174
6606709842
}
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