无头模式测试

This commit is contained in:
DESKTOP-5RP3AKU\Jisol
2023-11-22 03:51:37 +08:00
parent 5ab90ea221
commit 7389f6d716
535 changed files with 991 additions and 162534 deletions
+49 -47
View File
@@ -1,53 +1,55 @@
// const URL = "http://192.168.0.174:7457/web-desktop/web-desktop/index.html"
const express = require("express");
const app = express();
const URL = "http://127.0.0.1:3000/static/index.html"
// const express = require("express");
// const app = express();
const URL = "http://192.168.1.23:7456/web-desktop/web-desktop-001/index.html"
const runCocos = () => {
// const runCocos = () => {
const { JSDOM,ResourceLoader } = require('jsdom')
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
const { JSDOM,ResourceLoader } = require('jsdom')
const fetch = (...args) => import('node-fetch').then(({default: fetch}) => fetch(...args));
const WebGL = require('gl');
const { request } = require('express');
const WebGLRenderingContext = WebGL.WebGLRenderingContext;
WebGLRenderingContext.prototype.texSubImage2D = function(){};
const gl = WebGL(64, 64, { preserveDrawingBuffer: true });
const WebGL = require('gl');
const WebGLRenderingContext = WebGL.WebGLRenderingContext;
WebGLRenderingContext.prototype.texSubImage2D = function(){};
const gl = WebGL(64, 64, { preserveDrawingBuffer: true });
const resourceLoader = new ResourceLoader({
proxy: URL,
strictSSL: false,
userAgent: "Mellblomenator/9000",
});
const resourceLoader = new ResourceLoader({
proxy: URL,
strictSSL: false,
// userAgent: "Mellblomenator/9000",
});
fetch(URL).then(res => res.text()).then(html => {
console.log("HTML Index 文件: ",html)
global.window = (new JSDOM(html, {
url: URL,
referrer: URL,
contentType: "text/html; charset=utf-8",
resources:resourceLoader,
storageQuota: 10000000 ,
runScripts: "dangerously"
})).window;
let HGContext = window.HTMLCanvasElement.prototype.getContext;
window.TextDecoder = global.TextDecoder;
window.HTMLCanvasElement.prototype.getContext = function(type,data) {
if(type == "2d") {
const TD = HGContext.bind(this)(type,data);
TD.RenderComponentHandle = ()=>{}
return TD;
}
return gl;
};
window.requestAnimationFrame = global.requestAnimationFrame;
window.fetch = fetch;
window.GUser = "100000";
window.GPassworld = "123456";
})
fetch(URL).then(res => res.text()).then(html => {
console.log("HTML Index 文件: ",html)
global.window = (new JSDOM(html, {
url: URL,
referrer: URL,
contentType: "text/html; charset=utf-8",
resources:resourceLoader,
storageQuota: 10000000 ,
runScripts: "dangerously"
})).window;
let HGContext = window.HTMLCanvasElement.prototype.getContext;
window.TextDecoder = global.TextDecoder;
window.HTMLCanvasElement.prototype.getContext = function(type,data) {
if(type == "2d") {
const TD = HGContext.bind(this)(type,data);
TD.RenderComponentHandle = ()=>{}
return TD;
}
return gl;
};
window.requestAnimationFrame = global.requestAnimationFrame;
window.fetch = fetch;
})
setTimeout(() => {}, 99999999);
}
app.use('/static', express.static('static'))
app.listen(3000, () => {
console.log("服务启动");
runCocos();
});
setTimeout(() => {}, 99999999);
// }
// app.use('/static', express.static('static'))
// app.listen(3000, () => {
// console.log("服务启动");
// runCocos();
// });
-63
View File
@@ -1,63 +0,0 @@
System.register([], function (_export, _context) {
"use strict";
var cc, Application;
function _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError("Cannot call a class as a function"); } }
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }
return {
setters: [],
execute: function () {
_export("Application", Application = /*#__PURE__*/function () {
function Application() {
_classCallCheck(this, Application);
this.settingsPath = 'src/settings.json';
this.showFPS = true;
}
_createClass(Application, [{
key: "init",
value: function init(engine) {
cc = engine;
cc.game.onPostBaseInitDelegate.add(this.onPostInitBase.bind(this));
cc.game.onPostSubsystemInitDelegate.add(this.onPostSystemInit.bind(this));
}
}, {
key: "onPostInitBase",
value: function onPostInitBase() {// cc.settings.overrideSettings('assets', 'server', '');
// do custom logic
}
}, {
key: "onPostSystemInit",
value: function onPostSystemInit() {// do custom logic
}
}, {
key: "start",
value: function start() {
return cc.game.init({
debugMode: true ? cc.DebugMode.INFO : cc.DebugMode.ERROR,
settingsPath: this.settingsPath,
overrideSettings: {
// assets: {
// preloadBundles: [{ bundle: 'main', version: 'xxx' }],
// }
profiling: {
showFPS: this.showFPS
}
}
}).then(function () {
return cc.game.run();
});
}
}]);
return Application;
}());
}
};
});
-145
View File
@@ -1,145 +0,0 @@
{
"importBase": "import",
"nativeBase": "native",
"name": "internal",
"deps": [],
"uuids": [
"1c02ae6f-4492-4915-b8f8-7492a3b1e4cd",
"50f4348b-c883-4e2f-8f11-ce233b859fa1",
"60f7195c-ec2a-45eb-ba94-8955f60e81d0",
"810e96e4-e456-4468-9b59-f4e8f39732c0",
"871c3b6c-7379-419d-bda3-794b239ab90d",
"8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107",
"970b0598-bcb0-4714-91fb-2e81440dccd8",
"a3cd009f-0ab0-420d-9278-b9fdab939bbc",
"b5d6115f-0370-4d7c-aad3-c194cc71cf98",
"bcd64cc6-2dd9-43f6-abbe-66318d332032",
"c27215d8-6835-4b68-bfbb-bdeac6100c04",
"d930590d-bb92-4cc8-8bd1-23cd027f9edf",
"dd3a144d-ab7f-41f0-82b8-2e43a090d496",
"e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f",
"efe8e2a3-eace-427b-b4f1-cb8a937ec77d",
"f0416e68-0200-4b77-a926-4f9d16e494da",
"f92806d7-1768-443f-afe8-12bcde84d0f0",
"fda095cb-831d-4601-ad94-846013963de8"
],
"paths": {
"60f7195c-ec2a-45eb-ba94-8955f60e81d0": [
"db:/internal/effects/for2d/builtin-sprite",
"cc.EffectAsset"
],
"1c02ae6f-4492-4915-b8f8-7492a3b1e4cd": [
"db:/internal/effects/internal/builtin-graphics",
"cc.EffectAsset"
],
"810e96e4-e456-4468-9b59-f4e8f39732c0": [
"db:/internal/effects/internal/builtin-clear-stencil",
"cc.EffectAsset"
],
"efe8e2a3-eace-427b-b4f1-cb8a937ec77d": [
"db:/internal/default_materials/ui-sprite-gray-material",
"cc.Material"
],
"e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f": [
"db:/internal/default_materials/ui-base-material",
"cc.Material"
],
"8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107": [
"db:/internal/default_materials/default-clear-stencil",
"cc.Material"
],
"50f4348b-c883-4e2f-8f11-ce233b859fa1": [
"db:/internal/default_materials/ui-alpha-test-material",
"cc.Material"
],
"fda095cb-831d-4601-ad94-846013963de8": [
"db:/internal/default_materials/ui-sprite-material",
"cc.Material"
],
"f92806d7-1768-443f-afe8-12bcde84d0f0": [
"db:/internal/default_materials/ui-sprite-alpha-sep-material",
"cc.Material"
],
"dd3a144d-ab7f-41f0-82b8-2e43a090d496": [
"db:/internal/default_materials/ui-sprite-gray-alpha-sep-material",
"cc.Material"
],
"f0416e68-0200-4b77-a926-4f9d16e494da": [
"db:/internal/default_materials/ui-graphics-material",
"cc.Material"
],
"970b0598-bcb0-4714-91fb-2e81440dccd8": [
"db:/internal/effects/util/splash-screen",
"cc.EffectAsset"
],
"bcd64cc6-2dd9-43f6-abbe-66318d332032": [
"db:/internal/default_materials/missing-effect-material",
"cc.Material"
],
"d930590d-bb92-4cc8-8bd1-23cd027f9edf": [
"db:/internal/default_materials/missing-material",
"cc.Material"
],
"a3cd009f-0ab0-420d-9278-b9fdab939bbc": [
"db:/internal/effects/builtin-unlit",
"cc.EffectAsset"
],
"c27215d8-6835-4b68-bfbb-bdeac6100c04": [
"db:/internal/effects/for2d/builtin-spine",
"cc.EffectAsset"
],
"b5d6115f-0370-4d7c-aad3-c194cc71cf98": [
"db:/internal/default_materials/default-spine-material",
"cc.Material"
],
"871c3b6c-7379-419d-bda3-794b239ab90d": [
"db:/internal/effects/util/profiler",
"cc.EffectAsset"
]
},
"scenes": {},
"packs": {},
"versions": {
"import": [],
"native": []
},
"redirect": [],
"debug": true,
"extensionMap": {},
"hasPreloadScript": true,
"dependencyRelationships": {
"50f4348b-c883-4e2f-8f11-ce233b859fa1": [
"60f7195c-ec2a-45eb-ba94-8955f60e81d0"
],
"8bbdbcdd-5cd4-4100-b6d5-b7c9625b6107": [
"810e96e4-e456-4468-9b59-f4e8f39732c0"
],
"b5d6115f-0370-4d7c-aad3-c194cc71cf98": [
"c27215d8-6835-4b68-bfbb-bdeac6100c04"
],
"bcd64cc6-2dd9-43f6-abbe-66318d332032": [
"a3cd009f-0ab0-420d-9278-b9fdab939bbc"
],
"d930590d-bb92-4cc8-8bd1-23cd027f9edf": [
"a3cd009f-0ab0-420d-9278-b9fdab939bbc"
],
"dd3a144d-ab7f-41f0-82b8-2e43a090d496": [
"60f7195c-ec2a-45eb-ba94-8955f60e81d0"
],
"e9aa9a3e-5b2b-4ac7-a2c7-073de2b2b24f": [
"60f7195c-ec2a-45eb-ba94-8955f60e81d0"
],
"efe8e2a3-eace-427b-b4f1-cb8a937ec77d": [
"60f7195c-ec2a-45eb-ba94-8955f60e81d0"
],
"f0416e68-0200-4b77-a926-4f9d16e494da": [
"1c02ae6f-4492-4915-b8f8-7492a3b1e4cd"
],
"f92806d7-1768-443f-afe8-12bcde84d0f0": [
"60f7195c-ec2a-45eb-ba94-8955f60e81d0"
],
"fda095cb-831d-4601-ad94-846013963de8": [
"60f7195c-ec2a-45eb-ba94-8955f60e81d0"
]
}
}
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
[1,["60f7195c-ec2a-45eb-ba94-8955f60e81d0"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"ui-alpha-test-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_ALPHA_TEST":true,"USE_TEXTURE":true,"IS_GRAY":false,"CC_USE_EMBEDDED_ALPHA":false}]]],0,0,[0],[0],[0]]
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
[1,0,0,[["cc.EffectAsset",["_name","combinations","shaders","techniques"],-1]],[[0,0,1,2,3,5]],[[0,"internal/builtin-clear-stencil",[{}],[{"hash":3507038093,"name":"internal/builtin-clear-stencil|sprite-vs:vert|sprite-fs:frag","blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[],"attributes":[{"name":"a_position","format":32,"location":0,"defines":[]}],"fragColors":[{"name":"cc_FragColor","typename":"vec4","type":16,"count":1,"stageFlags":16,"location":0,"defines":[]}],"descriptors":[{"rate":0,"blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]},{"rate":1,"blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]},{"rate":2,"blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]},{"rate":3,"blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]}],"glsl3":{"vert":"\nprecision highp float;\nin vec3 a_position;\nvec4 vert () {\n vec4 pos = vec4(a_position, 1);\n return pos;\n}\nvoid main() { gl_Position = vert(); }","frag":"\nprecision highp float;\nvec4 frag () {\n vec4 o = vec4(1.0);\n return o;\n}\nlayout(location = 0) out vec4 cc_FragColor;\nvoid main() { cc_FragColor = frag(); }"},"glsl1":{"vert":"\nprecision highp float;\nattribute vec3 a_position;\nvec4 vert () {\n vec4 pos = vec4(a_position, 1);\n return pos;\n}\nvoid main() { gl_Position = vert(); }","frag":"\nprecision highp float;\nvec4 frag () {\n vec4 o = vec4(1.0);\n return o;\n}\nvoid main() { gl_FragColor = frag(); }"},"builtins":{"globals":{"blocks":[],"samplerTextures":[],"buffers":[],"images":[]},"locals":{"blocks":[],"samplerTextures":[],"buffers":[],"images":[]},"statistics":{"CC_EFFECT_USED_VERTEX_UNIFORM_VECTORS":0,"CC_EFFECT_USED_FRAGMENT_UNIFORM_VECTORS":0}},"defines":[]}],[{"passes":[{"program":"internal/builtin-clear-stencil|sprite-vs:vert|sprite-fs:frag","blendState":{"targets":[{"blend":true}]},"rasterizerState":{"cullMode":0},"depthStencilState":{"depthTest":false,"depthWrite":false}}]}]]],0,0,[],[],[]]
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
[1,["810e96e4-e456-4468-9b59-f4e8f39732c0"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"default-clear-stencil",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_TEXTURE":false}]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,[["cc.EffectAsset",["_name","shaders","techniques"],0]],[[0,0,1,2,4]],[[0,"util/splash-screen",[{"hash":3189094080,"name":"util/splash-screen|splash-screen-vs:vert|splash-screen-fs:frag","blocks":[{"name":"Constant","stageFlags":1,"binding":0,"members":[{"name":"u_buffer0","type":16,"count":1},{"name":"u_buffer1","type":16,"count":1},{"name":"u_projection","type":25,"count":1}],"defines":[]},{"name":"Factor","stageFlags":16,"binding":1,"members":[{"name":"u_percent","type":13,"count":1}],"defines":[]}],"samplerTextures":[{"name":"mainTexture","type":28,"count":1,"stageFlags":16,"binding":2,"defines":[]}],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[],"attributes":[{"name":"a_position","format":21,"location":0,"defines":[]},{"name":"a_texCoord","format":21,"location":1,"defines":[]}],"fragColors":[{"name":"cc_FragColor","typename":"vec4","type":16,"count":1,"stageFlags":16,"location":0,"defines":[]}],"descriptors":[{"rate":0,"blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]},{"rate":1,"blocks":[{"name":"Constant","stageFlags":1,"binding":0,"members":[{"name":"u_buffer0","type":16,"count":1},{"name":"u_buffer1","type":16,"count":1},{"name":"u_projection","type":25,"count":1}],"defines":[]},{"name":"Factor","stageFlags":16,"binding":1,"members":[{"name":"u_percent","type":13,"count":1}],"defines":[]}],"samplerTextures":[{"name":"mainTexture","type":28,"count":1,"stageFlags":16,"binding":2,"defines":[]}],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]},{"rate":2,"blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]},{"rate":3,"blocks":[],"samplerTextures":[],"samplers":[],"textures":[],"buffers":[],"images":[],"subpassInputs":[]}],"glsl3":{"vert":"\nprecision mediump float;\nin vec2 a_position;\nin vec2 a_texCoord;\nout vec2 v_uv;\nlayout(std140) uniform Constant {\n vec4 u_buffer0;\n vec4 u_buffer1;\n mat4 u_projection;\n};\nvec4 vert () {\n vec2 worldPos = a_position * u_buffer1.xy + u_buffer1.zw;\n vec2 clipSpace = worldPos / u_buffer0.xy * 2.0 - 1.0;\n vec4 screenPos = u_projection * vec4(clipSpace, 0.0, 1.0);\n v_uv = a_texCoord;\n return screenPos;\n}\nvoid main() { gl_Position = vert(); }","frag":"\nprecision mediump float;\nin vec2 v_uv;\nlayout(std140) uniform Factor {\n float u_percent;\n};\nuniform sampler2D mainTexture;\nvec4 frag () {\n vec4 color = texture(mainTexture, v_uv);\n float percent = clamp(u_percent, 0.0, 1.0);\n color.xyz *= percent;\n return color;\n}\nlayout(location = 0) out vec4 cc_FragColor;\nvoid main() { cc_FragColor = frag(); }"},"glsl1":{"vert":"\nprecision mediump float;\nattribute vec2 a_position;\nattribute vec2 a_texCoord;\nvarying vec2 v_uv;\n uniform vec4 u_buffer0;\n uniform vec4 u_buffer1;\n uniform mat4 u_projection;\nvec4 vert () {\n vec2 worldPos = a_position * u_buffer1.xy + u_buffer1.zw;\n vec2 clipSpace = worldPos / u_buffer0.xy * 2.0 - 1.0;\n vec4 screenPos = u_projection * vec4(clipSpace, 0.0, 1.0);\n v_uv = a_texCoord;\n return screenPos;\n}\nvoid main() { gl_Position = vert(); }","frag":"\nprecision mediump float;\nvarying vec2 v_uv;\n uniform float u_percent;\nuniform sampler2D mainTexture;\nvec4 frag () {\n vec4 color = texture2D(mainTexture, v_uv);\n float percent = clamp(u_percent, 0.0, 1.0);\n color.xyz *= percent;\n return color;\n}\nvoid main() { gl_FragColor = frag(); }"},"builtins":{"globals":{"blocks":[],"samplerTextures":[],"buffers":[],"images":[]},"locals":{"blocks":[],"samplerTextures":[],"buffers":[],"images":[]},"statistics":{"CC_EFFECT_USED_VERTEX_UNIFORM_VECTORS":6,"CC_EFFECT_USED_FRAGMENT_UNIFORM_VECTORS":1}},"defines":[]}],[{"name":"default","passes":[{"program":"util/splash-screen|splash-screen-vs:vert|splash-screen-fs:frag","blendState":{"targets":[{"blend":true,"blendSrc":2,"blendDst":4,"blendDstAlpha":4}]},"rasterizerState":{"cullMode":0},"depthStencilState":{"depthTest":false,"depthWrite":false},"properties":{"mainTexture":{"value":"grey","type":28},"resolution":{"type":14,"value":[640,960],"handleInfo":["u_buffer0",0,14]},"percent":{"type":13,"value":[0.5],"handleInfo":["u_percent",0,13]},"scale":{"type":14,"value":[200,500],"handleInfo":["u_buffer1",0,14]},"translate":{"type":14,"value":[320,480],"handleInfo":["u_buffer1",2,14]},"u_buffer0":{"type":16,"value":[640,960,0,0]},"u_percent":{"type":13,"value":[0.5]},"u_buffer1":{"type":16,"value":[200,500,320,480]}}}]}]]],0,0,[],[],[]]
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
[1,["c27215d8-6835-4b68-bfbb-bdeac6100c04"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"default-spine-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_TEXTURE":true,"CC_USE_EMBEDDED_ALPHA":false,"IS_GRAY":false}]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["a3cd009f-0ab0-420d-9278-b9fdab939bbc"],["_effectAsset"],[["cc.Material",["_name","_states","_defines","_props"],0,12]],[[0,0,1,2,3,4]],[[0,"missing-effect-material",[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_COLOR":true}],[[[{},"mainColor",8,[4,4278255615]]],11]]],0,0,[0],[0],[0]]
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
[1,["a3cd009f-0ab0-420d-9278-b9fdab939bbc"],["_effectAsset"],[["cc.Material",["_name","_states","_defines","_props"],0,12]],[[0,0,1,2,3,4]],[[0,"missing-material",[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_COLOR":true}],[[[{},"mainColor",8,[4,4294902015]]],11]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["60f7195c-ec2a-45eb-ba94-8955f60e81d0"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"ui-sprite-gray-alpha-sep-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_TEXTURE":true,"CC_USE_EMBEDDED_ALPHA":true,"IS_GRAY":true}]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["60f7195c-ec2a-45eb-ba94-8955f60e81d0"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"ui-base-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_TEXTURE":false}]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["60f7195c-ec2a-45eb-ba94-8955f60e81d0"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"ui-sprite-gray-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_TEXTURE":true,"CC_USE_EMBEDDED_ALPHA":false,"IS_GRAY":true}]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["1c02ae6f-4492-4915-b8f8-7492a3b1e4cd"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"ui-graphics-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{}]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["60f7195c-ec2a-45eb-ba94-8955f60e81d0"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"ui-sprite-alpha-sep-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_TEXTURE":true,"CC_USE_EMBEDDED_ALPHA":true,"IS_GRAY":false}]]],0,0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["60f7195c-ec2a-45eb-ba94-8955f60e81d0"],["_effectAsset"],[["cc.Material",["_name","_props","_states","_defines"],-1]],[[0,0,1,2,3,5]],[[0,"ui-sprite-material",[{}],[{"rasterizerState":{},"depthStencilState":{},"blendState":{"targets":[{}]}}],[{"USE_TEXTURE":true,"IS_GRAY":false,"CC_USE_EMBEDDED_ALPHA":false}]]],0,0,[0],[0],[0]]
-24
View File
@@ -1,24 +0,0 @@
System.register("chunks:///internal.js", [], function () {
return {
execute: function () {}
};
});
(function(r) {
r('virtual:///prerequisite-imports/internal', 'chunks:///internal.js');
})(function(mid, cid) {
System.register(mid, [cid], function (_export, _context) {
return {
setters: [function(_m) {
var _exportObj = {};
for (var _key in _m) {
if (_key !== "default" && _key !== "__esModule") _exportObj[_key] = _m[_key];
}
_export(_exportObj);
}],
execute: function () { }
};
});
});
-52
View File
@@ -1,52 +0,0 @@
{
"importBase": "import",
"nativeBase": "native",
"name": "main",
"deps": [
"resources"
],
"uuids": [
"25581f1e-f65e-4797-8a7a-b6718171b165",
"42607a6e-d30a-48cc-8161-2b3426e14703",
"745b8038-b832-48f8-9873-1baa6de58ad7",
"ba21476f-2866-4f81-9c4d-6e359316e448",
"fd8ec536-a354-4a17-9c74-4f3883c378c8"
],
"paths": {
"42607a6e-d30a-48cc-8161-2b3426e14703": [
"db:/assets/Main",
"cc.SceneAsset"
],
"fd8ec536-a354-4a17-9c74-4f3883c378c8": [
"db:/internal/default_renderpipeline/builtin-forward",
"cc.RenderPipeline"
],
"ba21476f-2866-4f81-9c4d-6e359316e448": [
"db:/internal/physics/default-physics-material",
"cc.PhysicsMaterial"
]
},
"scenes": {
"db://assets/Main.scene": "42607a6e-d30a-48cc-8161-2b3426e14703"
},
"packs": {},
"versions": {
"import": [],
"native": []
},
"redirect": [
"25581f1e-f65e-4797-8a7a-b6718171b165",
"0",
"745b8038-b832-48f8-9873-1baa6de58ad7",
"0"
],
"debug": true,
"extensionMap": {},
"hasPreloadScript": true,
"dependencyRelationships": {
"42607a6e-d30a-48cc-8161-2b3426e14703": [
"745b8038-b832-48f8-9873-1baa6de58ad7",
"25581f1e-f65e-4797-8a7a-b6718171b165"
]
}
}
@@ -1 +0,0 @@
[1,["745b8038-b832-48f8-9873-1baa6de58ad7","25581f1e-f65e-4797-8a7a-b6718171b165"],["UIPrefab","WorldPrefab","node","scene"],[["cc.SceneAsset",["_name"],2],["cc.Scene",["_name","_children","_prefab","_globals"],2,2,4,4],["cc.Node",["_name","_layer","_id","_parent","_components"],0,1,9],["1e0e1EfsZhOOZDlp+IFMryA",["node","UIPrefab","WorldPrefab"],3,1,6,6],["cc.PrefabInfo",["root","asset","fileId","instance","targetOverrides","nestedPrefabInstanceRoots"],-3],["cc.SceneGlobals",["ambient","shadows","_skybox","fog","octree","skin","lightProbeInfo","postSettings"],3,4,4,4,4,4,4,4,4],["cc.AmbientInfo",["_skyColorHDR","_groundAlbedoHDR"],3,5,5],["cc.ShadowsInfo",["_shadowColor","_size"],3,5,5],["cc.SkyboxInfo",[],3],["cc.FogInfo",[],3],["cc.OctreeInfo",[],3],["cc.SkinInfo",[],3],["cc.LightProbeInfo",[],3],["cc.PostSettingsInfo",[],3]],[[0,0,2],[1,0,1,2,3,2],[2,0,1,2,3,4,4],[3,0,1,2,1],[4,0,1,2,3,4,5,7],[5,0,1,2,3,4,5,6,7,1],[6,0,1,1],[7,0,1,1],[8,1],[9,1],[10,1],[11,1],[12,1],[13,1]],[[0,"Main"],[1,"Main",[-1],[4,null,null,"42607a6e-d30a-48cc-8161-2b3426e14703",null,null,null],[5,[6,[2,0,0,0,0.520833125],[2,0,0,0,0]],[7,[4,4283190348],[0,512,512]],[8],[9],[10],[11],[12],[13]]],[2,"Main",33554432,"5eRrvQLR5OMLtBx7381QA8",1,[[3,-2,0,1]]]],0,[0,-1,2,0,2,2,0,3,1,2],[0,0],[0,1],[0,1]]
@@ -1 +0,0 @@
[1,0,0,[["cc.PhysicsMaterial",["_name","_friction","_rollingFriction","_spinningFriction","_restitution"],-2]],[[0,0,1,2,3,4,6]],[[0,"default-physics-material",0.8,0.1,0.1,0.1]],0,0,[],[],[]]
@@ -1 +0,0 @@
[1,0,0,[["RenderQueueDesc",["stages","isTransparent","sortMode"],0],["ForwardPipeline",["_flows"],3,9],["ShadowFlow",["_name","_stages"],2,9],["ShadowStage",["_name"],2],["ForwardFlow",["_name","_priority","_stages"],1,9],["ForwardStage",["_name","renderQueues"],2,9]],[[1,0,1],[2,0,1,2],[3,0,2],[4,0,1,2,3],[5,0,1,2],[0,0,2],[0,1,2,0,4]],[[0,[[1,"ShadowFlow",[[2,"ShadowStage"]]],[3,"ForwardFlow",1,[[4,"ForwardStage",[[5,["default"]],[6,true,1,["default"]]]]]]]]],0,0,[],[],[]]
File diff suppressed because it is too large Load Diff
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
System.register([], (function (exports, module) {
'use strict';
return {
execute: (function () {
var spine = exports('default', 'assets/spine-a0005c42.wasm');
})
};
}));
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
System.register([], (function (exports, module) {
'use strict';
return {
execute: (function () {
var spine_js = exports('default', 'assets/spine.js.mem-c0c591ab.bin');
})
};
}));
File diff suppressed because it is too large Load Diff
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

-46
View File
@@ -1,46 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Cocos Creator | JisolGameCocos</title>
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1,minimum-scale=1,maximum-scale=1,minimal-ui=true"/>
<meta name="apple-mobile-web-app-capable" content="yes"/>
<meta name="full-screen" content="yes"/>
<meta name="screen-orientation" content="portrait"/>
<meta name="x5-fullscreen" content="true"/>
<meta name="360-fullscreen" content="true"/>
<meta name="renderer" content="webkit"/>
<meta name="force-rendering" content="webkit"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<link rel="stylesheet" type="text/css" href="style.css"/>
<link rel="icon" href="favicon.ico"/>
</head>
<body>
<h1 class="header">JisolGameCocos</h1>
<div id="GameDiv" cc_exact_fit_screen="false" style="width: 720px; height: 1280px;">
<div id="Cocos3dGameContainer">
<canvas id="GameCanvas" width="720" height="1280" tabindex="99"></canvas>
</div>
</div>
<p class="footer">
Created with <a href="https://www.cocos.com/products" title="Cocos Creator">Cocos Creator</a>
</p>
<!-- Polyfills bundle. -->
<script src="src/polyfills.bundle.js" charset="utf-8"> </script>
<!-- SystemJS support. -->
<script src="src/system.bundle.js" charset="utf-8"> </script>
<!-- Import map -->
<script src="src/import-map.json" type="systemjs-importmap" charset="utf-8"> </script>
<script>
System.import('./index.js').catch(function(err) { console.error(err); })
</script>
</body>
</html>
-25
View File
@@ -1,25 +0,0 @@
System.register(["./application.js"], function (_export, _context) {
"use strict";
var Application, application;
function topLevelImport(url) {
return System["import"](url);
}
return {
setters: [function (_applicationJs) {
Application = _applicationJs.Application;
}],
execute: function () {
application = new Application();
topLevelImport('cc').then(function (engine) {
return application.init(engine);
}).then(function () {
return application.start();
})["catch"](function (err) {
console.error(err);
});
}
};
});
File diff suppressed because it is too large Load Diff
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["001fea8b-233c-4830-96aa-5f0d9845668b@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"timo5 013","rect":{"x":1,"y":1,"width":82,"height":83},"offset":{"x":0,"y":0},"originalSize":{"width":84,"height":85},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-41,-41.5,0,41,-41.5,0,-41,41.5,0,41,41.5,0],"indexes":[0,1,2,2,1,3],"uv":[1,84,83,84,1,1,83,1],"nuv":[0.011904761904761904,0.011764705882352941,0.9880952380952381,0.011764705882352941,0.011904761904761904,0.9882352941176471,0.9880952380952381,0.9882352941176471],"minPos":{"x":-41,"y":-41.5,"z":0},"maxPos":{"x":41,"y":41.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,[["cc.Asset",["_name","_native"],1]],[[0,0,1,3]],[[0,"guaiA1a",".spine"],-1],0,0,[],[],[]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["026823e5-14f5-4f70-a73e-88a3f8e8001e@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"baozha0003","rect":{"x":13,"y":12,"width":176,"height":163},"offset":{"x":1,"y":-1},"originalSize":{"width":200,"height":185},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-88,-81.5,0,88,-81.5,0,-88,81.5,0,88,81.5,0],"indexes":[0,1,2,2,1,3],"uv":[13,173,189,173,13,10,189,10],"nuv":[0.065,0.05405405405405406,0.945,0.05405405405405406,0.065,0.9351351351351351,0.945,0.9351351351351351],"minPos":{"x":-88,"y":-81.5,"z":0},"maxPos":{"x":88,"y":81.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["03942db8-6a99-42a3-98cf-70229cc5403e@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"cao","rect":{"x":0,"y":0,"width":38,"height":42},"offset":{"x":0,"y":0},"originalSize":{"width":38,"height":42},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-19,-21,0,19,-21,0,-19,21,0,19,21,0],"indexes":[0,1,2,2,1,3],"uv":[0,42,38,42,0,0,38,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-19,"y":-21,"z":0},"maxPos":{"x":19,"y":21,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["0423f835-3fbe-49d7-9c6a-ff9588e5c122@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"z_yanjing_bz","rect":{"x":0,"y":0,"width":18,"height":20},"offset":{"x":0,"y":0},"originalSize":{"width":18,"height":20},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-9,-10,0,9,-10,0,-9,10,0,9,10,0],"indexes":[0,1,2,2,1,3],"uv":[0,20,18,20,0,0,18,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-9,"y":-10,"z":0},"maxPos":{"x":9,"y":10,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["063fc0a8-27de-4950-b87e-f8d93a8c97af@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"zui_pingshi","rect":{"x":0,"y":0,"width":49,"height":14},"offset":{"x":0,"y":0},"originalSize":{"width":49,"height":14},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-24.5,-7,0,24.5,-7,0,-24.5,7,0,24.5,7,0],"indexes":[0,1,2,2,1,3],"uv":[0,14,49,14,0,0,49,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-24.5,"y":-7,"z":0},"maxPos":{"x":24.5,"y":7,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["06e4dec4-9199-42fa-81c9-1d6c8dce5e3e@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"z_yan_shengli","rect":{"x":0,"y":0,"width":8,"height":7},"offset":{"x":0,"y":0},"originalSize":{"width":8,"height":7},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-4,-3.5,0,4,-3.5,0,-4,3.5,0,4,3.5,0],"indexes":[0,1,2,2,1,3],"uv":[0,7,8,7,0,0,8,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-4,"y":-3.5,"z":0},"maxPos":{"x":4,"y":3.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["07a6e3b4-0690-4be3-bd6a-ddb8655d0928@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"004","rect":{"x":0,"y":0,"width":224,"height":88},"offset":{"x":0,"y":0},"originalSize":{"width":224,"height":88},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-112,-44,0,112,-44,0,-112,44,0,112,44,0],"indexes":[0,1,2,2,1,3],"uv":[0,88,224,88,0,0,224,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-112,"y":-44,"z":0},"maxPos":{"x":112,"y":44,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["09e80ecb-3cc1-4551-b843-6c2ce7ac1d9e@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"shenti","rect":{"x":1,"y":1,"width":137,"height":68},"offset":{"x":0,"y":0},"originalSize":{"width":139,"height":70},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-68.5,-34,0,68.5,-34,0,-68.5,34,0,68.5,34,0],"indexes":[0,1,2,2,1,3],"uv":[1,69,138,69,1,1,138,1],"nuv":[0.007194244604316547,0.014285714285714285,0.9928057553956835,0.014285714285714285,0.007194244604316547,0.9857142857142858,0.9928057553956835,0.9857142857142858],"minPos":{"x":-68.5,"y":-34,"z":0},"maxPos":{"x":68.5,"y":34,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["0a2ed6e6-8614-4176-a464-4c673e0d6847@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"08","rect":{"x":0,"y":0,"width":292,"height":227},"offset":{"x":-13,"y":24.5},"originalSize":{"width":318,"height":276},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-146,-113.5,0,146,-113.5,0,-146,113.5,0,146,113.5,0],"indexes":[0,1,2,2,1,3],"uv":[0,276,292,276,0,49,292,49],"nuv":[0,0.17753623188405798,0.9182389937106918,0.17753623188405798,0,1,0.9182389937106918,1],"minPos":{"x":-146,"y":-113.5,"z":0},"maxPos":{"x":146,"y":113.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["0a9ca732-f79e-47a8-865f-a11df7979eac@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"Energy 007 Impact Radial_00008","rect":{"x":1,"y":2,"width":31,"height":31},"offset":{"x":0,"y":-1},"originalSize":{"width":33,"height":33},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-15.5,-15.5,0,15.5,-15.5,0,-15.5,15.5,0,15.5,15.5,0],"indexes":[0,1,2,2,1,3],"uv":[1,31,32,31,1,0,32,0],"nuv":[0.030303030303030304,0,0.9696969696969697,0,0.030303030303030304,0.9393939393939394,0.9696969696969697,0.9393939393939394],"minPos":{"x":-15.5,"y":-15.5,"z":0},"maxPos":{"x":15.5,"y":15.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["0af1bd07-ba37-4db6-bcdb-bd52c636cc65@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"y_bianzi1_bz","rect":{"x":0,"y":0,"width":28,"height":24},"offset":{"x":0,"y":0},"originalSize":{"width":28,"height":24},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-14,-12,0,14,-12,0,-14,12,0,14,12,0],"indexes":[0,1,2,2,1,3],"uv":[0,24,28,24,0,0,28,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-14,"y":-12,"z":0},"maxPos":{"x":14,"y":12,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
[1,0,0,[["cc.Asset",["_name","_native"],1]],[[0,0,1,3]],[[0,"guaiA1a",".spine"],-1],0,0,[],[],[]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["0ec954bb-79cd-4122-bf5c-b86a13c5ef02@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"y_yanjing_bz","rect":{"x":0,"y":0,"width":11,"height":17},"offset":{"x":0,"y":0},"originalSize":{"width":11,"height":17},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-5.5,-8.5,0,5.5,-8.5,0,-5.5,8.5,0,5.5,8.5,0],"indexes":[0,1,2,2,1,3],"uv":[0,17,11,17,0,0,11,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-5.5,"y":-8.5,"z":0},"maxPos":{"x":5.5,"y":8.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["0f96bbf8-0324-4eab-ba6a-2a70f7653610@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"shenti_bz","rect":{"x":0,"y":0,"width":82,"height":56},"offset":{"x":0,"y":0},"originalSize":{"width":82,"height":56},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-41,-28,0,41,-28,0,-41,28,0,41,28,0],"indexes":[0,1,2,2,1,3],"uv":[0,56,82,56,0,0,82,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-41,"y":-28,"z":0},"maxPos":{"x":41,"y":28,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["0fcb82ad-681d-4f57-ae1e-708a5a1f7fab@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"z_jiao_bz","rect":{"x":0,"y":0,"width":27,"height":32},"offset":{"x":0,"y":0},"originalSize":{"width":27,"height":32},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-13.5,-16,0,13.5,-16,0,-13.5,16,0,13.5,16,0],"indexes":[0,1,2,2,1,3],"uv":[0,32,27,32,0,0,27,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-13.5,"y":-16,"z":0},"maxPos":{"x":13.5,"y":16,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["1014d8fe-eb7e-4351-9454-70ff7a4e4fbc@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"TX_hybz_0062","rect":{"x":4,"y":4,"width":185,"height":194},"offset":{"x":-1,"y":-2},"originalSize":{"width":195,"height":198},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-92.5,-97,0,92.5,-97,0,-92.5,97,0,92.5,97,0],"indexes":[0,1,2,2,1,3],"uv":[4,194,189,194,4,0,189,0],"nuv":[0.020512820512820513,0,0.9692307692307692,0,0.020512820512820513,0.9797979797979798,0.9692307692307692,0.9797979797979798],"minPos":{"x":-92.5,"y":-97,"z":0},"maxPos":{"x":92.5,"y":97,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["1168b518-61b0-4ca8-ba16-5085b3722064@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"TX_hybz_0060","rect":{"x":6,"y":8,"width":184,"height":190},"offset":{"x":0.5,"y":-4},"originalSize":{"width":195,"height":198},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-92,-95,0,92,-95,0,-92,95,0,92,95,0],"indexes":[0,1,2,2,1,3],"uv":[6,190,190,190,6,0,190,0],"nuv":[0.03076923076923077,0,0.9743589743589743,0,0.03076923076923077,0.9595959595959596,0.9743589743589743,0.9595959595959596],"minPos":{"x":-92,"y":-95,"z":0},"maxPos":{"x":92,"y":95,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["126a7574-0975-4062-b1de-6ebcc0dc0296@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"tou","rect":{"x":0,"y":1,"width":61,"height":52},"offset":{"x":0,"y":-0.5},"originalSize":{"width":61,"height":53},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-30.5,-26,0,30.5,-26,0,-30.5,26,0,30.5,26,0],"indexes":[0,1,2,2,1,3],"uv":[0,52,61,52,0,0,61,0],"nuv":[0,0,1,0,0,0.9811320754716981,1,0.9811320754716981],"minPos":{"x":-30.5,"y":-26,"z":0},"maxPos":{"x":30.5,"y":26,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["138e008e-f0c4-4724-922c-bcda2476a717@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"tou_bz","rect":{"x":0,"y":1,"width":61,"height":54},"offset":{"x":0,"y":-0.5},"originalSize":{"width":61,"height":55},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-30.5,-27,0,30.5,-27,0,-30.5,27,0,30.5,27,0],"indexes":[0,1,2,2,1,3],"uv":[0,54,61,54,0,0,61,0],"nuv":[0,0,1,0,0,0.9818181818181818,1,0.9818181818181818],"minPos":{"x":-30.5,"y":-27,"z":0},"maxPos":{"x":30.5,"y":27,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,[["cc.Asset",["_name","_native"],1]],[[0,0,1,3]],[[0,"001妙蛙种子",".spine"],-1],0,0,[],[],[]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["1581380d-bf95-4ce8-a80b-91ca21c5f8ab@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"TX_S1_shua_0014","rect":{"x":1,"y":1,"width":36,"height":13},"offset":{"x":0,"y":-0.5},"originalSize":{"width":38,"height":14},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-18,-6.5,0,18,-6.5,0,-18,6.5,0,18,6.5,0],"indexes":[0,1,2,2,1,3],"uv":[1,13,37,13,1,0,37,0],"nuv":[0.02631578947368421,0,0.9736842105263158,0,0.02631578947368421,0.9285714285714286,0.9736842105263158,0.9285714285714286],"minPos":{"x":-18,"y":-6.5,"z":0},"maxPos":{"x":18,"y":6.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["179a2053-b80c-4b5d-ab83-e75934fd66d2@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"guaiA4e","rect":{"x":2,"y":3,"width":161,"height":811},"offset":{"x":0,"y":-0.5},"originalSize":{"width":165,"height":816},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-80.5,-405.5,0,80.5,-405.5,0,-80.5,405.5,0,80.5,405.5,0],"indexes":[0,1,2,2,1,3],"uv":[2,813,163,813,2,2,163,2],"nuv":[0.012121212121212121,0.0024509803921568627,0.9878787878787879,0.0024509803921568627,0.012121212121212121,0.9963235294117647,0.9878787878787879,0.9963235294117647],"minPos":{"x":-80.5,"y":-405.5,"z":0},"maxPos":{"x":80.5,"y":405.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["17ef8829-f581-4e37-9d9e-762b1e708229@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"TX_S1_yan_0029","rect":{"x":0,"y":1,"width":25,"height":24},"offset":{"x":-1.5,"y":0},"originalSize":{"width":28,"height":26},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-12.5,-12,0,12.5,-12,0,-12.5,12,0,12.5,12,0],"indexes":[0,1,2,2,1,3],"uv":[0,25,25,25,0,1,25,1],"nuv":[0,0.038461538461538464,0.8928571428571429,0.038461538461538464,0,0.9615384615384616,0.8928571428571429,0.9615384615384616],"minPos":{"x":-12.5,"y":-12,"z":0},"maxPos":{"x":12.5,"y":12,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["1e495888-e38d-4c57-8fda-a8c69960409a@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"chentu4","rect":{"x":0,"y":0,"width":78,"height":51},"offset":{"x":0,"y":0},"originalSize":{"width":78,"height":51},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-39,-25.5,0,39,-25.5,0,-39,25.5,0,39,25.5,0],"indexes":[0,1,2,2,1,3],"uv":[0,51,78,51,0,0,78,0],"nuv":[0,0,1,0,0,1,1,1],"minPos":{"x":-39,"y":-25.5,"z":0},"maxPos":{"x":39,"y":25.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["1eb73a5f-ab8c-4f05-b833-6b14a361a4ee@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"b_lg_2","rect":{"x":2,"y":0,"width":30,"height":3},"offset":{"x":0,"y":0.5},"originalSize":{"width":34,"height":4},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-15,-1.5,0,15,-1.5,0,-15,1.5,0,15,1.5,0],"indexes":[0,1,2,2,1,3],"uv":[2,4,32,4,2,1,32,1],"nuv":[0.058823529411764705,0.25,0.9411764705882353,0.25,0.058823529411764705,1,0.9411764705882353,1],"minPos":{"x":-15,"y":-1.5,"z":0},"maxPos":{"x":15,"y":1.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["1f2defe6-08ea-4919-be26-f263623f859a@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"tx_baodian08","rect":{"x":1,"y":0,"width":47,"height":38},"offset":{"x":-0.5,"y":31},"originalSize":{"width":50,"height":100},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-23.5,-19,0,23.5,-19,0,-23.5,19,0,23.5,19,0],"indexes":[0,1,2,2,1,3],"uv":[1,100,48,100,1,62,48,62],"nuv":[0.02,0.62,0.96,0.62,0.02,1,0.96,1],"minPos":{"x":-23.5,"y":-19,"z":0},"maxPos":{"x":23.5,"y":19,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["2058f147-aecf-4084-95ea-cdb5da0fedb1@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"guaiA1aTexture","rect":{"x":2,"y":2,"width":120,"height":102},"offset":{"x":-2,"y":11},"originalSize":{"width":128,"height":128},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-60,-51,0,60,-51,0,-60,51,0,60,51,0],"indexes":[0,1,2,2,1,3],"uv":[2,126,122,126,2,24,122,24],"nuv":[0.015625,0.1875,0.953125,0.1875,0.015625,0.984375,0.953125,0.984375],"minPos":{"x":-60,"y":-51,"z":0},"maxPos":{"x":60,"y":51,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["21d9faca-4169-4e95-b6f1-edda15e5d694@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"z_bianzi2_bz","rect":{"x":0,"y":0,"width":123,"height":18},"offset":{"x":-0.5,"y":0},"originalSize":{"width":124,"height":18},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-61.5,-9,0,61.5,-9,0,-61.5,9,0,61.5,9,0],"indexes":[0,1,2,2,1,3],"uv":[0,18,123,18,0,0,123,0],"nuv":[0,0,0.9919354838709677,0,0,1,0.9919354838709677,1],"minPos":{"x":-61.5,"y":-9,"z":0},"maxPos":{"x":61.5,"y":9,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["22c36f69-c892-4a5a-a3bb-1d5fb4bd5b68@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"shouji_01","rect":{"x":2,"y":2,"width":606,"height":313},"offset":{"x":0,"y":0},"originalSize":{"width":610,"height":317},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-303,-156.5,0,303,-156.5,0,-303,156.5,0,303,156.5,0],"indexes":[0,1,2,2,1,3],"uv":[2,315,608,315,2,2,608,2],"nuv":[0.003278688524590164,0.006309148264984227,0.9967213114754099,0.006309148264984227,0.003278688524590164,0.9936908517350158,0.9967213114754099,0.9936908517350158],"minPos":{"x":-303,"y":-156.5,"z":0},"maxPos":{"x":303,"y":156.5,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,["2357c44f-3cf0-47eb-8f7a-0f303eaefe08@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"guaiA1a","rect":{"x":2,"y":2,"width":142,"height":284},"offset":{"x":0,"y":0},"originalSize":{"width":146,"height":288},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-71,-142,0,71,-142,0,-71,142,0,71,142,0],"indexes":[0,1,2,2,1,3],"uv":[2,286,144,286,2,2,144,2],"nuv":[0.0136986301369863,0.006944444444444444,0.9863013698630136,0.006944444444444444,0.0136986301369863,0.9930555555555556,0.9863013698630136,0.9930555555555556],"minPos":{"x":-71,"y":-142,"z":0},"maxPos":{"x":71,"y":142,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]
@@ -1 +0,0 @@
[1,["23d50907-baa5-41fd-9512-143679feac92@6c48a"],["_textureSource"],["cc.SpriteFrame"],0,[{"name":"ye","rect":{"x":1,"y":1,"width":84,"height":46},"offset":{"x":0,"y":0},"originalSize":{"width":86,"height":48},"rotated":false,"capInsets":[0,0,0,0],"vertices":{"rawPosition":[-42,-23,0,42,-23,0,-42,23,0,42,23,0],"indexes":[0,1,2,2,1,3],"uv":[1,47,85,47,1,1,85,1],"nuv":[0.011627906976744186,0.020833333333333332,0.9883720930232558,0.020833333333333332,0.011627906976744186,0.9791666666666666,0.9883720930232558,0.9791666666666666],"minPos":{"x":-42,"y":-23,"z":0},"maxPos":{"x":42,"y":23,"z":0}},"packable":true,"pixelsToUnit":100,"pivot":{"x":0.5,"y":0.5},"meshType":0}],[0],0,[0],[0],[0]]
@@ -1 +0,0 @@
[1,0,0,["cc.ImageAsset"],0,[{"fmt":"0","w":0,"h":0},-1],[0],0,[],[],[]]

Some files were not shown because too many files have changed in this diff Show More