Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
aks_03
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
aks_03
Commits
5a5c8090
Commit
5a5c8090
authored
May 10, 2021
by
Li MingZhe
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bug
parent
78899140
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
7 deletions
+6
-7
.DS_Store
.DS_Store
+0
-0
scene.js
play/assets/aks_03/script/scene.js
+4
-5
project.json
play/project.json
+1
-1
.DS_Store
publish/.DS_Store
+0
-0
.DS_Store
publish/publish/.DS_Store
+0
-0
config.json
publish/publish/config.json
+1
-1
No files found.
.DS_Store
View file @
5a5c8090
No preview for this file type
play/assets/aks_03/script/scene.js
View file @
5a5c8090
...
...
@@ -164,8 +164,8 @@ cc.Class({
cc
.
assetManager
.
loadAny
(
preloadArr
,
null
,
null
,
(
err
,
data
)
=>
{
// console.log(' preload data, ', data);
this
.
loadEnd
();
//
this.addServerListener();
//
this.loadEnd();
this
.
addServerListener
();
if
(
window
&&
window
[
"
air
"
])
{
window
[
"
air
"
].
hideAirClassLoading
();
...
...
@@ -240,9 +240,8 @@ cc.Class({
modelLevel
:
null
,
initData
()
{
this
.
isDebug
=
true
;
this
.
isTeacher
=
true
;
// this.isDebug = true;
// this.isTeacher = true;
this
.
treeTypeArr
=
[
'
apple
'
,
'
banana
'
,
'
orange
'
];
this
.
typeIndex
=
0
;
...
...
play/project.json
View file @
5a5c8090
...
...
@@ -3,6 +3,6 @@
"packages"
:
"packages"
,
"name"
:
"play"
,
"id"
:
"9af72fd2-44a6-4131-8ea3-3e1b3fa22231"
,
"version"
:
"2.4.
0
"
,
"version"
:
"2.4.
4
"
,
"isNew"
:
false
}
\ No newline at end of file
publish/.DS_Store
View file @
5a5c8090
No preview for this file type
publish/publish/.DS_Store
View file @
5a5c8090
No preview for this file type
publish/publish/config.json
View file @
5a5c8090
{
"ios"
:{
"sceneName"
:
"aks_03"
,
"version"
:
"c78de"
},
"android"
:{
"sceneName"
:
"aks_03"
,
"version"
:
"c78de"
}}
\ No newline at end of file
{
"ios"
:{
"sceneName"
:
"aks_03"
,
"version"
:
"c39ad"
},
"android"
:{
"sceneName"
:
"aks_03"
,
"version"
:
"c39ad"
}}
\ No newline at end of file
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