Skip to content

Commit

Permalink
Project init
Browse files Browse the repository at this point in the history
  • Loading branch information
JoneLau committed Nov 8, 2019
1 parent 21d4b95 commit e3206b7
Show file tree
Hide file tree
Showing 229 changed files with 29,673 additions and 1 deletion.
69 changes: 69 additions & 0 deletions .gitignore
@@ -0,0 +1,69 @@
#/////////////////////////////////////////////////////////////////////////////
# Fireball Projects
#/////////////////////////////////////////////////////////////////////////////

library/
temp/
local/
build/
packages/
profiles/

#/////////////////////////////////////////////////////////////////////////////
# Logs and databases
#/////////////////////////////////////////////////////////////////////////////

*.log
*.sql
*.sqlite

#/////////////////////////////////////////////////////////////////////////////
# files for debugger
#/////////////////////////////////////////////////////////////////////////////

*.sln
*.csproj
*.pidb
*.unityproj
*.suo

#/////////////////////////////////////////////////////////////////////////////
# OS generated files
#/////////////////////////////////////////////////////////////////////////////

.DS_Store
ehthumbs.db
Thumbs.db

#/////////////////////////////////////////////////////////////////////////////
# exvim files
#/////////////////////////////////////////////////////////////////////////////

*UnityVS.meta
*.err
*.err.meta
*.exvim
*.exvim.meta
*.vimentry
*.vimentry.meta
*.vimproject
*.vimproject.meta
.vimfiles.*/
.exvim.*/
quick_gen_project_*_autogen.bat
quick_gen_project_*_autogen.bat.meta
quick_gen_project_*_autogen.sh
quick_gen_project_*_autogen.sh.meta
.exvim.app

#/////////////////////////////////////////////////////////////////////////////
# webstorm files
#/////////////////////////////////////////////////////////////////////////////

.idea/

#//////////////////////////
# VS Code
#//////////////////////////

.vscode/
3 changes: 2 additions & 1 deletion README.md
@@ -1 +1,2 @@
demo-ball
# 弹弹乐3D

11 changes: 11 additions & 0 deletions assets/res.meta
@@ -0,0 +1,11 @@
{
"ver": "0.0.1",
"importer": "*",
"imported": true,
"uuid": "b164a31f-2e77-4b9e-a697-a6a815ed62c1",
"files": [],
"subMetas": {},
"userData": {
"isSubpackage": false
}
}
9 changes: 9 additions & 0 deletions assets/res/animation.meta
@@ -0,0 +1,9 @@
{
"ver": "0.0.1",
"importer": "*",
"imported": true,
"uuid": "7ea36067-d2a4-4462-aaa3-96055f1e2e74",
"files": [],
"subMetas": {},
"userData": {}
}
9 changes: 9 additions & 0 deletions assets/res/animation/fight.meta
@@ -0,0 +1,9 @@
{
"ver": "0.0.1",
"importer": "*",
"imported": true,
"uuid": "668e9671-82da-4e3b-884c-12d7b5e02ea4",
"files": [],
"subMetas": {},
"userData": {}
}
101 changes: 101 additions & 0 deletions assets/res/animation/fight/score.anim
@@ -0,0 +1,101 @@
{
"__type__": "cc.AnimationClip",
"_name": "score",
"_objFlags": 0,
"_native": "",
"sample": 15,
"speed": 1,
"wrapMode": 0,
"curveDatas": {
"score": {
"props": {
"scale": {
"keys": 0,
"values": [
{
"__type__": "cc.Vec3",
"x": 0.8,
"y": 0.8,
"z": 1
},
{
"__type__": "cc.Vec3",
"x": 1.2,
"y": 1.2,
"z": 1
}
],
"easingMethods": [
null,
null
]
},
"position": {
"keys": 1,
"values": [
{
"__type__": "cc.Vec3",
"x": 0,
"y": 0,
"z": 0
},
{
"__type__": "cc.Vec3",
"x": 0,
"y": 50,
"z": 0
}
],
"easingMethods": [
null,
null
]
}
},
"comps": {
"cc.LabelComponent": {
"color": {
"keys": 2,
"values": [
{
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 0
},
{
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
}
],
"easingMethods": [
null,
null
]
}
}
}
}
},
"events": [],
"_duration": 0.3333333333333333,
"_keys": [
[
0,
0.3333333333333333
],
[
0,
0.3333333333333333
],
[
0,
0.3333333333333333
]
],
"_stepness": 0
}
11 changes: 11 additions & 0 deletions assets/res/animation/fight/score.anim.meta
@@ -0,0 +1,11 @@
{
"ver": "1.0.6",
"importer": "animation-clip",
"imported": true,
"uuid": "3394f8f3-cfc7-433a-b11f-3623f8865320",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}
53 changes: 53 additions & 0 deletions assets/res/animation/fight/tips.anim
@@ -0,0 +1,53 @@
{
"__type__": "cc.AnimationClip",
"_name": "tips",
"_objFlags": 0,
"_native": "",
"sample": 15,
"speed": 1,
"wrapMode": 2,
"curveDatas": {
"hand": {
"props": {
"position": {
"keys": 0,
"values": [
{
"__type__": "cc.Vec3",
"x": -76.341,
"y": -46.068,
"z": 0
},
{
"__type__": "cc.Vec3",
"x": 100.032,
"y": -46.068,
"z": 0
},
{
"__type__": "cc.Vec3",
"x": -77.777,
"y": -46.068,
"z": 0
}
],
"easingMethods": [
null,
null,
null
]
}
}
}
},
"events": [],
"_duration": 1.3333333333333333,
"_keys": [
[
0,
0.7333333333333333,
1.3333333333333333
]
],
"_stepness": 0
}
11 changes: 11 additions & 0 deletions assets/res/animation/fight/tips.anim.meta
@@ -0,0 +1,11 @@
{
"ver": "1.0.6",
"importer": "animation-clip",
"imported": true,
"uuid": "240414dc-ea55-4bce-9573-1ffc312d55d7",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}
93 changes: 93 additions & 0 deletions assets/res/animation/redDot.anim
@@ -0,0 +1,93 @@
{
"__type__": "cc.AnimationClip",
"_name": "redDot",
"_objFlags": 0,
"_native": "",
"sample": 15,
"speed": 1,
"wrapMode": 2,
"curveDatas": {
"/": {
"props": {
"scale": {
"keys": 0,
"values": [
{
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
},
{
"__type__": "cc.Vec3",
"x": 1.1,
"y": 1.1,
"z": 1.1
},
{
"__type__": "cc.Vec3",
"x": 1,
"y": 1,
"z": 1
}
],
"easingMethods": [
null,
null,
null
]
}
},
"comps": {
"cc.SpriteComponent": {
"color": {
"keys": 1,
"values": [
{
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
},
{
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 100
},
{
"__type__": "cc.Color",
"r": 255,
"g": 255,
"b": 255,
"a": 255
}
],
"easingMethods": [
null,
null,
null
]
}
}
}
}
},
"events": [],
"_duration": 1.3333333333333333,
"_keys": [
[
0,
0.6666666666666666,
1.3333333333333333
],
[
0,
0.6666666666666666,
1.3333333333333333
]
],
"_stepness": 0
}
11 changes: 11 additions & 0 deletions assets/res/animation/redDot.anim.meta
@@ -0,0 +1,11 @@
{
"ver": "1.0.6",
"importer": "animation-clip",
"imported": true,
"uuid": "51e5a2f1-47bc-4226-ab35-3273533da1e3",
"files": [
".json"
],
"subMetas": {},
"userData": {}
}

0 comments on commit e3206b7

Please sign in to comment.