Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
debug_shell
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
debug_shell
Commits
324b324d
Commit
324b324d
authored
Dec 22, 2021
by
liujiangnan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 更换图片
parent
04a1efcd
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
15 deletions
+19
-15
debug_shell.fire
play/assets/debug_shell/scene/debug_shell.fire
+10
-10
oxford_front.ts
play/assets/oxford_front/scene/oxford_front.ts
+4
-0
letter_ror.png
play/assets/oxford_front/textures/letter/letter_ror.png
+0
-0
letter_sos.png
play/assets/oxford_front/textures/letter/letter_sos.png
+0
-0
letter_sos.png.meta
play/assets/oxford_front/textures/letter/letter_sos.png.meta
+4
-4
project.json
play/settings/project.json
+1
-1
No files found.
play/assets/debug_shell/scene/debug_shell.fire
View file @
324b324d
...
...
@@ -12479,8 +12479,8 @@
},
"_contentSize": {
"__type__": "cc.Size",
"width": 2
91
,
"height": 3
24
"width": 2
82
,
"height": 3
00
},
"_anchorPoint": {
"__type__": "cc.Vec2",
...
...
@@ -12491,8 +12491,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-6
69.90
2,
5
.877
,
-6
82.27
2,
5
5.359
,
0,
0,
0,
...
...
@@ -12598,8 +12598,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
-146.90
8,
23.506
,
525.36
8,
56.338
,
0,
0,
0,
...
...
@@ -12705,8 +12705,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
235.053
,
-152.783
,
107.537
,
175.692
,
0,
0,
0,
...
...
@@ -12812,8 +12812,8 @@
"__type__": "TypedArray",
"ctor": "Float64Array",
"array": [
581.757
,
176.289
,
-311.474
,
-145.651
,
0,
0,
0,
...
...
play/assets/oxford_front/scene/oxford_front.ts
View file @
324b324d
...
...
@@ -251,7 +251,11 @@ export default class SceneComponent extends MyCocosSceneComponent {
cc
.
audioEngine
.
playMusic
(
this
.
bgMusic1
,
true
);
// event.type !== 'BACK'
console
.
log
(
'
-----------------
'
);
console
.
log
(
this
.
BASE_URL
+
'
/api/syllabus/v1/list?orgid=507
'
);
console
.
log
(
'
-----------------
'
);
this
.
callNetworkApiGet
(
this
.
BASE_URL
+
'
/api/syllabus/v1/list?orgid=507
'
,
(
resp
:
any
)
=>
{
console
.
log
(
"
***************************
"
);
resp
=
JSON
.
parse
(
resp
);
if
(
resp
.
msg
==
'
success
'
)
{
let
{
rows
}
=
resp
...
...
play/assets/oxford_front/textures/letter/letter_ror.png
View replaced file @
04a1efcd
View file @
324b324d
15.3 KB
|
W:
|
H:
16.2 KB
|
W:
|
H:
2-up
Swipe
Onion skin
play/assets/oxford_front/textures/letter/letter_sos.png
View replaced file @
04a1efcd
View file @
324b324d
13.9 KB
|
W:
|
H:
15.1 KB
|
W:
|
H:
2-up
Swipe
Onion skin
play/assets/oxford_front/textures/letter/letter_sos.png.meta
View file @
324b324d
...
...
@@ -22,10 +22,10 @@
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 2
91
,
"height": 3
24
,
"rawWidth": 2
91
,
"rawHeight": 3
24
,
"width": 2
82
,
"height": 3
00
,
"rawWidth": 2
82
,
"rawHeight": 3
00
,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
...
...
play/settings/project.json
View file @
324b324d
{
"last-module-event-record-time"
:
163
8702559613
,
"last-module-event-record-time"
:
163
9899509564
,
"migrate-history"
:
[
"cloud-function"
],
...
...
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