Commit 9c66311d authored by haiyoucuv's avatar haiyoucuv

init

parent 4622bac8
...@@ -193,7 +193,7 @@ ...@@ -193,7 +193,7 @@
"_priority": 1073741824, "_priority": 1073741824,
"_fov": 45, "_fov": 45,
"_fovAxis": 0, "_fovAxis": 0,
"_orthoHeight": 850.9565217391305, "_orthoHeight": 726.1043723554302,
"_near": 1, "_near": 1,
"_far": 2000, "_far": 2000,
"_color": { "_color": {
...@@ -7233,7 +7233,7 @@ ...@@ -7233,7 +7233,7 @@
"a": 255 "a": 255
}, },
"_spriteFrame": { "_spriteFrame": {
"__uuid__": "268d191c-2e4e-4a0e-a8c1-2cfb873c3fd7@f9941", "__uuid__": "3b9d059e-f51b-4857-a379-b4d2f2614914@f9941",
"__expectedType__": "cc.SpriteFrame" "__expectedType__": "cc.SpriteFrame"
}, },
"_type": 0, "_type": 0,
......
{
"ver": "1.0.27",
"importer": "image",
"imported": true,
"uuid": "268d191c-2e4e-4a0e-a8c1-2cfb873c3fd7",
"files": [
".json",
".png"
],
"subMetas": {
"6c48a": {
"importer": "texture",
"uuid": "268d191c-2e4e-4a0e-a8c1-2cfb873c3fd7@6c48a",
"displayName": "change-sliver",
"id": "6c48a",
"name": "texture",
"userData": {
"wrapModeS": "clamp-to-edge",
"wrapModeT": "clamp-to-edge",
"imageUuidOrDatabaseUri": "268d191c-2e4e-4a0e-a8c1-2cfb873c3fd7",
"isUuid": true,
"visible": false,
"minfilter": "linear",
"magfilter": "linear",
"mipfilter": "none",
"anisotropy": 0
},
"ver": "1.0.22",
"imported": true,
"files": [
".json"
],
"subMetas": {}
},
"f9941": {
"importer": "sprite-frame",
"uuid": "268d191c-2e4e-4a0e-a8c1-2cfb873c3fd7@f9941",
"displayName": "change-sliver",
"id": "f9941",
"name": "spriteFrame",
"userData": {
"trimType": "auto",
"trimThreshold": 1,
"rotated": false,
"offsetX": 0.5,
"offsetY": 1,
"trimX": 32,
"trimY": 32,
"width": 137,
"height": 134,
"rawWidth": 200,
"rawHeight": 200,
"borderTop": 0,
"borderBottom": 0,
"borderLeft": 0,
"borderRight": 0,
"packable": true,
"pixelsToUnit": 100,
"pivotX": 0.5,
"pivotY": 0.5,
"meshType": 0,
"vertices": {
"rawPosition": [
-68.5,
-67,
0,
68.5,
-67,
0,
-68.5,
67,
0,
68.5,
67,
0
],
"indexes": [
0,
1,
2,
2,
1,
3
],
"uv": [
32,
168,
169,
168,
32,
34,
169,
34
],
"nuv": [
0.16,
0.17,
0.845,
0.17,
0.16,
0.84,
0.845,
0.84
],
"minPos": [
-68.5,
-67,
0
],
"maxPos": [
68.5,
67,
0
]
},
"isUuid": true,
"imageUuidOrDatabaseUri": "268d191c-2e4e-4a0e-a8c1-2cfb873c3fd7@6c48a",
"atlasUuid": ""
},
"ver": "1.0.12",
"imported": true,
"files": [
".json"
],
"subMetas": {}
}
},
"userData": {
"type": "sprite-frame",
"hasAlpha": true,
"fixAlphaTransparencyArtifacts": false,
"redirect": "268d191c-2e4e-4a0e-a8c1-2cfb873c3fd7@6c48a"
}
}
...@@ -238,7 +238,7 @@ ...@@ -238,7 +238,7 @@
}, },
"_type": 0, "_type": 0,
"_fillType": 0, "_fillType": 0,
"_sizeMode": 1, "_sizeMode": 0,
"_fillCenter": { "_fillCenter": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
"x": 0, "x": 0,
......
{"ver":"1.0.8","importer":"auto-atlas","imported":true,"uuid":"e6d45b5c-bdb1-460b-af35-d4e04c4c8b13","files":[".json"],"subMetas":{},"userData":{"maxWidth":2048,"maxHeight":2048,"padding":2,"allowRotation":true,"forceSquared":false,"powerOfTwo":false,"algorithm":"MaxRects","format":"png","quality":80,"contourBleed":true,"paddingBleed":true,"filterUnused":false,"removeTextureInBundle":true,"removeImageInBundle":true,"removeSpriteAtlasInBundle":true,"compressSettings":{},"textureSetting":{"wrapModeS":"repeat","wrapModeT":"repeat","minfilter":"linear","magfilter":"linear","mipfilter":"none","anisotropy":0}}}
...@@ -20,6 +20,7 @@ import store from "../Scripts/store/store"; ...@@ -20,6 +20,7 @@ import store from "../Scripts/store/store";
import { getPreLoadList, preload } from "../Scripts/Utils/LoaderTools"; import { getPreLoadList, preload } from "../Scripts/Utils/LoaderTools";
import { AudioMgr } from "../core_tgx/base/AudioMgr"; import { AudioMgr } from "../core_tgx/base/AudioMgr";
import shareStore from "../Scripts/store/shareStore"; import shareStore from "../Scripts/store/shareStore";
import GetPrize from "../Scripts/Panels/GetPrize";
const { ccclass, property } = _decorator; const { ccclass, property } = _decorator;
...@@ -92,6 +93,18 @@ export class Start extends Component{ ...@@ -92,6 +93,18 @@ export class Start extends Component{
path: "HomeScene", path: "HomeScene",
type: "bundle", type: "bundle",
}, },
{
path: "SnakeSkin",
type: "bundle",
},
{
path: "SignPanel",
type: "bundle",
},
{
path: "GetPrize",
type: "bundle",
},
{ {
path: "MainGame", path: "MainGame",
type: "bundle" type: "bundle"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment