Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
temp_mz_cocos
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
temp_mz_cocos
Commits
a912174e
Commit
a912174e
authored
Sep 10, 2025
by
limingzhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: debug
parent
437e67e8
Changes
11
Show whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
6 additions
and
6 deletions
+6
-6
layout_connon_temp_mz_cocos.ts
...s/temp_mz_cocos/scene/game/layout_connon_temp_mz_cocos.ts
+2
-2
layout_connon_temp_mz_cocos.ts.meta
...p_mz_cocos/scene/game/layout_connon_temp_mz_cocos.ts.meta
+0
-0
layout_fish_temp_mz_cocos.ts
assets/temp_mz_cocos/scene/game/layout_fish_temp_mz_cocos.ts
+0
-0
layout_fish_temp_mz_cocos.ts.meta
...emp_mz_cocos/scene/game/layout_fish_temp_mz_cocos.ts.meta
+0
-0
layout_info_temp_mz_cocos.ts
assets/temp_mz_cocos/scene/game/layout_info_temp_mz_cocos.ts
+2
-2
layout_info_temp_mz_cocos.ts.meta
...emp_mz_cocos/scene/game/layout_info_temp_mz_cocos.ts.meta
+0
-0
temp_mz_cocos.ts
assets/temp_mz_cocos/scene/temp_mz_cocos.ts
+2
-2
Game_temp_mz_cocos.ts
assets/temp_mz_cocos/scene/tool/Game_temp_mz_cocos.ts
+0
-0
Game_temp_mz_cocos.ts.meta
assets/temp_mz_cocos/scene/tool/Game_temp_mz_cocos.ts.meta
+0
-0
pg_temp_mz_cocos.ts
assets/temp_mz_cocos/scene/tool/pg_temp_mz_cocos.ts
+0
-0
pg_temp_mz_cocos.ts.meta
assets/temp_mz_cocos/scene/tool/pg_temp_mz_cocos.ts.meta
+0
-0
No files found.
assets/temp_mz_cocos/scene/game/layout_connon_
firepower_fort
.ts
→
assets/temp_mz_cocos/scene/game/layout_connon_
temp_mz_cocos
.ts
View file @
a912174e
...
...
@@ -5,8 +5,8 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import
Game
,
{
GAME_STATE
,
Option
}
from
"
../tool/Game_
firepower_fort
"
;
import
pg
from
"
../tool/pg_
firepower_fort
"
;
import
Game
,
{
GAME_STATE
,
Option
}
from
"
../tool/Game_
temp_mz_cocos
"
;
import
pg
from
"
../tool/pg_
temp_mz_cocos
"
;
pg
.
event
.
clear
();
const
{
ccclass
,
property
}
=
cc
.
_decorator
;
...
...
assets/temp_mz_cocos/scene/game/layout_connon_
firepower_fort
.ts.meta
→
assets/temp_mz_cocos/scene/game/layout_connon_
temp_mz_cocos
.ts.meta
View file @
a912174e
File moved
assets/temp_mz_cocos/scene/game/layout_fish_
firepower_fort
.ts
→
assets/temp_mz_cocos/scene/game/layout_fish_
temp_mz_cocos
.ts
View file @
a912174e
File moved
assets/temp_mz_cocos/scene/game/layout_fish_
firepower_fort
.ts.meta
→
assets/temp_mz_cocos/scene/game/layout_fish_
temp_mz_cocos
.ts.meta
View file @
a912174e
File moved
assets/temp_mz_cocos/scene/game/layout_info_
firepower_fort
.ts
→
assets/temp_mz_cocos/scene/game/layout_info_
temp_mz_cocos
.ts
View file @
a912174e
...
...
@@ -5,8 +5,8 @@
// Learn life-cycle callbacks:
// - https://docs.cocos.com/creator/manual/en/scripting/life-cycle-callbacks.html
import
Game
,
{
GAME_STATE
}
from
"
../tool/Game_
firepower_fort
"
;
import
pg
from
"
../tool/pg_
firepower_fort
"
;
import
Game
,
{
GAME_STATE
}
from
"
../tool/Game_
temp_mz_cocos
"
;
import
pg
from
"
../tool/pg_
temp_mz_cocos
"
;
pg
.
event
.
clear
();
const
{
ccclass
,
property
}
=
cc
.
_decorator
;
...
...
assets/temp_mz_cocos/scene/game/layout_info_
firepower_fort
.ts.meta
→
assets/temp_mz_cocos/scene/game/layout_info_
temp_mz_cocos
.ts.meta
View file @
a912174e
File moved
assets/temp_mz_cocos/scene/temp_mz_cocos.ts
View file @
a912174e
import
{
asyncDelay
,
onHomeworkFinish
}
from
"
../script/util_temp_mz_cocos
"
;
import
{
MyCocosSceneComponent
}
from
"
../script/MyCocosSceneComponent_temp_mz_cocos
"
;
import
Game
,
{
FISH_OUT
,
GAME_STATE
,
Option
}
from
"
./tool/Game_
firepower_fort
"
;
import
pg
from
"
./tool/pg_
firepower_fort
"
;
import
Game
,
{
FISH_OUT
,
GAME_STATE
,
Option
}
from
"
./tool/Game_
temp_mz_cocos
"
;
import
pg
from
"
./tool/pg_
temp_mz_cocos
"
;
const
{
ccclass
,
property
}
=
cc
.
_decorator
;
...
...
assets/temp_mz_cocos/scene/tool/Game_
firepower_fort
.ts
→
assets/temp_mz_cocos/scene/tool/Game_
temp_mz_cocos
.ts
View file @
a912174e
File moved
assets/temp_mz_cocos/scene/tool/Game_
firepower_fort
.ts.meta
→
assets/temp_mz_cocos/scene/tool/Game_
temp_mz_cocos
.ts.meta
View file @
a912174e
File moved
assets/temp_mz_cocos/scene/tool/pg_
firepower_fort
.ts
→
assets/temp_mz_cocos/scene/tool/pg_
temp_mz_cocos
.ts
View file @
a912174e
File moved
assets/temp_mz_cocos/scene/tool/pg_
firepower_fort
.ts.meta
→
assets/temp_mz_cocos/scene/tool/pg_
temp_mz_cocos
.ts.meta
View file @
a912174e
File moved
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