Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
firepower_fort
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
firepower_fort
Commits
88a1d772
Commit
88a1d772
authored
Jun 27, 2022
by
yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
能量石计算
parent
2ec53012
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
layout_connon.ts
assets/firepower_fort/scene/game/layout_connon.ts
+1
-1
No files found.
assets/firepower_fort/scene/game/layout_connon.ts
View file @
88a1d772
...
@@ -193,9 +193,9 @@ export default class layout_cannon extends cc.Component {
...
@@ -193,9 +193,9 @@ export default class layout_cannon extends cc.Component {
bomb
.
getComponent
(
dragonBones
.
ArmatureDisplay
).
addEventListener
(
dragonBones
.
EventObject
.
LOOP_COMPLETE
,
()
=>
{
bomb
.
getComponent
(
dragonBones
.
ArmatureDisplay
).
addEventListener
(
dragonBones
.
EventObject
.
LOOP_COMPLETE
,
()
=>
{
bomb
.
active
=
false
;
bomb
.
active
=
false
;
this
.
rightNum
++
;
this
.
rightNum
++
;
if
(
this
.
rightNum
==
1
)
Game
.
getIns
().
player
.
addRight
();
pg
.
audio
.
playAudioByUrl
(
data
.
audioUrl
,
()
=>
{
pg
.
audio
.
playAudioByUrl
(
data
.
audioUrl
,
()
=>
{
if
(
!
Game
.
getIns
().
getCurrentPage
().
checkMore
||
this
.
rightNum
>
1
)
{
if
(
!
Game
.
getIns
().
getCurrentPage
().
checkMore
||
this
.
rightNum
>
1
)
{
Game
.
getIns
().
player
.
addRight
();
pg
.
event
.
emit
(
"
game_time_over
"
);
pg
.
event
.
emit
(
"
game_time_over
"
);
}
else
{
}
else
{
pg
.
event
.
emit
(
"
play_laba_audio
"
);
pg
.
event
.
emit
(
"
play_laba_audio
"
);
...
...
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