Commit c9c31dc1 authored by liujiangnan's avatar liujiangnan

feat: 减号问题

parent c8c0f70e
{"width":510,"imagePath":"nv_tex.png","height":624,"name":"女巫","SubTexture":[{"width":259,"y":356,"height":115,"name":"女巫/扫把","x":1},{"width":41,"y":1,"height":45,"name":"女巫/头发下","x":451},{"width":183,"y":473,"height":149,"name":"女巫/帽子下","x":1},{"width":205,"y":356,"height":134,"name":"女巫/罐子","x":262},{"width":42,"y":85,"height":39,"name":"女巫/右臂","x":451},{"width":18,"y":473,"height":10,"name":"女巫/飞虫","x":239},{"width":24,"y":473,"height":17,"name":"女巫/图层_4","x":186},{"width":79,"y":492,"height":66,"name":"女巫/领结","x":186},{"width":25,"y":473,"height":14,"name":"女巫/图层_3","x":212},{"width":10,"y":21,"height":15,"name":"女巫/图层_2","x":494},{"width":14,"y":1,"height":18,"name":"女巫/图层_1","x":494},{"width":48,"y":48,"height":35,"name":"女巫/左臂","x":451},{"width":22,"y":155,"height":19,"name":"女巫/图层_6","x":451},{"width":448,"y":1,"height":353,"name":"女巫/提交_0000_光束","x":1},{"width":34,"y":126,"height":27,"name":"女巫/shiluo","x":451}]}
\ No newline at end of file
......@@ -11,7 +11,7 @@
"height": 624,
"platformSettings": {},
"subMetas": {
"女巫_tex": {
"nv_tex": {
"ver": "1.0.4",
"uuid": "04379331-1f7b-4302-9a89-9079f30393da",
"rawTextureUuid": "4b9bde69-24ee-48cf-bf97-4f184be1f68e",
......
{"width":510,"imagePath":"女巫_tex.png","height":624,"name":"女巫","SubTexture":[{"width":259,"y":356,"height":115,"name":"女巫/扫把","x":1},{"width":41,"y":1,"height":45,"name":"女巫/头发下","x":451},{"width":183,"y":473,"height":149,"name":"女巫/帽子下","x":1},{"width":205,"y":356,"height":134,"name":"女巫/罐子","x":262},{"width":42,"y":85,"height":39,"name":"女巫/右臂","x":451},{"width":18,"y":473,"height":10,"name":"女巫/飞虫","x":239},{"width":24,"y":473,"height":17,"name":"女巫/图层_4","x":186},{"width":79,"y":492,"height":66,"name":"女巫/领结","x":186},{"width":25,"y":473,"height":14,"name":"女巫/图层_3","x":212},{"width":10,"y":21,"height":15,"name":"女巫/图层_2","x":494},{"width":14,"y":1,"height":18,"name":"女巫/图层_1","x":494},{"width":48,"y":48,"height":35,"name":"女巫/左臂","x":451},{"width":22,"y":155,"height":19,"name":"女巫/图层_6","x":451},{"width":448,"y":1,"height":353,"name":"女巫/提交_0000_光束","x":1},{"width":34,"y":126,"height":27,"name":"女巫/shiluo","x":451}]}
\ No newline at end of file
......@@ -2,8 +2,8 @@ const saveKey = "DataKey_Cocos_FT14";
const BaseUI = require('BaseUI');
import { DefaultData } from '../script/DefaultData';
import EventMgr from '../script/EventMgr';
import VerletRender from "../script/verlet-render";
import BezierRender from "../script/bezier-render";
import VerletRender from "../script/verlet_render";
import BezierRender from "../script/bezier_render";
const POS = {
LeftPage: { x: -239, y: -5 },
RightPage: { x: 239, y: -5 },
......@@ -11,7 +11,6 @@ const POS = {
cc.Class({
extends: BaseUI,
properties: {
testPanel: cc.Node,
touchPanel: cc.Node,
......
import PageEffectAssemblerBase from "./page-effect-assembler-base";
import PageEffectAssemblerBase from "./page_effect_assembler_base";
const gfx = cc.gfx
const gfx = cc.gfx;
let vfmtPosUvColorFront = new gfx.VertexFormat([
{ name: gfx.ATTR_POSITION, type: gfx.ATTR_TYPE_FLOAT32, num: 2 },
......
import BezierAssembler from "./bezier-assembler";
import BezierAssembler from "./bezier_assembler";
const {ccclass, property} = cc._decorator;
......
import PageEffectAssemblerBase from "./page-effect-assembler-base";
import PageEffectAssemblerBase from "./page_effect_assembler_base";
const gfx = cc.gfx
......
import VerletAssembler from "./verlet-assembler";
import VerletAssembler from "./verlet_assembler";
const { ccclass, property } = cc._decorator;
......
......@@ -8,7 +8,7 @@
"genMipmaps": false,
"packable": true,
"width": 1220,
"height": 888,
"height": 1143,
"platformSettings": {},
"subMetas": {
"bg_book": {
......
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