Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OP15
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
OP15
Commits
eec4c3e6
Commit
eec4c3e6
authored
Nov 25, 2021
by
liujiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
348afab9
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
26723 additions
and
10834 deletions
+26723
-10834
package-lock.json
form/package-lock.json
+16535
-162
yarn.lock
form/yarn.lock
+9422
-9508
package-lock.json
package-lock.json
+561
-0
OP15.meta
play/assets/OP15.meta
+1
-12
OP15.js
play/assets/OP15/scene/OP15.js
+4
-4
scene.js
play/assets/OP15/scene/scene.js
+0
-948
yarn.lock
yarn.lock
+200
-200
No files found.
form/package-lock.json
View file @
eec4c3e6
This diff is collapsed.
Click to expand it.
form/yarn.lock
View file @
eec4c3e6
This diff is collapsed.
Click to expand it.
package-lock.json
0 → 100644
View file @
eec4c3e6
This diff is collapsed.
Click to expand it.
play/assets/OP15.meta
View file @
eec4c3e6
{
{"ver":"1.1.2","uuid":"c35bb2f6-f24a-4850-ae44-643f2fdc7541","isBundle":false,"bundleName":"","priority":1,"compressionType":{},"optimizeHotUpdate":{},"inlineSpriteFrames":{},"isRemoteBundle":{},"subMetas":{}}
"ver": "1.1.2",
\ No newline at end of file
"uuid": "c35bb2f6-f24a-4850-ae44-643f2fdc7541",
"isBundle": false,
"bundleName": "",
"priority": 1,
"compressionType": {},
"optimizeHotUpdate": {},
"inlineSpriteFrames": {},
"isRemoteBundle": {},
"subMetas": {}
}
\ No newline at end of file
play/assets/OP15/scene/OP15.js
View file @
eec4c3e6
...
@@ -444,8 +444,8 @@ cc.Class({
...
@@ -444,8 +444,8 @@ cc.Class({
invoke
:
{
invoke
:
{
src
:
(
ctx
)
=>
{
src
:
(
ctx
)
=>
{
console
.
log
(
'
game begin
'
);
console
.
log
(
'
game begin
'
);
if
(
window
.
air
&&
window
.
air
.
openOsmoFingerRead
)
{
if
(
window
.
courseware
&&
window
.
courseware
.
openOsmoFingerRead
)
{
window
.
air
.
openOsmoFingerRead
()
window
.
courseware
.
openOsmoFingerRead
()
}
}
return
new
Promise
((
resolve
,
reject
)
=>
{
return
new
Promise
((
resolve
,
reject
)
=>
{
playAudioByUrl
(
this
.
data
.
begin_audio
,
()
=>
{
playAudioByUrl
(
this
.
data
.
begin_audio
,
()
=>
{
...
@@ -479,8 +479,8 @@ cc.Class({
...
@@ -479,8 +479,8 @@ cc.Class({
entry
:
(
ctx
,
event
)
=>
{
entry
:
(
ctx
,
event
)
=>
{
console
.
log
(
'
game end
'
,
ctx
,
event
);
console
.
log
(
'
game end
'
,
ctx
,
event
);
if
(
window
.
air
&&
window
.
air
.
closeOsmoFingerRead
)
{
if
(
window
.
courseware
&&
window
.
courseware
.
closeOsmoFingerRead
)
{
window
.
air
.
closeOsmoFingerRead
()
window
.
courseware
.
closeOsmoFingerRead
()
}
}
playAudioByUrl
(
this
.
data
.
end_audio
,
()
=>
{
playAudioByUrl
(
this
.
data
.
end_audio
,
()
=>
{
console
.
log
(
'
game finish
'
);
console
.
log
(
'
game finish
'
);
...
...
play/assets/OP15/scene/scene.js
deleted
100644 → 0
View file @
348afab9
This diff is collapsed.
Click to expand it.
yarn.lock
View file @
eec4c3e6
This diff is collapsed.
Click to expand it.
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