Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
elephant
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
elephant
Commits
92719a2e
Commit
92719a2e
authored
Jun 13, 2022
by
liujiaxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
123
parent
f4053fd2
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
160 additions
and
88 deletions
+160
-88
elephant.fire
assets/elephant/scene/elephant.fire
+84
-84
white.png
assets/elephant/textures/white.png
+0
-0
white.png.meta
assets/elephant/textures/white.png.meta
+36
-0
builder.json
settings/builder.json
+5
-3
project.json
settings/project.json
+35
-1
No files found.
assets/elephant/scene/elephant.fire
View file @
92719a2e
This diff is collapsed.
Click to expand it.
assets/elephant/textures/white.png
0 → 100644
View file @
92719a2e
118 Bytes
assets/elephant/textures/white.png.meta
0 → 100644
View file @
92719a2e
{
"ver": "2.3.5",
"uuid": "0bca6776-58eb-4874-973b-9cb4c6679290",
"type": "sprite",
"wrapMode": "clamp",
"filterMode": "bilinear",
"premultiplyAlpha": false,
"genMipmaps": false,
"packable": true,
"width": 20,
"height": 20,
"platformSettings": {},
"subMetas": {
"white": {
"ver": "1.0.4",
"uuid": "e58ceeac-13e1-4a70-ada2-51b11ef3d40b",
"rawTextureUuid": "0bca6776-58eb-4874-973b-9cb4c6679290",
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0,
"offsetY": 0,
"trimX": 0,
"trimY": 0,
"width": 20,
"height": 20,
"rawWidth": 20,
"rawHeight": 20,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"subMetas": {}
}
}
}
\ No newline at end of file
settings/builder.json
View file @
92719a2e
{
"title"
:
"play"
,
"packageName"
:
"org.cocos2d.demo"
,
"startScene"
:
"0
737ce42-24f0-45c6-8e1a-8bdab4f74ba3
"
,
"startScene"
:
"0
549dbe2-6b62-4185-9f54-d1ff0c7e63cb
"
,
"excludeScenes"
:
[],
"includeSDKBox"
:
false
,
"orientation"
:
{
...
...
@@ -28,7 +28,8 @@
},
"ios"
:
{
"REMOTE_SERVER_ROOT"
:
""
,
"packageName"
:
"org.cocos2d.demo"
"packageName"
:
"org.cocos2d.demo"
,
"ios_enable_jit"
:
true
},
"mac"
:
{
"REMOTE_SERVER_ROOT"
:
""
,
...
...
@@ -50,5 +51,6 @@
"scheme"
:
"https"
,
"skipRecord"
:
false
},
"appBundle"
:
false
"appBundle"
:
false
,
"agreements"
:
{}
}
settings/project.json
View file @
92719a2e
...
...
@@ -2,5 +2,39 @@
"last-module-event-record-time"
:
1600677246969
,
"migrate-history"
:
[
"cloud-function"
]
],
"group-list"
:
[
"default"
],
"collision-matrix"
:
[
[
true
]
],
"excluded-modules"
:
[
"3D Physics/Builtin"
],
"preview-port"
:
7456
,
"design-resolution-width"
:
1200
,
"design-resolution-height"
:
750
,
"fit-width"
:
true
,
"fit-height"
:
true
,
"use-project-simulator-setting"
:
false
,
"simulator-orientation"
:
false
,
"use-customize-simulator"
:
true
,
"simulator-resolution"
:
{
"width"
:
960
,
"height"
:
640
},
"clear-simulator-cache"
:
true
,
"facebook"
:
{
"enable"
:
false
,
"appID"
:
""
,
"live"
:
{
"enable"
:
false
},
"audience"
:
{
"enable"
:
false
}
}
}
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