├── 1.png ├── 2.png ├── 3.png ├── template-banner.png ├── settings ├── services.json ├── builder.panel.json ├── builder.json └── project.json ├── assets ├── Ani │ ├── hero │ │ ├── 101.png │ │ ├── 102.png │ │ ├── 103.png │ │ ├── 104.png │ │ ├── 105.png │ │ ├── 106.png │ │ ├── 107.png │ │ ├── 201.png │ │ ├── 202.png │ │ ├── 203.png │ │ ├── 204.png │ │ ├── 205.png │ │ ├── 206.png │ │ ├── 207.png │ │ ├── 208.png │ │ ├── 209.png │ │ ├── 210.png │ │ ├── 211.png │ │ ├── 212.png │ │ ├── 213.png │ │ ├── 214.png │ │ ├── 215.png │ │ ├── 216.png │ │ ├── 217.png │ │ ├── 218.png │ │ ├── 219.png │ │ ├── 220.png │ │ ├── 221.png │ │ ├── 222.png │ │ ├── 223.png │ │ ├── 224.png │ │ ├── 301.png │ │ ├── 302.png │ │ ├── 303.png │ │ ├── 304.png │ │ ├── 305.png │ │ ├── 306.png │ │ ├── 307.png │ │ ├── 308.png │ │ ├── 309.png │ │ ├── 310.png │ │ ├── 311.png │ │ ├── 312.png │ │ ├── 313.png │ │ ├── 314.png │ │ ├── 315.png │ │ ├── 316.png │ │ ├── 317.png │ │ ├── 318.png │ │ ├── 319.png │ │ ├── 320.png │ │ ├── 321.png │ │ ├── 322.png │ │ ├── 323.png │ │ ├── 324.png │ │ ├── 325.png │ │ ├── 326.png │ │ ├── 327.png │ │ ├── 328.png │ │ ├── 329.png │ │ ├── 330.png │ │ ├── 331.png │ │ ├── 332.png │ │ ├── 333.png │ │ ├── 334.png │ │ ├── 335.png │ │ ├── 336.png │ │ ├── 337.png │ │ ├── 338.png │ │ ├── 339.png │ │ ├── 340.png │ │ ├── 341.png │ │ ├── 401.png │ │ ├── 402.png │ │ ├── 403.png │ │ ├── 404.png │ │ ├── 405.png │ │ ├── 406.png │ │ ├── 407.png │ │ ├── 408.png │ │ ├── 409.png │ │ ├── 410.png │ │ ├── 411.png │ │ ├── 412.png │ │ ├── 413.png │ │ ├── 414.png │ │ ├── 415.png │ │ ├── 416.png │ │ ├── 417.png │ │ ├── 418.png │ │ ├── 419.png │ │ ├── 420.png │ │ ├── 421.png │ │ ├── 422.png │ │ ├── 423.png │ │ ├── 424.png │ │ ├── 425.png │ │ ├── 426.png │ │ ├── 427.png │ │ ├── 428.png │ │ ├── 429.png │ │ ├── 430.png │ │ ├── 431.png │ │ ├── 432.png │ │ ├── 433.png │ │ ├── 434.png │ │ ├── 435.png │ │ ├── 436.png │ │ ├── 437.png │ │ ├── Clips │ │ │ ├── 1.anim.meta │ │ │ ├── 2.anim.meta │ │ │ ├── 3.anim.meta │ │ │ ├── 4.anim.meta │ │ │ └── 1.anim │ │ ├── Clips.meta │ │ ├── 101.png.meta │ │ ├── 103.png.meta │ │ ├── 201.png.meta │ │ ├── 205.png.meta │ │ ├── 209.png.meta │ │ ├── 211.png.meta │ │ ├── 215.png.meta │ │ ├── 218.png.meta │ │ ├── 224.png.meta │ │ ├── 301.png.meta │ │ ├── 307.png.meta │ │ ├── 316.png.meta │ │ ├── 317.png.meta │ │ ├── 320.png.meta │ │ ├── 321.png.meta │ │ ├── 323.png.meta │ │ ├── 328.png.meta │ │ ├── 331.png.meta │ │ ├── 332.png.meta │ │ ├── 333.png.meta │ │ ├── 336.png.meta │ │ ├── 401.png.meta │ │ ├── 407.png.meta │ │ ├── 416.png.meta │ │ ├── 417.png.meta │ │ ├── 426.png.meta │ │ ├── 427.png.meta │ │ ├── 428.png.meta │ │ ├── 431.png.meta │ │ ├── 435.png.meta │ │ ├── 437.png.meta │ │ ├── 102.png.meta │ │ ├── 104.png.meta │ │ ├── 105.png.meta │ │ ├── 106.png.meta │ │ ├── 107.png.meta │ │ ├── 202.png.meta │ │ ├── 203.png.meta │ │ ├── 204.png.meta │ │ ├── 206.png.meta │ │ ├── 207.png.meta │ │ ├── 208.png.meta │ │ ├── 210.png.meta │ │ ├── 212.png.meta │ │ ├── 213.png.meta │ │ ├── 214.png.meta │ │ ├── 216.png.meta │ │ ├── 217.png.meta │ │ ├── 219.png.meta │ │ ├── 220.png.meta │ │ ├── 221.png.meta │ │ ├── 222.png.meta │ │ ├── 223.png.meta │ │ ├── 302.png.meta │ │ ├── 303.png.meta │ │ ├── 304.png.meta │ │ ├── 305.png.meta │ │ ├── 306.png.meta │ │ ├── 308.png.meta │ │ ├── 309.png.meta │ │ ├── 310.png.meta │ │ ├── 311.png.meta │ │ ├── 312.png.meta │ │ ├── 313.png.meta │ │ ├── 314.png.meta │ │ ├── 315.png.meta │ │ ├── 318.png.meta │ │ ├── 319.png.meta │ │ ├── 322.png.meta │ │ ├── 324.png.meta │ │ ├── 325.png.meta │ │ ├── 326.png.meta │ │ ├── 327.png.meta │ │ ├── 329.png.meta │ │ ├── 330.png.meta │ │ ├── 334.png.meta │ │ ├── 335.png.meta │ │ ├── 337.png.meta │ │ ├── 338.png.meta │ │ ├── 339.png.meta │ │ ├── 340.png.meta │ │ ├── 341.png.meta │ │ ├── 402.png.meta │ │ ├── 403.png.meta │ │ ├── 404.png.meta │ │ ├── 405.png.meta │ │ ├── 406.png.meta │ │ ├── 408.png.meta │ │ ├── 409.png.meta │ │ ├── 410.png.meta │ │ ├── 411.png.meta │ │ ├── 412.png.meta │ │ ├── 413.png.meta │ │ ├── 414.png.meta │ │ ├── 415.png.meta │ │ ├── 418.png.meta │ │ ├── 419.png.meta │ │ ├── 420.png.meta │ │ ├── 421.png.meta │ │ ├── 422.png.meta │ │ ├── 423.png.meta │ │ ├── 424.png.meta │ │ ├── 425.png.meta │ │ ├── 429.png.meta │ │ ├── 430.png.meta │ │ ├── 432.png.meta │ │ ├── 433.png.meta │ │ ├── 434.png.meta │ │ └── 436.png.meta │ └── hero.meta ├── Texture │ ├── enemy.png │ ├── hero.png │ ├── Archer.jpg │ ├── backbtn.png │ ├── login_bg.jpg │ ├── pop_bg.png │ ├── world_bg.jpg │ ├── bbg_fall_cave.jpg │ ├── btn_normal_1.png │ ├── btn_normal_2.png │ ├── elitetoggle-s.png │ ├── pop_title_bg.png │ ├── activate_input.png │ ├── bbg_dark_forest.jpg │ ├── elitetoggle-ns.png │ ├── pvp_rank_frame.png │ ├── hero_icon_frame_1.png │ ├── bbg_dark_forest_end.jpg │ ├── bbg_fall_cityofmage2.jpg │ ├── herodetail_name_frame_7.png │ ├── enemy.png.meta │ ├── hero.png.meta │ ├── backbtn.png.meta │ ├── Archer.jpg.meta │ ├── login_bg.jpg.meta │ ├── pop_bg.png.meta │ ├── world_bg.jpg.meta │ ├── elitetoggle-s.png.meta │ ├── activate_input.png.meta │ ├── bbg_fall_cave.jpg.meta │ ├── btn_normal_1.png.meta │ ├── btn_normal_2.png.meta │ ├── elitetoggle-ns.png.meta │ ├── pop_title_bg.png.meta │ ├── pvp_rank_frame.png.meta │ ├── bbg_dark_forest.jpg.meta │ ├── hero_icon_frame_1.png.meta │ ├── bbg_dark_forest_end.jpg.meta │ ├── bbg_fall_cityofmage2.jpg.meta │ └── herodetail_name_frame_7.png.meta ├── Prefab.meta ├── Script │ ├── libs.meta │ ├── game.meta │ ├── gate.meta │ ├── login.meta │ ├── world.meta │ ├── libs │ │ ├── deflate-js.js │ │ ├── convert.js.meta │ │ ├── crc32.js.meta │ │ ├── crypto.js.meta │ │ ├── gzip.js.meta │ │ ├── md5.js.meta │ │ ├── deflate-js.js.meta │ │ ├── rawdeflate.js.meta │ │ ├── rawinflate.js.meta │ │ ├── convert.js │ │ └── crc32.js │ ├── proxyName.js │ ├── App.js.meta │ ├── hero.js.meta │ ├── modal.js.meta │ ├── monster.js.meta │ ├── network.js.meta │ ├── scene.js.meta │ ├── uiTools.js.meta │ ├── baseProxy.js.meta │ ├── commonDefine.js.meta │ ├── eventMgr.js.meta │ ├── game │ │ ├── game.js.meta │ │ ├── gameDefine.js.meta │ │ ├── gameProxy.js.meta │ │ ├── gameScene.js.meta │ │ └── gameDefine.js │ ├── popDialog.js.meta │ ├── proxyMgr.js.meta │ ├── proxyName.js.meta │ ├── sceneItem.js.meta │ ├── gate │ │ ├── gateDefine.js.meta │ │ ├── gateProxy.js.meta │ │ ├── gateDefine.js │ │ └── gateProxy.js │ ├── login │ │ ├── loginDefine.js.meta │ │ ├── loginProxy.js.meta │ │ ├── loginlogic.js.meta │ │ ├── registerLogic.js.meta │ │ ├── loginDefine.js │ │ └── registerLogic.js │ ├── world │ │ ├── lobbylogic.js.meta │ │ ├── worldDefine.js.meta │ │ ├── worldProxy.js.meta │ │ └── worldDefine.js │ ├── commonDefine.js │ ├── App.js │ ├── modal.js │ ├── sceneItem.js │ ├── uiTools.js │ ├── popDialog.js │ ├── baseProxy.js │ ├── proxyMgr.js │ └── monster.js ├── Scene.meta ├── Script.meta ├── Texture.meta ├── Ani.meta ├── resources.meta ├── Scene │ └── main.fire.meta └── Prefab │ ├── game.prefab.meta │ ├── hero.prefab.meta │ ├── lobby.prefab.meta │ ├── login.prefab.meta │ ├── gameScene.prefab.meta │ ├── monster.prefab.meta │ └── register.prefab.meta ├── template.json ├── project.json ├── jsconfig.json ├── README.md └── .gitignore /1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/1.png -------------------------------------------------------------------------------- /2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/2.png -------------------------------------------------------------------------------- /3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/3.png -------------------------------------------------------------------------------- /template-banner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/template-banner.png -------------------------------------------------------------------------------- /settings/services.json: -------------------------------------------------------------------------------- 1 | { 2 | "game": { 3 | "name": "未知游戏", 4 | "appid": "UNKNOW" 5 | } 6 | } -------------------------------------------------------------------------------- /assets/Ani/hero/101.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/101.png -------------------------------------------------------------------------------- /assets/Ani/hero/102.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/102.png -------------------------------------------------------------------------------- /assets/Ani/hero/103.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/103.png -------------------------------------------------------------------------------- /assets/Ani/hero/104.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/104.png -------------------------------------------------------------------------------- /assets/Ani/hero/105.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/105.png -------------------------------------------------------------------------------- /assets/Ani/hero/106.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/106.png -------------------------------------------------------------------------------- /assets/Ani/hero/107.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/107.png -------------------------------------------------------------------------------- /assets/Ani/hero/201.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/201.png -------------------------------------------------------------------------------- /assets/Ani/hero/202.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/202.png -------------------------------------------------------------------------------- /assets/Ani/hero/203.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/203.png -------------------------------------------------------------------------------- /assets/Ani/hero/204.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/204.png -------------------------------------------------------------------------------- /assets/Ani/hero/205.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/205.png -------------------------------------------------------------------------------- /assets/Ani/hero/206.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/206.png -------------------------------------------------------------------------------- /assets/Ani/hero/207.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/207.png -------------------------------------------------------------------------------- /assets/Ani/hero/208.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/208.png -------------------------------------------------------------------------------- /assets/Ani/hero/209.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/209.png -------------------------------------------------------------------------------- /assets/Ani/hero/210.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/210.png -------------------------------------------------------------------------------- /assets/Ani/hero/211.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/211.png -------------------------------------------------------------------------------- /assets/Ani/hero/212.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/212.png -------------------------------------------------------------------------------- /assets/Ani/hero/213.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/213.png -------------------------------------------------------------------------------- /assets/Ani/hero/214.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/214.png -------------------------------------------------------------------------------- /assets/Ani/hero/215.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/215.png -------------------------------------------------------------------------------- /assets/Ani/hero/216.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/216.png -------------------------------------------------------------------------------- /assets/Ani/hero/217.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/217.png -------------------------------------------------------------------------------- /assets/Ani/hero/218.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/218.png -------------------------------------------------------------------------------- /assets/Ani/hero/219.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/219.png -------------------------------------------------------------------------------- /assets/Ani/hero/220.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/220.png -------------------------------------------------------------------------------- /assets/Ani/hero/221.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/221.png -------------------------------------------------------------------------------- /assets/Ani/hero/222.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/222.png -------------------------------------------------------------------------------- /assets/Ani/hero/223.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/223.png -------------------------------------------------------------------------------- /assets/Ani/hero/224.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/224.png -------------------------------------------------------------------------------- /assets/Ani/hero/301.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/301.png -------------------------------------------------------------------------------- /assets/Ani/hero/302.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/302.png -------------------------------------------------------------------------------- /assets/Ani/hero/303.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/303.png -------------------------------------------------------------------------------- /assets/Ani/hero/304.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/304.png -------------------------------------------------------------------------------- /assets/Ani/hero/305.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/305.png -------------------------------------------------------------------------------- /assets/Ani/hero/306.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/306.png -------------------------------------------------------------------------------- /assets/Ani/hero/307.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/307.png -------------------------------------------------------------------------------- /assets/Ani/hero/308.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/308.png -------------------------------------------------------------------------------- /assets/Ani/hero/309.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/309.png -------------------------------------------------------------------------------- /assets/Ani/hero/310.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/310.png -------------------------------------------------------------------------------- /assets/Ani/hero/311.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/311.png -------------------------------------------------------------------------------- /assets/Ani/hero/312.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/312.png -------------------------------------------------------------------------------- /assets/Ani/hero/313.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/313.png -------------------------------------------------------------------------------- /assets/Ani/hero/314.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/314.png -------------------------------------------------------------------------------- /assets/Ani/hero/315.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/315.png -------------------------------------------------------------------------------- /assets/Ani/hero/316.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/316.png -------------------------------------------------------------------------------- /assets/Ani/hero/317.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/317.png -------------------------------------------------------------------------------- /assets/Ani/hero/318.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/318.png -------------------------------------------------------------------------------- /assets/Ani/hero/319.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/319.png -------------------------------------------------------------------------------- /assets/Ani/hero/320.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/320.png -------------------------------------------------------------------------------- /assets/Ani/hero/321.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/321.png -------------------------------------------------------------------------------- /assets/Ani/hero/322.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/322.png -------------------------------------------------------------------------------- /assets/Ani/hero/323.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/323.png -------------------------------------------------------------------------------- /assets/Ani/hero/324.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/324.png -------------------------------------------------------------------------------- /assets/Ani/hero/325.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/325.png -------------------------------------------------------------------------------- /assets/Ani/hero/326.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/326.png -------------------------------------------------------------------------------- /assets/Ani/hero/327.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/327.png -------------------------------------------------------------------------------- /assets/Ani/hero/328.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/328.png -------------------------------------------------------------------------------- /assets/Ani/hero/329.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/329.png -------------------------------------------------------------------------------- /assets/Ani/hero/330.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/330.png -------------------------------------------------------------------------------- /assets/Ani/hero/331.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/331.png -------------------------------------------------------------------------------- /assets/Ani/hero/332.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/332.png -------------------------------------------------------------------------------- /assets/Ani/hero/333.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/333.png -------------------------------------------------------------------------------- /assets/Ani/hero/334.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/334.png -------------------------------------------------------------------------------- /assets/Ani/hero/335.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/335.png -------------------------------------------------------------------------------- /assets/Ani/hero/336.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/336.png -------------------------------------------------------------------------------- /assets/Ani/hero/337.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/337.png -------------------------------------------------------------------------------- /assets/Ani/hero/338.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/338.png -------------------------------------------------------------------------------- /assets/Ani/hero/339.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/339.png -------------------------------------------------------------------------------- /assets/Ani/hero/340.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/340.png -------------------------------------------------------------------------------- /assets/Ani/hero/341.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/341.png -------------------------------------------------------------------------------- /assets/Ani/hero/401.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/401.png -------------------------------------------------------------------------------- /assets/Ani/hero/402.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/402.png -------------------------------------------------------------------------------- /assets/Ani/hero/403.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/403.png -------------------------------------------------------------------------------- /assets/Ani/hero/404.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/404.png -------------------------------------------------------------------------------- /assets/Ani/hero/405.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/405.png -------------------------------------------------------------------------------- /assets/Ani/hero/406.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/406.png -------------------------------------------------------------------------------- /assets/Ani/hero/407.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/407.png -------------------------------------------------------------------------------- /assets/Ani/hero/408.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/408.png -------------------------------------------------------------------------------- /assets/Ani/hero/409.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/409.png -------------------------------------------------------------------------------- /assets/Ani/hero/410.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/410.png -------------------------------------------------------------------------------- /assets/Ani/hero/411.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/411.png -------------------------------------------------------------------------------- /assets/Ani/hero/412.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/412.png -------------------------------------------------------------------------------- /assets/Ani/hero/413.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/413.png -------------------------------------------------------------------------------- /assets/Ani/hero/414.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/414.png -------------------------------------------------------------------------------- /assets/Ani/hero/415.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/415.png -------------------------------------------------------------------------------- /assets/Ani/hero/416.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/416.png -------------------------------------------------------------------------------- /assets/Ani/hero/417.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/417.png -------------------------------------------------------------------------------- /assets/Ani/hero/418.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/418.png -------------------------------------------------------------------------------- /assets/Ani/hero/419.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/419.png -------------------------------------------------------------------------------- /assets/Ani/hero/420.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/420.png -------------------------------------------------------------------------------- /assets/Ani/hero/421.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/421.png -------------------------------------------------------------------------------- /assets/Ani/hero/422.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/422.png -------------------------------------------------------------------------------- /assets/Ani/hero/423.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/423.png -------------------------------------------------------------------------------- /assets/Ani/hero/424.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/424.png -------------------------------------------------------------------------------- /assets/Ani/hero/425.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/425.png -------------------------------------------------------------------------------- /assets/Ani/hero/426.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/426.png -------------------------------------------------------------------------------- /assets/Ani/hero/427.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/427.png -------------------------------------------------------------------------------- /assets/Ani/hero/428.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/428.png -------------------------------------------------------------------------------- /assets/Ani/hero/429.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/429.png -------------------------------------------------------------------------------- /assets/Ani/hero/430.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/430.png -------------------------------------------------------------------------------- /assets/Ani/hero/431.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/431.png -------------------------------------------------------------------------------- /assets/Ani/hero/432.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/432.png -------------------------------------------------------------------------------- /assets/Ani/hero/433.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/433.png -------------------------------------------------------------------------------- /assets/Ani/hero/434.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/434.png -------------------------------------------------------------------------------- /assets/Ani/hero/435.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/435.png -------------------------------------------------------------------------------- /assets/Ani/hero/436.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/436.png -------------------------------------------------------------------------------- /assets/Ani/hero/437.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Ani/hero/437.png -------------------------------------------------------------------------------- /assets/Texture/enemy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/enemy.png -------------------------------------------------------------------------------- /assets/Texture/hero.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/hero.png -------------------------------------------------------------------------------- /assets/Texture/Archer.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/Archer.jpg -------------------------------------------------------------------------------- /assets/Texture/backbtn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/backbtn.png -------------------------------------------------------------------------------- /assets/Texture/login_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/login_bg.jpg -------------------------------------------------------------------------------- /assets/Texture/pop_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/pop_bg.png -------------------------------------------------------------------------------- /assets/Texture/world_bg.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/world_bg.jpg -------------------------------------------------------------------------------- /assets/Texture/bbg_fall_cave.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/bbg_fall_cave.jpg -------------------------------------------------------------------------------- /assets/Texture/btn_normal_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/btn_normal_1.png -------------------------------------------------------------------------------- /assets/Texture/btn_normal_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/btn_normal_2.png -------------------------------------------------------------------------------- /assets/Texture/elitetoggle-s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/elitetoggle-s.png -------------------------------------------------------------------------------- /assets/Texture/pop_title_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/pop_title_bg.png -------------------------------------------------------------------------------- /assets/Prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "5ed61382-95ab-4047-90ef-b2be6fcfa1a4", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Texture/activate_input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/activate_input.png -------------------------------------------------------------------------------- /assets/Texture/bbg_dark_forest.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/bbg_dark_forest.jpg -------------------------------------------------------------------------------- /assets/Texture/elitetoggle-ns.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/elitetoggle-ns.png -------------------------------------------------------------------------------- /assets/Texture/pvp_rank_frame.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/pvp_rank_frame.png -------------------------------------------------------------------------------- /assets/Script/libs.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "7d14cf0f-eb3c-4e82-93ce-53eab483132b", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Texture/hero_icon_frame_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/hero_icon_frame_1.png -------------------------------------------------------------------------------- /assets/Texture/bbg_dark_forest_end.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/bbg_dark_forest_end.jpg -------------------------------------------------------------------------------- /assets/Texture/bbg_fall_cityofmage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/bbg_fall_cityofmage2.jpg -------------------------------------------------------------------------------- /assets/Ani/hero/Clips/1.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.1.0", 3 | "uuid": "1227618d-f1d3-48ed-bc3b-a74f22a1b910", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Ani/hero/Clips/2.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.1.0", 3 | "uuid": "612ee15e-5563-4680-94b5-8e998fea1438", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Ani/hero/Clips/3.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.1.0", 3 | "uuid": "9744c502-d3c3-42c5-85d5-23ebe5fb0f3c", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Ani/hero/Clips/4.anim.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.1.0", 3 | "uuid": "c8e01072-db09-4cb0-905e-58aa6c864bdf", 4 | "subMetas": {} 5 | } -------------------------------------------------------------------------------- /assets/Texture/herodetail_name_frame_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/llr104/LiFrameDemo/HEAD/assets/Texture/herodetail_name_frame_7.png -------------------------------------------------------------------------------- /template.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "TEMPLATES.helloworld.name", 3 | "desc": "TEMPLATES.helloworld.desc", 4 | "banner": "template-banner.png" 5 | } -------------------------------------------------------------------------------- /assets/Scene.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "29f52784-2fca-467b-92e7-8fd9ef8c57b7", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/Script.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "4734c20c-0db8-4eb2-92ea-e692f4d70934", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /assets/Texture.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "7b81d4e8-ec84-4716-968d-500ac1d78a54", 4 | "isGroup": false, 5 | "subMetas": {} 6 | } -------------------------------------------------------------------------------- /project.json: -------------------------------------------------------------------------------- 1 | { 2 | "engine": "cocos2d-html5", 3 | "packages": "packages", 4 | "version": "2.3.0", 5 | "id": "cd81d053-3674-432e-9fcc-94e52d7f4df9" 6 | } -------------------------------------------------------------------------------- /assets/Ani.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "76410537-d5ee-4b34-8335-faab36a2acb9", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Ani/hero.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "45e9b34c-89c0-4392-8ae6-f0e37727b02b", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/resources.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "1907850b-3fe8-474b-a769-bc155d13d2ae", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Ani/hero/Clips.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "8e419664-1fd8-422b-8c46-1c5928e49f02", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Script/game.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "aecd92ba-c3b5-4c0f-98fd-4862f3403ba1", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Script/gate.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "a500832e-047b-4d7c-a4da-f77ae5a8241c", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Script/login.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "c8e563a1-46e2-4a66-ad3a-f8fe33932833", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Script/world.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.1", 3 | "uuid": "a41d46b1-dc70-48ad-ad3c-804e0d8eeefd", 4 | "isSubpackage": false, 5 | "subpackageName": "", 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Scene/main.fire.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "2d2f792f-a40c-49bb-a189-ed176a246e49", 4 | "asyncLoadAssets": false, 5 | "autoReleaseAssets": false, 6 | "subMetas": {} 7 | } -------------------------------------------------------------------------------- /assets/Script/libs/deflate-js.js: -------------------------------------------------------------------------------- 1 | (function () { 2 | 'use strict'; 3 | 4 | module.exports = { 5 | 'inflate': require('rawinflate.js'), 6 | 'deflate': require('rawdeflate.js') 7 | }; 8 | }()); 9 | -------------------------------------------------------------------------------- /assets/Prefab/game.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "ed648327-14b1-4f4a-91bb-e35ff4a7f559", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "readonly": false, 7 | "subMetas": {} 8 | } -------------------------------------------------------------------------------- /assets/Prefab/hero.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "49a813c1-1b8d-415d-8f11-f4779bbce701", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "readonly": false, 7 | "subMetas": {} 8 | } -------------------------------------------------------------------------------- /assets/Prefab/lobby.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "815a7ed6-3d9e-4617-bd13-517afd9994ac", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "readonly": false, 7 | "subMetas": {} 8 | } -------------------------------------------------------------------------------- /assets/Prefab/login.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "2cb8901f-df74-408e-b71d-5c1805cb4c9e", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "readonly": false, 7 | "subMetas": {} 8 | } -------------------------------------------------------------------------------- /settings/builder.panel.json: -------------------------------------------------------------------------------- 1 | { 2 | "excludeScenes": [], 3 | "packageName": "org.cocos2d.helloworld", 4 | "platform": "web-mobile", 5 | "startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49", 6 | "title": "HelloWorld" 7 | } -------------------------------------------------------------------------------- /assets/Prefab/gameScene.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "3e0fb51d-46d6-4e2e-9df6-4d4b20f1f4cd", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "readonly": false, 7 | "subMetas": {} 8 | } -------------------------------------------------------------------------------- /assets/Prefab/monster.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "b9e15db5-1904-44c3-a932-99679533a7ff", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "readonly": false, 7 | "subMetas": {} 8 | } -------------------------------------------------------------------------------- /assets/Prefab/register.prefab.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.2.6", 3 | "uuid": "db6c9f91-1d20-4dea-b61d-656ecb4f97fe", 4 | "optimizationPolicy": "AUTO", 5 | "asyncLoadAssets": false, 6 | "readonly": false, 7 | "subMetas": {} 8 | } -------------------------------------------------------------------------------- /assets/Script/proxyName.js: -------------------------------------------------------------------------------- 1 | 2 | let proxyName = cc.Enum({ 3 | PROXY_GATE: "proxy_gate", 4 | PROXY_LOGIN: "proxy_login", 5 | PROXY_WORLD: "proxy_world", 6 | PROXY_GAME: "proxy_game", 7 | }); 8 | 9 | module.exports = proxyName; -------------------------------------------------------------------------------- /assets/Script/App.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "5a7aab03-5143-4790-ae70-17749bda1fbf", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/hero.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "617bc327-d609-4fcb-a505-dcc3cc12e508", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/modal.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "3eba5592-d7d2-4825-a931-5d1390ac7602", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/monster.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "469f097a-8fe6-4cbe-b2a4-812978746245", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/network.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "4bcf51fc-9cc5-45dd-8a4b-233e6b0928a9", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/scene.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "ead0646a-1944-4ddb-9e10-4ec92020d63c", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/uiTools.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "855c90a1-cd33-4041-b390-94030636e77d", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/baseProxy.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "80dfe97d-bd94-4684-9ec4-a57ec3ec2450", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/commonDefine.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "6b9bff1a-b0a9-48f3-a662-933a1d9dd841", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/eventMgr.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "f2493871-da85-41b6-a504-e6b920d6111a", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/game/game.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "56fb42d7-8c96-4eb5-8b88-dc86864b75ae", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/convert.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "0c503efd-d5b8-4153-84c2-8d192929beac", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/crc32.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "58608240-053a-45a7-a830-68c6d361c41d", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/crypto.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "7916f74e-f90b-48cd-957d-35a77e2e7761", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/gzip.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "169c9f58-0880-4a0c-81bd-7acfbc631cb9", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/md5.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "740ec31e-e992-4c67-a081-58e44eb576d8", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/popDialog.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "efaab7f2-4035-49aa-951f-6f88d7608ab5", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/proxyMgr.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "4a634a17-93b1-430f-8525-c33fd6838807", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/proxyName.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "b5c9531a-2e90-42f5-8abe-94007081144d", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/sceneItem.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "e5c688aa-e878-47f2-92e7-67d8cdab1107", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/game/gameDefine.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "736a713a-518e-4bd2-84bf-f9523f34c1e4", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/game/gameProxy.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "2f8c1700-2826-4ce1-925f-a9544a2d315b", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/game/gameScene.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "acc17770-854e-45d5-bba1-0ce27bd67a0e", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/gate/gateDefine.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "7e547a3f-0474-496e-9f8a-a9d6348565eb", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/gate/gateProxy.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "ef6af671-5b51-4a01-8332-f2f867a86c60", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/deflate-js.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "af617b86-a35f-4859-941f-bf708b2b28a0", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/rawdeflate.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "e81b9dd5-259b-47a3-8384-4b9d13ad535d", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/libs/rawinflate.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "d1d13074-2a5e-4060-b966-165035fab84f", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/login/loginDefine.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "4b3337b1-4d9a-4c9e-9fe5-80b38fbe3565", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/login/loginProxy.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "f7be0b9c-a486-4106-ab14-1e8d30cd88ed", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/login/loginlogic.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "25710ccb-b29b-41bd-b2d2-f36e0662e390", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/world/lobbylogic.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "0cfd5df2-ac38-424b-a0c9-ba01aee538f0", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/world/worldDefine.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "8ccba7a0-e287-4af7-a7a6-5b31c0be2a23", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/world/worldProxy.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "46067040-367b-4201-b743-ac52c1fd8edd", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/login/registerLogic.js.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "1.0.5", 3 | "uuid": "06e04ccb-c547-42f0-b5a8-60e0bfbe41ca", 4 | "isPlugin": false, 5 | "loadPluginInWeb": true, 6 | "loadPluginInNative": true, 7 | "loadPluginInEditor": false, 8 | "subMetas": {} 9 | } -------------------------------------------------------------------------------- /assets/Script/gate/gateDefine.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | let gateDefine = { 4 | 5 | netFunc:{ 6 | loginServerReq: "gate.LoginServerReq", 7 | }, 8 | 9 | event:{ 10 | event_loginServer: "event_loginServer", 11 | }, 12 | } 13 | 14 | module.exports = gateDefine; -------------------------------------------------------------------------------- /jsconfig.json: -------------------------------------------------------------------------------- 1 | { 2 | "compilerOptions": { 3 | "target": "es6", 4 | "module": "commonjs", 5 | "experimentalDecorators": true 6 | }, 7 | "exclude": [ 8 | "node_modules", 9 | ".vscode", 10 | "library", 11 | "local", 12 | "settings", 13 | "temp" 14 | ] 15 | } -------------------------------------------------------------------------------- /assets/Texture/enemy.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "9d69253d-1024-4476-b5c8-86be27f16125", 4 | "type": "raw", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 58, 11 | "height": 1900, 12 | "platformSettings": {}, 13 | "subMetas": {} 14 | } -------------------------------------------------------------------------------- /assets/Texture/hero.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "2beb67a0-7eff-499a-9be0-402fad231c11", 4 | "type": "raw", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 56, 11 | "height": 1970, 12 | "platformSettings": {}, 13 | "subMetas": {} 14 | } -------------------------------------------------------------------------------- /settings/builder.json: -------------------------------------------------------------------------------- 1 | { 2 | "excludeScenes": [], 3 | "orientation": { 4 | "landscapeLeft": true, 5 | "landscapeRight": true, 6 | "portrait": false, 7 | "upsideDown": false 8 | }, 9 | "packageName": "org.cocos2d.helloworld", 10 | "startScene": "2d2f792f-a40c-49bb-a189-ed176a246e49", 11 | "title": "hello_world", 12 | "webOrientation": "auto" 13 | } -------------------------------------------------------------------------------- /assets/Script/commonDefine.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | let commonDefine = { 4 | showPopDialog:"showPopDialog", 5 | showLogin:"showLogin", 6 | hideLogin:"hideLogin", 7 | showRegister:"showRegister", 8 | hideRegister:"hideRegister", 9 | showLobby:"showLobby", 10 | hideLobby:"hideLobby", 11 | showGame:"showGame", 12 | hideGame:"hideGame", 13 | } 14 | 15 | module.exports = commonDefine; -------------------------------------------------------------------------------- /assets/Script/App.js: -------------------------------------------------------------------------------- 1 | 2 | let eventMgr = require("eventMgr"); 3 | let App = cc.Class({ 4 | 5 | ctor: function () { 6 | this.eventMgr = new eventMgr(); 7 | this.dataMap = new Map() 8 | }, 9 | 10 | getData:function(key){ 11 | return this.dataMap[key] 12 | }, 13 | 14 | setData:function(key, data){ 15 | this.dataMap[key] = data 16 | } 17 | 18 | }); 19 | 20 | App._instance = null; 21 | App.getInstance = function () { 22 | if (App._instance == null) { 23 | App._instance = new App(); 24 | } 25 | return App._instance; 26 | }; 27 | 28 | 29 | module.exports = App.getInstance(); -------------------------------------------------------------------------------- /assets/Script/login/loginDefine.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | let loginDefine = { 4 | 5 | netFunc:{ 6 | loginReq: "EnterLogin.LoginReq", 7 | registerReq: "EnterLogin.RegisterReq", 8 | distributeWorldReq: "EnterLogin.DistributeWorldReq", 9 | }, 10 | 11 | event:{ 12 | event_login: "event_login", 13 | event_Register: "event_Register", 14 | event_distributeWorld: "event_distributeWorld", 15 | event_login_proxyError: "event_login_proxyError", 16 | event_login_authError: "event_login_authError", 17 | event_login_netError: "event_login_netError", 18 | }, 19 | } 20 | 21 | module.exports = loginDefine; -------------------------------------------------------------------------------- /assets/Script/modal.js: -------------------------------------------------------------------------------- 1 | 2 | cc.Class({ 3 | extends: cc.Component, 4 | 5 | properties: { 6 | mask: cc.Node //需要屏蔽的ui节点 7 | }, 8 | 9 | onEnable: function () { 10 | this.mask.active = true; 11 | this.mask.on('touchstart', this.stopPropagation, this, true); 12 | this.mask.on('touchend', this.stopPropagation, this, true); 13 | }, 14 | 15 | onDisable: function () { 16 | this.mask.active = false; 17 | this.mask.off('touchstart', this.stopPropagation, this, true); 18 | this.mask.off('touchend', this.stopPropagation, this, true); 19 | }, 20 | 21 | stopPropagation(event) { 22 | event.stopPropagation(); 23 | } 24 | 25 | }); -------------------------------------------------------------------------------- /assets/Script/sceneItem.js: -------------------------------------------------------------------------------- 1 | 2 | var gameProxy = require("gameProxy") 3 | var proxyName = require("proxyName") 4 | var proxyMgr = require("proxyMgr") 5 | 6 | cc.Class({ 7 | extends: cc.Component, 8 | 9 | properties: { 10 | nameLab:cc.Label 11 | }, 12 | 13 | onEnable () { 14 | this._proxy = proxyMgr.getProxyObj(proxyName.PROXY_GAME) 15 | }, 16 | 17 | onDisable (){ 18 | this._proxy = null 19 | }, 20 | 21 | 22 | setName:function(name){ 23 | this.nameLab.string = name 24 | }, 25 | 26 | setId:function(id){ 27 | this._id = id 28 | }, 29 | 30 | onClickScene:function(){ 31 | console.log("onClickScene") 32 | this._proxy.enterSceneReq(this._id) 33 | }, 34 | }); 35 | -------------------------------------------------------------------------------- /assets/Script/world/worldDefine.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | let worldDefine = { 4 | 5 | netFunc:{ 6 | joinWorldReq: "EnterWorld.JoinWorldReq", 7 | userInfoReq: "EnterWorld.UserInfoReq", 8 | userLogoutReq: "EnterWorld.UserLogoutReq", 9 | gameServersReq: "EnterWorld.GameServersReq", 10 | }, 11 | 12 | event:{ 13 | event_joinWorld: "event_joinWorld", 14 | event_userInfo: "event_userInfo", 15 | event_userLogout: "event_userLogout", 16 | event_gameServers: "event_gameServers", 17 | event_world_proxyError: "event_world_proxyError", 18 | event_world_authError: "event_world_authError", 19 | event_world_netError: "event_world_netError", 20 | }, 21 | } 22 | 23 | module.exports = worldDefine; -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # LiFrameDemo 2 | 基于cocoscreator2.2.2引擎的小demo,用于演示LiFrame的使用,LiFrame项目地址:https://github.com/llr104/LiFrame (LiFrame服务器架构 --武汉疫情期间宅在家中无所事事的成果) 3 | 4 | 5 | 6 | # slg三国已经开源了,基于liFrame基础上做了改动的架构 7 | 8 | **服务器源码:https://github.com/llr104/slgserver** 9 | 10 | **客户端源码:https://github.com/llr104/slgclient** 11 | 12 | 13 | 14 | # 用cocoscreator2.x打开项目,直接运行 15 | 16 | 如果连接失败,查看assets\Script\login\loginlogic.js下的gateserver连接network.connect("ws://localhost:8000")是否正确 17 | 18 | demo目前比较简陋,只做了同步玩家移动、攻击、怪物出现功能,demo后续空闲时间会继续开发,由于网上找素材耗费时间,如有好心人愿意贡献些素材请联系QQ群1054084192 19 | # 图片素材来源于网络,仅供学习使用,请不要用于商用 20 | 21 | ![登录界面](https://s1.imagehub.cc/images/2021/04/24/1.png) 22 | ![选择服务器界面](https://s1.imagehub.cc/images/2021/04/24/2.png) 23 | ![游戏场景界面](https://s1.imagehub.cc/images/2021/04/24/3.png) 24 | -------------------------------------------------------------------------------- /assets/Texture/backbtn.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "19d313d4-f4bf-426d-8313-04fa1b425086", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 74, 11 | "height": 75, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "backbtn": { 15 | "ver": "1.0.4", 16 | "uuid": "23c5f728-0e66-4ac8-a1ef-c81d089bef3c", 17 | "rawTextureUuid": "19d313d4-f4bf-426d-8313-04fa1b425086", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 74, 26 | "height": 75, 27 | "rawWidth": 74, 28 | "rawHeight": 75, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/101.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "84d7ba08-0c3a-4ca5-922f-38862e996d85", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "101": { 15 | "ver": "1.0.4", 16 | "uuid": "61573c9b-c398-4a5e-8bfe-c36a67c66fa2", 17 | "rawTextureUuid": "84d7ba08-0c3a-4ca5-922f-38862e996d85", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -48, 23 | "trimX": 228, 24 | "trimY": 194, 25 | "width": 130, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/103.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "b64c3474-b080-4f12-bcec-928a8e40c836", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "103": { 15 | "ver": "1.0.4", 16 | "uuid": "cac5009e-4658-4f01-9b44-961c67d842e8", 17 | "rawTextureUuid": "b64c3474-b080-4f12-bcec-928a8e40c836", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 44, 22 | "offsetY": -47, 23 | "trimX": 230, 24 | "trimY": 192, 25 | "width": 128, 26 | "height": 150, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/201.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "ff838ef4-5e3d-423d-8269-380caa45dc0d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "201": { 15 | "ver": "1.0.4", 16 | "uuid": "a83f0960-f945-4195-8eef-3cfebbd5822d", 17 | "rawTextureUuid": "ff838ef4-5e3d-423d-8269-380caa45dc0d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -48, 23 | "trimX": 228, 24 | "trimY": 194, 25 | "width": 130, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/205.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "4b4af81b-ebb9-4613-b7ec-db6b9c0a1654", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "205": { 15 | "ver": "1.0.4", 16 | "uuid": "917a3b93-afb7-47f2-bd99-8b2f41f6a5ef", 17 | "rawTextureUuid": "4b4af81b-ebb9-4613-b7ec-db6b9c0a1654", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -9, 23 | "trimX": 234, 24 | "trimY": 146, 25 | "width": 118, 26 | "height": 166, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/209.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "2d5ce5f5-fffb-400f-bea7-48360ead1a5e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "209": { 15 | "ver": "1.0.4", 16 | "uuid": "d2d6b272-cbc8-4250-a0c7-5d246dce1030", 17 | "rawTextureUuid": "2d5ce5f5-fffb-400f-bea7-48360ead1a5e", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 12, 22 | "offsetY": -44, 23 | "trimX": 184, 24 | "trimY": 198, 25 | "width": 156, 26 | "height": 132, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/211.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "6a97059b-e79d-44d1-b828-43380865a6c7", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "211": { 15 | "ver": "1.0.4", 16 | "uuid": "ddf362fd-1e2a-40f1-ab9b-afd69f21610d", 17 | "rawTextureUuid": "6a97059b-e79d-44d1-b828-43380865a6c7", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 65, 22 | "offsetY": -52, 23 | "trimX": 242, 24 | "trimY": 210, 25 | "width": 146, 26 | "height": 124, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/215.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3e6e862e-68d8-4e97-84d4-c78c220ff4b9", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "215": { 15 | "ver": "1.0.4", 16 | "uuid": "7d1430fa-35f0-4a55-95a7-a9efd59246d1", 17 | "rawTextureUuid": "3e6e862e-68d8-4e97-84d4-c78c220ff4b9", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": -40, 23 | "trimX": 175, 24 | "trimY": 188, 25 | "width": 150, 26 | "height": 144, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/218.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "bf7d8830-0a1d-480b-adde-9a58edc99b0a", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "218": { 15 | "ver": "1.0.4", 16 | "uuid": "52dcb756-3ff4-4858-9c32-7dcfe554c8c8", 17 | "rawTextureUuid": "bf7d8830-0a1d-480b-adde-9a58edc99b0a", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 45, 22 | "offsetY": -55, 23 | "trimX": 247, 24 | "trimY": 216, 25 | "width": 96, 26 | "height": 118, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/224.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "2248adb1-f846-4c4b-ae59-e882619d160c", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "224": { 15 | "ver": "1.0.4", 16 | "uuid": "2c98c7a2-a9d1-476e-874f-d2f1ee5d5718", 17 | "rawTextureUuid": "2248adb1-f846-4c4b-ae59-e882619d160c", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -48, 23 | "trimX": 228, 24 | "trimY": 194, 25 | "width": 130, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/301.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "61188d5e-ffc2-4546-b560-cf53356c2cc9", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "301": { 15 | "ver": "1.0.4", 16 | "uuid": "304e69ce-79e1-4a0c-a5b6-73611c8fdb1e", 17 | "rawTextureUuid": "61188d5e-ffc2-4546-b560-cf53356c2cc9", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -48, 23 | "trimX": 228, 24 | "trimY": 194, 25 | "width": 130, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/307.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "5062e01e-7819-44c8-80ad-36b6901363f8", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "307": { 15 | "ver": "1.0.4", 16 | "uuid": "41bd7838-34dc-4aca-8571-1b60265e5c50", 17 | "rawTextureUuid": "5062e01e-7819-44c8-80ad-36b6901363f8", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 46, 22 | "offsetY": -39, 23 | "trimX": 218, 24 | "trimY": 192, 25 | "width": 156, 26 | "height": 134, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/316.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "0f21be93-3d9e-4d93-b80f-3f5fe5c84f99", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "316": { 15 | "ver": "1.0.4", 16 | "uuid": "e94ec5e1-5468-43d5-96ed-85c574dc10e5", 17 | "rawTextureUuid": "0f21be93-3d9e-4d93-b80f-3f5fe5c84f99", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 13, 22 | "offsetY": -38, 23 | "trimX": 179, 24 | "trimY": 191, 25 | "width": 168, 26 | "height": 134, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/317.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "9a37916c-09aa-4741-b336-c87a46d023de", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "317": { 15 | "ver": "1.0.4", 16 | "uuid": "60c69207-5a81-4d7c-b943-1deddf7de579", 17 | "rawTextureUuid": "9a37916c-09aa-4741-b336-c87a46d023de", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 85, 22 | "offsetY": -31, 23 | "trimX": 233, 24 | "trimY": 178, 25 | "width": 204, 26 | "height": 146, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/320.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "c3378434-6a0d-43c3-ab44-4e86c54cc169", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "320": { 15 | "ver": "1.0.4", 16 | "uuid": "25e0c16e-35fb-4b40-9065-f36efe281766", 17 | "rawTextureUuid": "c3378434-6a0d-43c3-ab44-4e86c54cc169", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 92, 22 | "offsetY": -49, 23 | "trimX": 229, 24 | "trimY": 207, 25 | "width": 226, 26 | "height": 124, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/321.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "1f708e91-2a42-4c25-84b4-4e21c4e512db", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "321": { 15 | "ver": "1.0.4", 16 | "uuid": "436c1800-2cab-4209-8f2f-14f3b944b2ad", 17 | "rawTextureUuid": "1f708e91-2a42-4c25-84b4-4e21c4e512db", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 87, 22 | "offsetY": -50, 23 | "trimX": 228, 24 | "trimY": 209, 25 | "width": 218, 26 | "height": 122, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/323.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "4f78ecbd-903b-40c4-8014-1373b8a3079f", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "323": { 15 | "ver": "1.0.4", 16 | "uuid": "62ddc14e-dd98-4641-9c28-59c826ce6813", 17 | "rawTextureUuid": "4f78ecbd-903b-40c4-8014-1373b8a3079f", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 88, 22 | "offsetY": -33, 23 | "trimX": 275, 24 | "trimY": 169, 25 | "width": 126, 26 | "height": 168, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/328.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "6909bdd5-aadd-4d0e-b027-1fef67ec2911", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "328": { 15 | "ver": "1.0.4", 16 | "uuid": "0d1db925-96b1-4b55-9a1a-c074ca9c37eb", 17 | "rawTextureUuid": "6909bdd5-aadd-4d0e-b027-1fef67ec2911", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 37.5, 22 | "offsetY": 0, 23 | "trimX": 213, 24 | "trimY": 142, 25 | "width": 149, 26 | "height": 156, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/331.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "ad2594f8-878c-4568-b8fe-7aeb843c442c", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "331": { 15 | "ver": "1.0.4", 16 | "uuid": "e101f3e7-537f-4e55-bc13-8feb8d37b335", 17 | "rawTextureUuid": "ad2594f8-878c-4568-b8fe-7aeb843c442c", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 37, 22 | "offsetY": -40, 23 | "trimX": 163, 24 | "trimY": 195, 25 | "width": 248, 26 | "height": 130, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/332.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "820759b2-f8fb-4ee4-8fd4-9ef1d7c295fa", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "332": { 15 | "ver": "1.0.4", 16 | "uuid": "32966117-d4f5-4b15-8a47-8b526ffee3db", 17 | "rawTextureUuid": "820759b2-f8fb-4ee4-8fd4-9ef1d7c295fa", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 78, 22 | "offsetY": -15, 23 | "trimX": 259, 24 | "trimY": 146, 25 | "width": 138, 26 | "height": 178, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/333.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "bf57a68c-1820-4895-9d36-078dabc919ce", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "333": { 15 | "ver": "1.0.4", 16 | "uuid": "67b6fb37-92bb-4b71-9869-840da1579770", 17 | "rawTextureUuid": "bf57a68c-1820-4895-9d36-078dabc919ce", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 46, 22 | "offsetY": -13, 23 | "trimX": 215, 24 | "trimY": 142, 25 | "width": 162, 26 | "height": 182, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/336.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "4b0d12b1-fa2c-4914-86f0-1d27dfcb4327", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "336": { 15 | "ver": "1.0.4", 16 | "uuid": "90c92527-e54a-48f4-a45c-cd60ae6e5ba4", 17 | "rawTextureUuid": "4b0d12b1-fa2c-4914-86f0-1d27dfcb4327", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 35, 22 | "offsetY": -38, 23 | "trimX": 206, 24 | "trimY": 190, 25 | "width": 158, 26 | "height": 136, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/401.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "0eee159f-2388-4f59-aeb5-df0b2b2a75f7", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "401": { 15 | "ver": "1.0.4", 16 | "uuid": "87d3efc2-ad41-451a-95a0-f08386f06f49", 17 | "rawTextureUuid": "0eee159f-2388-4f59-aeb5-df0b2b2a75f7", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -48, 23 | "trimX": 228, 24 | "trimY": 194, 25 | "width": 130, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/407.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "d8e6b842-2ce3-42dd-8f43-1fe086837dfb", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "407": { 15 | "ver": "1.0.4", 16 | "uuid": "4b660917-b233-4db4-9ead-7a8f1b364931", 17 | "rawTextureUuid": "d8e6b842-2ce3-42dd-8f43-1fe086837dfb", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -37, 23 | "trimX": 215, 24 | "trimY": 190, 25 | "width": 156, 26 | "height": 134, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/416.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "8a7e6a06-8884-42c4-9f37-4ae0a6174881", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "416": { 15 | "ver": "1.0.4", 16 | "uuid": "36b4cf17-5332-4e9b-844b-8ee7e91cae15", 17 | "rawTextureUuid": "8a7e6a06-8884-42c4-9f37-4ae0a6174881", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 7.5, 22 | "offsetY": -9, 23 | "trimX": 199, 24 | "trimY": 159, 25 | "width": 117, 26 | "height": 140, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/417.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "9bf39f51-9154-49df-9920-38f27bf55fdf", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "417": { 15 | "ver": "1.0.4", 16 | "uuid": "7144a9a4-ee2a-4e7d-a764-d06325834dd8", 17 | "rawTextureUuid": "9bf39f51-9154-49df-9920-38f27bf55fdf", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 19, 22 | "offsetY": -48, 23 | "trimX": 185, 24 | "trimY": 201, 25 | "width": 168, 26 | "height": 134, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/426.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "58019d1a-abe7-4508-a5c0-6383f611c63d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "426": { 15 | "ver": "1.0.4", 16 | "uuid": "7c6804bd-a4c6-4242-ad7f-a5721e939588", 17 | "rawTextureUuid": "58019d1a-abe7-4508-a5c0-6383f611c63d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 29, 22 | "offsetY": -41, 23 | "trimX": 155, 24 | "trimY": 196, 25 | "width": 248, 26 | "height": 130, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/427.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "109d5278-de3f-438b-8bf6-e6705d16f458", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "427": { 15 | "ver": "1.0.4", 16 | "uuid": "b6dd0e4d-af75-4b0c-a555-d35e27fcc93d", 17 | "rawTextureUuid": "109d5278-de3f-438b-8bf6-e6705d16f458", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 70, 22 | "offsetY": -16, 23 | "trimX": 251, 24 | "trimY": 147, 25 | "width": 138, 26 | "height": 178, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/428.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "6e7e2478-263c-4314-96e3-f28928819697", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "428": { 15 | "ver": "1.0.4", 16 | "uuid": "43236827-2985-4d7c-b61d-3f0fc54081ca", 17 | "rawTextureUuid": "6e7e2478-263c-4314-96e3-f28928819697", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 38, 22 | "offsetY": -14, 23 | "trimX": 207, 24 | "trimY": 143, 25 | "width": 162, 26 | "height": 182, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/431.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "375057a3-35e1-4c79-9563-1e42c715a4ea", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "431": { 15 | "ver": "1.0.4", 16 | "uuid": "e833f6d0-fa45-407f-914b-2cb3e332b1ee", 17 | "rawTextureUuid": "375057a3-35e1-4c79-9563-1e42c715a4ea", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 33, 22 | "offsetY": -35, 23 | "trimX": 204, 24 | "trimY": 187, 25 | "width": 158, 26 | "height": 136, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/435.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "03b68396-a0d4-4230-84eb-13a740a58780", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "435": { 15 | "ver": "1.0.4", 16 | "uuid": "f208f2ed-0c2f-471e-8114-d31e5088761b", 17 | "rawTextureUuid": "03b68396-a0d4-4230-84eb-13a740a58780", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 45, 22 | "offsetY": 25, 23 | "trimX": 226, 24 | "trimY": 56, 25 | "width": 138, 26 | "height": 278, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/437.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3d0fe58a-9d87-4e28-ba8a-5b2229c84740", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "437": { 15 | "ver": "1.0.4", 16 | "uuid": "85abb51d-dc61-4d1d-8264-9bb63d4b4466", 17 | "rawTextureUuid": "3d0fe58a-9d87-4e28-ba8a-5b2229c84740", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -48, 23 | "trimX": 228, 24 | "trimY": 194, 25 | "width": 130, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/Archer.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "74958239-7607-4a83-81ad-13aea96fe0f8", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 100, 11 | "height": 100, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "Archer": { 15 | "ver": "1.0.4", 16 | "uuid": "70fc00c8-a697-4a67-8607-d4005855c5a6", 17 | "rawTextureUuid": "74958239-7607-4a83-81ad-13aea96fe0f8", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 100, 26 | "height": 100, 27 | "rawWidth": 100, 28 | "rawHeight": 100, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/102.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "bcc9c149-736e-4acf-bcd9-54f8b61db6a4", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "102": { 15 | "ver": "1.0.4", 16 | "uuid": "cab6d652-c78f-42a0-97a2-9d48da9be7d4", 17 | "rawTextureUuid": "bcc9c149-736e-4acf-bcd9-54f8b61db6a4", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43.5, 22 | "offsetY": -47.5, 23 | "trimX": 229, 24 | "trimY": 193, 25 | "width": 129, 26 | "height": 149, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/104.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "0d1bf03f-c492-4cf4-b449-eba533da5d99", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "104": { 15 | "ver": "1.0.4", 16 | "uuid": "3d61dbde-8bc5-4c7f-9042-9b716a4dafdd", 17 | "rawTextureUuid": "0d1bf03f-c492-4cf4-b449-eba533da5d99", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 44.5, 22 | "offsetY": -46.5, 23 | "trimX": 231, 24 | "trimY": 191, 25 | "width": 127, 26 | "height": 151, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/105.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "0fb833e3-b784-4ef0-a1cb-919ad0e8b08c", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "105": { 15 | "ver": "1.0.4", 16 | "uuid": "de60ddbe-03b8-4ad5-bcf9-49aea99cf4b8", 17 | "rawTextureUuid": "0fb833e3-b784-4ef0-a1cb-919ad0e8b08c", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 45, 22 | "offsetY": -45.5, 23 | "trimX": 232, 24 | "trimY": 189, 25 | "width": 126, 26 | "height": 153, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/106.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "98b40152-b05f-499b-b379-ec9107f66217", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "106": { 15 | "ver": "1.0.4", 16 | "uuid": "c4e59c8b-aee4-4299-a8fe-3a93fe139ace", 17 | "rawTextureUuid": "98b40152-b05f-499b-b379-ec9107f66217", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 44.5, 22 | "offsetY": -46.5, 23 | "trimX": 231, 24 | "trimY": 191, 25 | "width": 127, 26 | "height": 151, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/107.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "0bdd5571-a90b-422c-bf74-944c1e8efb3e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "107": { 15 | "ver": "1.0.4", 16 | "uuid": "a839faa4-295d-49e4-828f-056182e2b81f", 17 | "rawTextureUuid": "0bdd5571-a90b-422c-bf74-944c1e8efb3e", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43.5, 22 | "offsetY": -47.5, 23 | "trimX": 229, 24 | "trimY": 193, 25 | "width": 129, 26 | "height": 149, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/202.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "5604171d-7021-460e-91da-bb1c00d5c36c", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "202": { 15 | "ver": "1.0.4", 16 | "uuid": "6bd3fa34-2b3e-41e2-b10c-98c1e131f0f3", 17 | "rawTextureUuid": "5604171d-7021-460e-91da-bb1c00d5c36c", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43.5, 22 | "offsetY": -49, 23 | "trimX": 230, 24 | "trimY": 198, 25 | "width": 127, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/203.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "e626072d-867b-4139-be80-7c04e6fc6379", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "203": { 15 | "ver": "1.0.4", 16 | "uuid": "1bbc35fa-b947-44d5-8167-320f4391bc48", 17 | "rawTextureUuid": "e626072d-867b-4139-be80-7c04e6fc6379", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 47.5, 22 | "offsetY": -41.5, 23 | "trimX": 234, 24 | "trimY": 189, 25 | "width": 127, 26 | "height": 145, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/204.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "96527a35-a54b-41f7-a00d-ff299ae07330", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "204": { 15 | "ver": "1.0.4", 16 | "uuid": "cb41113b-dd6b-4650-b0d8-34687e1b2c6f", 17 | "rawTextureUuid": "96527a35-a54b-41f7-a00d-ff299ae07330", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 52.5, 22 | "offsetY": -44.5, 23 | "trimX": 240, 24 | "trimY": 195, 25 | "width": 125, 26 | "height": 139, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/206.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "cb18ac15-9ff4-4a14-9816-2fc07c1e5f58", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "206": { 15 | "ver": "1.0.4", 16 | "uuid": "d4abe6d7-4334-4489-a77a-ec1164c85564", 17 | "rawTextureUuid": "cb18ac15-9ff4-4a14-9816-2fc07c1e5f58", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 40.5, 22 | "offsetY": -48, 23 | "trimX": 232, 24 | "trimY": 201, 25 | "width": 117, 26 | "height": 134, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/207.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "0ce65b46-1c09-4d14-9ebe-52484cd57d95", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "207": { 15 | "ver": "1.0.4", 16 | "uuid": "5421daad-3fe7-4d2d-b205-b80e6ee55f61", 17 | "rawTextureUuid": "0ce65b46-1c09-4d14-9ebe-52484cd57d95", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 54.5, 22 | "offsetY": -50, 23 | "trimX": 234, 24 | "trimY": 207, 25 | "width": 141, 26 | "height": 126, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/208.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "16764c60-63a7-44fc-9bcd-f3ca93ca9932", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "208": { 15 | "ver": "1.0.4", 16 | "uuid": "2a93cdb5-7b7d-40c6-a160-be38732e1a52", 17 | "rawTextureUuid": "16764c60-63a7-44fc-9bcd-f3ca93ca9932", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 52, 22 | "offsetY": -26.5, 23 | "trimX": 244, 24 | "trimY": 159, 25 | "width": 116, 26 | "height": 175, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/210.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "1ff5e177-59a0-4b66-9944-b9ed0054537e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "210": { 15 | "ver": "1.0.4", 16 | "uuid": "481a1a8c-1e49-4d69-b87c-f20c30b9511a", 17 | "rawTextureUuid": "1ff5e177-59a0-4b66-9944-b9ed0054537e", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 42, 22 | "offsetY": -50.5, 23 | "trimX": 210, 24 | "trimY": 211, 25 | "width": 164, 26 | "height": 119, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/212.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "768431d7-3f5c-4843-8b12-c743cb10d0e6", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "212": { 15 | "ver": "1.0.4", 16 | "uuid": "576db60d-7a43-454b-8005-de9872b3be50", 17 | "rawTextureUuid": "768431d7-3f5c-4843-8b12-c743cb10d0e6", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 85, 22 | "offsetY": -62.5, 23 | "trimX": 252, 24 | "trimY": 228, 25 | "width": 166, 26 | "height": 109, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/213.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "a60ed629-3f1f-4bcc-b584-261197dcf4fe", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "213": { 15 | "ver": "1.0.4", 16 | "uuid": "7c7e5be7-db92-460b-af1a-25a870f76623", 17 | "rawTextureUuid": "a60ed629-3f1f-4bcc-b584-261197dcf4fe", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 85, 22 | "offsetY": -62.5, 23 | "trimX": 252, 24 | "trimY": 228, 25 | "width": 166, 26 | "height": 109, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/214.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "0ca41921-ecc1-4b26-b596-22652d88b7ab", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "214": { 15 | "ver": "1.0.4", 16 | "uuid": "870b99bd-2c49-4c80-bdd1-d705f8313dcb", 17 | "rawTextureUuid": "0ca41921-ecc1-4b26-b596-22652d88b7ab", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 83, 22 | "offsetY": -56.5, 23 | "trimX": 281, 24 | "trimY": 216, 25 | "width": 104, 26 | "height": 121, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/216.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "5edf9ebd-f8bc-4385-a438-02aecc329678", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "216": { 15 | "ver": "1.0.4", 16 | "uuid": "47beccba-d205-402a-8652-c6e5ac3efc0f", 17 | "rawTextureUuid": "5edf9ebd-f8bc-4385-a438-02aecc329678", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": -2.5, 22 | "offsetY": -41, 23 | "trimX": 180, 24 | "trimY": 190, 25 | "width": 135, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/217.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "b8ae32b9-b961-4f02-bb4d-1da76babf82f", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "217": { 15 | "ver": "1.0.4", 16 | "uuid": "905703f7-332c-4a62-a023-cbf6919e9919", 17 | "rawTextureUuid": "b8ae32b9-b961-4f02-bb4d-1da76babf82f", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": -2.5, 22 | "offsetY": -41, 23 | "trimX": 180, 24 | "trimY": 190, 25 | "width": 135, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/219.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "2e55c495-6186-4b61-a7d9-63390ea42c83", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "219": { 15 | "ver": "1.0.4", 16 | "uuid": "dc22a6d7-e9fc-460b-b8e2-b4da2aa50bc0", 17 | "rawTextureUuid": "2e55c495-6186-4b61-a7d9-63390ea42c83", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 60, 22 | "offsetY": -42.5, 23 | "trimX": 234, 24 | "trimY": 198, 25 | "width": 152, 26 | "height": 129, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/220.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "e092b1d7-7863-49d5-8031-f896f6f7c0e7", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "220": { 15 | "ver": "1.0.4", 16 | "uuid": "28f2e2ce-5f3b-4368-a812-a253c37b6e4b", 17 | "rawTextureUuid": "e092b1d7-7863-49d5-8031-f896f6f7c0e7", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 35.5, 22 | "offsetY": -21, 23 | "trimX": 230, 24 | "trimY": 172, 25 | "width": 111, 26 | "height": 138, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/221.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "a2db525e-6f97-4c73-85a4-bbe8f85f64ca", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "221": { 15 | "ver": "1.0.4", 16 | "uuid": "106d5a69-0067-4981-9d37-bf367411de9c", 17 | "rawTextureUuid": "a2db525e-6f97-4c73-85a4-bbe8f85f64ca", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 58.5, 22 | "offsetY": -44.5, 23 | "trimX": 240, 24 | "trimY": 195, 25 | "width": 137, 26 | "height": 139, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/222.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "42f2cafe-bad4-436b-9220-767bf977224d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "222": { 15 | "ver": "1.0.4", 16 | "uuid": "d8defc98-b09b-4c98-bf44-2af44f74dcd6", 17 | "rawTextureUuid": "42f2cafe-bad4-436b-9220-767bf977224d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 45, 22 | "offsetY": -42.5, 23 | "trimX": 226, 24 | "trimY": 191, 25 | "width": 138, 26 | "height": 143, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/223.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "5d000e78-7b57-4a7b-95e7-794d22ed4be0", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "223": { 15 | "ver": "1.0.4", 16 | "uuid": "65decd10-c679-485b-97db-4eaa3c955c97", 17 | "rawTextureUuid": "5d000e78-7b57-4a7b-95e7-794d22ed4be0", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43.5, 22 | "offsetY": -49, 23 | "trimX": 230, 24 | "trimY": 198, 25 | "width": 127, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/302.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "738766b6-1c44-4482-8d41-7b589edc775d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "302": { 15 | "ver": "1.0.4", 16 | "uuid": "a8ccc97a-3ab9-4328-9722-d765958d3747", 17 | "rawTextureUuid": "738766b6-1c44-4482-8d41-7b589edc775d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43.5, 22 | "offsetY": -46, 23 | "trimX": 230, 24 | "trimY": 195, 25 | "width": 127, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/303.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "db17f875-2ae0-4248-9376-db5605d6c3f3", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "303": { 15 | "ver": "1.0.4", 16 | "uuid": "ae7135c8-0c0a-4f62-9f82-7e352160ea8c", 17 | "rawTextureUuid": "db17f875-2ae0-4248-9376-db5605d6c3f3", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 47.5, 22 | "offsetY": -41.5, 23 | "trimX": 234, 24 | "trimY": 189, 25 | "width": 127, 26 | "height": 145, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/304.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "f51d6044-e12e-4b0d-8d3e-f4161d149554", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "304": { 15 | "ver": "1.0.4", 16 | "uuid": "852ff5bf-a41b-4de3-9abd-bdf397462ee6", 17 | "rawTextureUuid": "f51d6044-e12e-4b0d-8d3e-f4161d149554", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 52.5, 22 | "offsetY": -44.5, 23 | "trimX": 240, 24 | "trimY": 195, 25 | "width": 125, 26 | "height": 139, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/305.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "4d4d9d78-3493-4cf0-a19c-7527ea2b35f0", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "305": { 15 | "ver": "1.0.4", 16 | "uuid": "ebbecfa1-a92b-4f2b-9fa8-460684fd04db", 17 | "rawTextureUuid": "4d4d9d78-3493-4cf0-a19c-7527ea2b35f0", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 61, 22 | "offsetY": -34.5, 23 | "trimX": 247, 24 | "trimY": 189, 25 | "width": 128, 26 | "height": 131, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/306.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "d9d6bcc2-a27b-4a8c-a5d5-7e654199fddf", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "306": { 15 | "ver": "1.0.4", 16 | "uuid": "81063072-66c3-4bb0-92fd-08785a66954b", 17 | "rawTextureUuid": "d9d6bcc2-a27b-4a8c-a5d5-7e654199fddf", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 21.5, 22 | "offsetY": -28.5, 23 | "trimX": 195, 24 | "trimY": 186, 25 | "width": 153, 26 | "height": 125, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/308.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "47a0ec83-b868-4a4b-b8f6-58a1d048f649", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "308": { 15 | "ver": "1.0.4", 16 | "uuid": "f8e03f59-1766-4fa6-abe3-63b5cb1cc431", 17 | "rawTextureUuid": "47a0ec83-b868-4a4b-b8f6-58a1d048f649", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 42, 22 | "offsetY": -36.5, 23 | "trimX": 213, 24 | "trimY": 189, 25 | "width": 158, 26 | "height": 135, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/309.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "54667ba1-7f9d-4f68-96d6-23bc1189e378", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "309": { 15 | "ver": "1.0.4", 16 | "uuid": "c4b4a69a-ffe9-422b-b5b6-00724aef92fc", 17 | "rawTextureUuid": "54667ba1-7f9d-4f68-96d6-23bc1189e378", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43, 22 | "offsetY": -30.5, 23 | "trimX": 215, 24 | "trimY": 177, 25 | "width": 156, 26 | "height": 147, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/310.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3620a7cb-83d2-4947-98cd-bfecd79f873f", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "310": { 15 | "ver": "1.0.4", 16 | "uuid": "58ad09b8-a76d-4c57-804f-88d0e2ccb849", 17 | "rawTextureUuid": "3620a7cb-83d2-4947-98cd-bfecd79f873f", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 61.5, 22 | "offsetY": -10.5, 23 | "trimX": 258, 24 | "trimY": 136, 25 | "width": 107, 26 | "height": 189, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/311.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "b1253563-78fb-4e0e-a369-ba51131eb8f6", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "311": { 15 | "ver": "1.0.4", 16 | "uuid": "aa8ff31b-5faa-421d-b89e-47fc9fca8555", 17 | "rawTextureUuid": "b1253563-78fb-4e0e-a369-ba51131eb8f6", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 30.5, 22 | "offsetY": -16, 23 | "trimX": 210, 24 | "trimY": 146, 25 | "width": 141, 26 | "height": 180, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/312.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "8ba4f99d-3b6d-4069-bd6f-1e057cf3db15", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "312": { 15 | "ver": "1.0.4", 16 | "uuid": "3282702c-4dab-443f-b05a-d901a82f3e0e", 17 | "rawTextureUuid": "8ba4f99d-3b6d-4069-bd6f-1e057cf3db15", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 86, 22 | "offsetY": -20.5, 23 | "trimX": 265, 24 | "trimY": 155, 25 | "width": 142, 26 | "height": 171, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/313.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "219e4035-3d6f-4cd0-8ac6-3fd612ccd362", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "313": { 15 | "ver": "1.0.4", 16 | "uuid": "3fe6892b-89f1-406a-a995-95fa68b50aa8", 17 | "rawTextureUuid": "219e4035-3d6f-4cd0-8ac6-3fd612ccd362", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 15.5, 22 | "offsetY": -43.5, 23 | "trimX": 155, 24 | "trimY": 199, 25 | "width": 221, 26 | "height": 129, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/314.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "6c885f33-874d-4800-9b14-a0fca7410c4d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "314": { 15 | "ver": "1.0.4", 16 | "uuid": "31973d5a-16e2-413b-ae3c-345711386d9e", 17 | "rawTextureUuid": "6c885f33-874d-4800-9b14-a0fca7410c4d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 4.5, 22 | "offsetY": -47.5, 23 | "trimX": 138, 24 | "trimY": 203, 25 | "width": 233, 26 | "height": 129, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/315.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "fa3ad1dd-616a-4832-a496-e631db66ce0d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "315": { 15 | "ver": "1.0.4", 16 | "uuid": "c5af56f8-db6e-45b0-8660-2cb08ae40005", 17 | "rawTextureUuid": "fa3ad1dd-616a-4832-a496-e631db66ce0d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 74.5, 22 | "offsetY": -38, 23 | "trimX": 266, 24 | "trimY": 188, 25 | "width": 117, 26 | "height": 140, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/318.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "a576b919-2ade-48bc-8562-d08f09508c86", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "318": { 15 | "ver": "1.0.4", 16 | "uuid": "c9719ca5-bcf1-4058-ac84-a6823809f99e", 17 | "rawTextureUuid": "a576b919-2ade-48bc-8562-d08f09508c86", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 41.5, 22 | "offsetY": -16.5, 23 | "trimX": 221, 24 | "trimY": 145, 25 | "width": 141, 26 | "height": 183, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/319.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "4a51ef8f-5089-4cb9-840d-e2d9920b3b0b", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "319": { 15 | "ver": "1.0.4", 16 | "uuid": "a62e3cfc-f79a-43b6-8ef5-514efa6b05b1", 17 | "rawTextureUuid": "4a51ef8f-5089-4cb9-840d-e2d9920b3b0b", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": -4.5, 22 | "offsetY": -48.5, 23 | "trimX": 137, 24 | "trimY": 208, 25 | "width": 217, 26 | "height": 121, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/322.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "8173f094-5c6c-4ffe-9265-25894b93dfc5", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "322": { 15 | "ver": "1.0.4", 16 | "uuid": "b1c7b6c3-c167-49c8-87c4-c1918017161a", 17 | "rawTextureUuid": "8173f094-5c6c-4ffe-9265-25894b93dfc5", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 99.5, 22 | "offsetY": -52.5, 23 | "trimX": 245, 24 | "trimY": 213, 25 | "width": 209, 26 | "height": 119, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/324.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "a42ae693-548b-4ea6-a7ca-df0ca250e895", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "324": { 15 | "ver": "1.0.4", 16 | "uuid": "52c5afc5-3662-4928-9268-83c51f67af89", 17 | "rawTextureUuid": "a42ae693-548b-4ea6-a7ca-df0ca250e895", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 9, 22 | "offsetY": -55.5, 23 | "trimX": 144, 24 | "trimY": 206, 25 | "width": 230, 26 | "height": 139, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/325.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "67be7491-d168-40e7-9db9-f5691678db4c", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "325": { 15 | "ver": "1.0.4", 16 | "uuid": "8d4f7fc9-0c72-427e-81ad-59de5ce18d19", 17 | "rawTextureUuid": "67be7491-d168-40e7-9db9-f5691678db4c", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 47.5, 22 | "offsetY": -49, 23 | "trimX": 224, 24 | "trimY": 195, 25 | "width": 147, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/326.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "ef396d04-5230-4ed5-984d-d00ae17f4f65", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "326": { 15 | "ver": "1.0.4", 16 | "uuid": "2c66b5d4-d9b3-4b27-b537-dbd846215ce0", 17 | "rawTextureUuid": "ef396d04-5230-4ed5-984d-d00ae17f4f65", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 25.5, 22 | "offsetY": -52.5, 23 | "trimX": 195, 24 | "trimY": 202, 25 | "width": 161, 26 | "height": 141, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/327.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "656a19ca-8ea9-4bf5-a54b-2162c47b61b4", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "327": { 15 | "ver": "1.0.4", 16 | "uuid": "c0fe4788-04e3-4718-9baf-72d8d9d41119", 17 | "rawTextureUuid": "656a19ca-8ea9-4bf5-a54b-2162c47b61b4", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 21, 22 | "offsetY": -62.5, 23 | "trimX": 208, 24 | "trimY": 225, 25 | "width": 126, 26 | "height": 115, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/329.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "4995e07d-06de-4239-8180-ecc1023cb133", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "329": { 15 | "ver": "1.0.4", 16 | "uuid": "99634994-7f15-4f8d-a9ed-07f46a37ee06", 17 | "rawTextureUuid": "4995e07d-06de-4239-8180-ecc1023cb133", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 57.5, 22 | "offsetY": -39, 23 | "trimX": 248, 24 | "trimY": 189, 25 | "width": 119, 26 | "height": 140, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/330.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "e84c88fa-0d6a-426a-b6bc-a5335afe851d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "330": { 15 | "ver": "1.0.4", 16 | "uuid": "cd829e70-b5eb-4baa-8b37-eaed9062f103", 17 | "rawTextureUuid": "e84c88fa-0d6a-426a-b6bc-a5335afe851d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": -0.5, 22 | "offsetY": -46.5, 23 | "trimX": 142, 24 | "trimY": 204, 25 | "width": 215, 26 | "height": 125, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/334.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "18bb8a1a-70d1-4150-96da-7fd8d88deec4", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "334": { 15 | "ver": "1.0.4", 16 | "uuid": "a98a5662-7869-413b-a688-f5e26ba1efa7", 17 | "rawTextureUuid": "18bb8a1a-70d1-4150-96da-7fd8d88deec4", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 48.5, 22 | "offsetY": -13, 23 | "trimX": 244, 24 | "trimY": 142, 25 | "width": 109, 26 | "height": 182, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/335.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "16b803b3-102d-4129-a751-2834e30ac318", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "335": { 15 | "ver": "1.0.4", 16 | "uuid": "d61a8284-61d8-498d-8de9-96800b29d37a", 17 | "rawTextureUuid": "16b803b3-102d-4129-a751-2834e30ac318", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 24.5, 22 | "offsetY": -32, 23 | "trimX": 185, 24 | "trimY": 178, 25 | "width": 179, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/337.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "4499ba3a-7cd2-4d93-b033-e60e4d03c144", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "337": { 15 | "ver": "1.0.4", 16 | "uuid": "d0a03d5c-1e47-43d3-9d24-7c583e3abcf3", 17 | "rawTextureUuid": "4499ba3a-7cd2-4d93-b033-e60e4d03c144", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 35.5, 22 | "offsetY": -40.5, 23 | "trimX": 209, 24 | "trimY": 196, 25 | "width": 153, 26 | "height": 129, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/338.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "b3e042b9-8d74-4f12-b3ec-b81b1993d174", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "338": { 15 | "ver": "1.0.4", 16 | "uuid": "50a12a6f-685d-4afa-bf93-cce435c5569d", 17 | "rawTextureUuid": "b3e042b9-8d74-4f12-b3ec-b81b1993d174", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 56, 22 | "offsetY": -47.5, 23 | "trimX": 231, 24 | "trimY": 208, 25 | "width": 150, 26 | "height": 119, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/339.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "ab985da5-75f4-4400-9ffa-cdbdae641b0e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "339": { 15 | "ver": "1.0.4", 16 | "uuid": "bf4cf797-1b7b-4e49-8ff7-a45e22f0e634", 17 | "rawTextureUuid": "ab985da5-75f4-4400-9ffa-cdbdae641b0e", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 52.5, 22 | "offsetY": -45.5, 23 | "trimX": 240, 24 | "trimY": 196, 25 | "width": 125, 26 | "height": 139, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/340.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "c675bd3c-1b25-408b-a91a-25da8ba2d4e8", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "340": { 15 | "ver": "1.0.4", 16 | "uuid": "6cc37ed5-8933-48fb-b3d1-e6f3dc1d5a8e", 17 | "rawTextureUuid": "c675bd3c-1b25-408b-a91a-25da8ba2d4e8", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 44, 22 | "offsetY": -46.5, 23 | "trimX": 225, 24 | "trimY": 195, 25 | "width": 138, 26 | "height": 143, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/341.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "79196229-7eff-4a9b-82b3-36af48765227", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "341": { 15 | "ver": "1.0.4", 16 | "uuid": "acd01d40-24f1-4d2f-ac3a-06fa86aca676", 17 | "rawTextureUuid": "79196229-7eff-4a9b-82b3-36af48765227", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 42.5, 22 | "offsetY": -50, 23 | "trimX": 229, 24 | "trimY": 199, 25 | "width": 127, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/402.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "34deb1c1-fd23-4402-a768-0ad102296f95", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "402": { 15 | "ver": "1.0.4", 16 | "uuid": "87bf8f0f-e659-453b-bf5a-262f1ca21035", 17 | "rawTextureUuid": "34deb1c1-fd23-4402-a768-0ad102296f95", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43.5, 22 | "offsetY": -46, 23 | "trimX": 230, 24 | "trimY": 195, 25 | "width": 127, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/403.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3440c79b-8006-42bc-abe4-d3a7a1b433a4", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "403": { 15 | "ver": "1.0.4", 16 | "uuid": "7d87f229-1866-4145-a33c-02405a4274fb", 17 | "rawTextureUuid": "3440c79b-8006-42bc-abe4-d3a7a1b433a4", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 47.5, 22 | "offsetY": -41.5, 23 | "trimX": 234, 24 | "trimY": 189, 25 | "width": 127, 26 | "height": 145, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/404.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "df7cf02d-a293-49fc-a40e-bcef4c18dc60", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "404": { 15 | "ver": "1.0.4", 16 | "uuid": "454db0a3-ae3f-4d9c-839c-b5e8c24dd7cc", 17 | "rawTextureUuid": "df7cf02d-a293-49fc-a40e-bcef4c18dc60", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 52.5, 22 | "offsetY": -44.5, 23 | "trimX": 240, 24 | "trimY": 195, 25 | "width": 125, 26 | "height": 139, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/405.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "76d4e698-ee5b-45f7-8451-e1707cbcd02e", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "405": { 15 | "ver": "1.0.4", 16 | "uuid": "b89a1e8c-35f1-491c-a960-259968b69248", 17 | "rawTextureUuid": "76d4e698-ee5b-45f7-8451-e1707cbcd02e", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 61, 22 | "offsetY": -34.5, 23 | "trimX": 247, 24 | "trimY": 189, 25 | "width": 128, 26 | "height": 131, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/406.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "30a9f51e-fb46-4c0a-9d9d-44ac652d7571", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "406": { 15 | "ver": "1.0.4", 16 | "uuid": "186b2e79-2241-438f-914a-c70783b118d7", 17 | "rawTextureUuid": "30a9f51e-fb46-4c0a-9d9d-44ac652d7571", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 18.5, 22 | "offsetY": -26.5, 23 | "trimX": 192, 24 | "trimY": 184, 25 | "width": 153, 26 | "height": 125, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/408.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "95d5166f-db04-4048-9843-15f8b5aacc5f", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "408": { 15 | "ver": "1.0.4", 16 | "uuid": "d0385358-1b39-46bb-861d-4d7419f933f3", 17 | "rawTextureUuid": "95d5166f-db04-4048-9843-15f8b5aacc5f", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 39, 22 | "offsetY": -34.5, 23 | "trimX": 210, 24 | "trimY": 187, 25 | "width": 158, 26 | "height": 135, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/409.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "250dcb88-2556-46bc-b367-e1ab73ebb4b2", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "409": { 15 | "ver": "1.0.4", 16 | "uuid": "1a4aee6b-72ac-47e7-b9cc-ee9b5a231600", 17 | "rawTextureUuid": "250dcb88-2556-46bc-b367-e1ab73ebb4b2", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 40, 22 | "offsetY": -28.5, 23 | "trimX": 212, 24 | "trimY": 175, 25 | "width": 156, 26 | "height": 147, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/410.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "eaa69330-eaa0-4832-a3dd-e42d31995ebc", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "410": { 15 | "ver": "1.0.4", 16 | "uuid": "02f178ef-e2e4-400d-90d4-731ef147f471", 17 | "rawTextureUuid": "eaa69330-eaa0-4832-a3dd-e42d31995ebc", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 58.5, 22 | "offsetY": -8.5, 23 | "trimX": 255, 24 | "trimY": 134, 25 | "width": 107, 26 | "height": 189, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/411.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "efd0d9f7-f1d6-4aec-92dd-d71d0ff711de", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "411": { 15 | "ver": "1.0.4", 16 | "uuid": "b131aae3-e704-4834-8b4f-e5ddc1b495b7", 17 | "rawTextureUuid": "efd0d9f7-f1d6-4aec-92dd-d71d0ff711de", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 30.5, 22 | "offsetY": -14, 23 | "trimX": 210, 24 | "trimY": 144, 25 | "width": 141, 26 | "height": 180, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/412.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "dc8912cf-5fd6-470d-83ff-263df4df1b57", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "412": { 15 | "ver": "1.0.4", 16 | "uuid": "333c3abe-b172-4261-81c5-9276bb1d1373", 17 | "rawTextureUuid": "dc8912cf-5fd6-470d-83ff-263df4df1b57", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 86, 22 | "offsetY": -18.5, 23 | "trimX": 265, 24 | "trimY": 153, 25 | "width": 142, 26 | "height": 171, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/413.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "cf8b4c6c-0e7e-4696-b5e5-774faab08fc4", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "413": { 15 | "ver": "1.0.4", 16 | "uuid": "e95403c3-066f-4419-843a-7fea6a78ff6f", 17 | "rawTextureUuid": "cf8b4c6c-0e7e-4696-b5e5-774faab08fc4", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 15.5, 22 | "offsetY": -41.5, 23 | "trimX": 155, 24 | "trimY": 197, 25 | "width": 221, 26 | "height": 129, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/414.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "ac1d346d-8008-45b8-9ed0-c6a054d440c6", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "414": { 15 | "ver": "1.0.4", 16 | "uuid": "90f530c5-6511-44a6-a341-1216d7adfdc1", 17 | "rawTextureUuid": "ac1d346d-8008-45b8-9ed0-c6a054d440c6", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 4.5, 22 | "offsetY": -53, 23 | "trimX": 138, 24 | "trimY": 201, 25 | "width": 233, 26 | "height": 144, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/415.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "59debc5b-8b04-40c0-8dbd-0d2289573484", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "415": { 15 | "ver": "1.0.4", 16 | "uuid": "f18599b8-4139-4936-9402-41bb7dde43db", 17 | "rawTextureUuid": "59debc5b-8b04-40c0-8dbd-0d2289573484", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": -10.5, 22 | "offsetY": -45.5, 23 | "trimX": 138, 24 | "trimY": 201, 25 | "width": 203, 26 | "height": 129, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/418.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3b97efa4-4b6f-4dca-bdcd-a7ff70ab1315", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "418": { 15 | "ver": "1.0.4", 16 | "uuid": "3aa225ff-5c0c-4d1f-9742-86c8ae7bd383", 17 | "rawTextureUuid": "3b97efa4-4b6f-4dca-bdcd-a7ff70ab1315", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 69.5, 22 | "offsetY": -31, 23 | "trimX": 252, 24 | "trimY": 164, 25 | "width": 135, 26 | "height": 174, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/419.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "8170d283-1735-4e3a-8d22-721d5f10ccff", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "419": { 15 | "ver": "1.0.4", 16 | "uuid": "9c785730-6775-4cd1-87b1-aa3838bc2e56", 17 | "rawTextureUuid": "8170d283-1735-4e3a-8d22-721d5f10ccff", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 18, 22 | "offsetY": -48.5, 23 | "trimX": 190, 24 | "trimY": 171, 25 | "width": 156, 26 | "height": 195, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/420.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "8cc09db0-a9f4-4838-9bc1-573c98f5891f", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "420": { 15 | "ver": "1.0.4", 16 | "uuid": "6a8be668-7d14-42e2-9ece-9c437a4c6a79", 17 | "rawTextureUuid": "8cc09db0-a9f4-4838-9bc1-573c98f5891f", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 16, 22 | "offsetY": -43.5, 23 | "trimX": 190, 24 | "trimY": 161, 25 | "width": 152, 26 | "height": 205, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/421.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "5b23aa4f-7e4e-4fca-b281-617cab5f4d17", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "421": { 15 | "ver": "1.0.4", 16 | "uuid": "2ed8d569-cfd5-4d65-93be-d28896564462", 17 | "rawTextureUuid": "5b23aa4f-7e4e-4fca-b281-617cab5f4d17", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 27.5, 22 | "offsetY": -16.5, 23 | "trimX": 219, 24 | "trimY": 165, 25 | "width": 117, 26 | "height": 143, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/422.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "529892eb-3e2f-44db-8de1-46d51f4139e0", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "422": { 15 | "ver": "1.0.4", 16 | "uuid": "ed18fb0c-e525-411c-84e0-936b0c96fcc2", 17 | "rawTextureUuid": "529892eb-3e2f-44db-8de1-46d51f4139e0", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 62, 22 | "offsetY": -28.5, 23 | "trimX": 234, 24 | "trimY": 191, 25 | "width": 156, 26 | "height": 115, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/423.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "9df0d69f-2190-4dc6-bc08-9e5dda739843", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "423": { 15 | "ver": "1.0.4", 16 | "uuid": "c39391a3-69ea-4a43-84ae-c6fe95e1f79a", 17 | "rawTextureUuid": "9df0d69f-2190-4dc6-bc08-9e5dda739843", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 56.5, 22 | "offsetY": -34, 23 | "trimX": 232, 24 | "trimY": 176, 25 | "width": 149, 26 | "height": 156, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/424.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "66c1c982-6423-4ddf-b527-c37777875f51", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "424": { 15 | "ver": "1.0.4", 16 | "uuid": "87361517-f4b9-4ab6-94a9-ecfe04b49c1a", 17 | "rawTextureUuid": "66c1c982-6423-4ddf-b527-c37777875f51", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 31.5, 22 | "offsetY": -16, 23 | "trimX": 222, 24 | "trimY": 166, 25 | "width": 119, 26 | "height": 140, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/425.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3639a188-979f-4d33-b2f4-6e770f9f8814", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "425": { 15 | "ver": "1.0.4", 16 | "uuid": "4d014736-35ea-42f4-95c2-429ffd21fb15", 17 | "rawTextureUuid": "3639a188-979f-4d33-b2f4-6e770f9f8814", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": -8.5, 22 | "offsetY": -47.5, 23 | "trimX": 134, 24 | "trimY": 205, 25 | "width": 215, 26 | "height": 125, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/429.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "5f221714-5708-4694-91ea-6beb8706296b", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "429": { 15 | "ver": "1.0.4", 16 | "uuid": "93b8350e-3962-4443-bf8f-3069129f5e9a", 17 | "rawTextureUuid": "5f221714-5708-4694-91ea-6beb8706296b", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 44.5, 22 | "offsetY": -15, 23 | "trimX": 240, 24 | "trimY": 144, 25 | "width": 109, 26 | "height": 182, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/430.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "e360c348-66c3-4a61-ae18-0496931bb56a", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "430": { 15 | "ver": "1.0.4", 16 | "uuid": "8b15feb6-0d5a-4f5c-b81f-6743f2bc3723", 17 | "rawTextureUuid": "e360c348-66c3-4a61-ae18-0496931bb56a", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 22.5, 22 | "offsetY": -29, 23 | "trimX": 183, 24 | "trimY": 175, 25 | "width": 179, 26 | "height": 148, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/432.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "5b7f5f09-bff5-428e-b5ab-277d77ad549d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "432": { 15 | "ver": "1.0.4", 16 | "uuid": "b7804400-4fed-41e8-9f9e-44dc8c2fb9c1", 17 | "rawTextureUuid": "5b7f5f09-bff5-428e-b5ab-277d77ad549d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 33.5, 22 | "offsetY": -37.5, 23 | "trimX": 207, 24 | "trimY": 193, 25 | "width": 153, 26 | "height": 129, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/433.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3397f9dc-7632-4dd0-a2e5-c51b201ab8ef", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "433": { 15 | "ver": "1.0.4", 16 | "uuid": "704b609d-315d-4cf3-8f1d-5f9330575482", 17 | "rawTextureUuid": "3397f9dc-7632-4dd0-a2e5-c51b201ab8ef", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": -8, 22 | "offsetY": -44.5, 23 | "trimX": 105, 24 | "trimY": 205, 25 | "width": 274, 26 | "height": 119, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/434.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "d5d6ae17-c279-42c9-ad2e-e9df85450af1", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "434": { 15 | "ver": "1.0.4", 16 | "uuid": "72b96e13-3731-4cab-96ac-3103173ce282", 17 | "rawTextureUuid": "d5d6ae17-c279-42c9-ad2e-e9df85450af1", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 52.5, 22 | "offsetY": -44.5, 23 | "trimX": 240, 24 | "trimY": 195, 25 | "width": 125, 26 | "height": 139, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Ani/hero/436.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "772bb804-0357-47cb-ab2b-a5719a06fe8b", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 500, 11 | "height": 440, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "436": { 15 | "ver": "1.0.4", 16 | "uuid": "fc11f052-47b7-4a02-adcd-8284900f34ad", 17 | "rawTextureUuid": "772bb804-0357-47cb-ab2b-a5719a06fe8b", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 43.5, 22 | "offsetY": -46, 23 | "trimX": 230, 24 | "trimY": 195, 25 | "width": 127, 26 | "height": 142, 27 | "rawWidth": 500, 28 | "rawHeight": 440, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/login_bg.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "1b9cc72d-b1ed-4116-b3e6-34b2ea41218a", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 1024, 11 | "height": 615, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "login_bg": { 15 | "ver": "1.0.4", 16 | "uuid": "dd6f4001-d644-4c54-a2cd-fd6d26176047", 17 | "rawTextureUuid": "1b9cc72d-b1ed-4116-b3e6-34b2ea41218a", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 1024, 26 | "height": 615, 27 | "rawWidth": 1024, 28 | "rawHeight": 615, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/pop_bg.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "e6bac2ca-19f9-46eb-ace0-981cae3c4969", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 900, 11 | "height": 543, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "pop_bg": { 15 | "ver": "1.0.4", 16 | "uuid": "16f9d0b7-31fd-4025-b9f3-2871e72241a3", 17 | "rawTextureUuid": "e6bac2ca-19f9-46eb-ace0-981cae3c4969", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": -31.5, 23 | "trimX": 0, 24 | "trimY": 63, 25 | "width": 900, 26 | "height": 480, 27 | "rawWidth": 900, 28 | "rawHeight": 543, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/world_bg.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "716aaffd-599f-4a0b-8d0e-34e0d6a2a18b", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 1024, 11 | "height": 615, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "world_bg": { 15 | "ver": "1.0.4", 16 | "uuid": "ae47ffc4-ab29-4891-9695-3b2b6489100b", 17 | "rawTextureUuid": "716aaffd-599f-4a0b-8d0e-34e0d6a2a18b", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 1024, 26 | "height": 615, 27 | "rawWidth": 1024, 28 | "rawHeight": 615, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/elitetoggle-s.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "da1b69ea-a0e3-49ff-a483-8df4925ce0cf", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 129, 11 | "height": 67, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "elitetoggle-s": { 15 | "ver": "1.0.4", 16 | "uuid": "4d745a9b-9ba3-4b5d-82c6-381d8769f0ec", 17 | "rawTextureUuid": "da1b69ea-a0e3-49ff-a483-8df4925ce0cf", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": -1, 23 | "trimX": 0, 24 | "trimY": 2, 25 | "width": 129, 26 | "height": 65, 27 | "rawWidth": 129, 28 | "rawHeight": 67, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/activate_input.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "3940606d-9fb0-47e5-8fd1-508150dff5c0", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 47, 11 | "height": 55, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "activate_input": { 15 | "ver": "1.0.4", 16 | "uuid": "489fc4db-b665-4036-95b3-ef2f372b6751", 17 | "rawTextureUuid": "3940606d-9fb0-47e5-8fd1-508150dff5c0", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 47, 26 | "height": 55, 27 | "rawWidth": 47, 28 | "rawHeight": 55, 29 | "borderTop": 10, 30 | "borderBottom": 10, 31 | "borderLeft": 10, 32 | "borderRight": 10, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/bbg_fall_cave.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "db729e8a-22db-4127-8846-e3015f3c3fe2", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 1024, 11 | "height": 615, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "bbg_fall_cave": { 15 | "ver": "1.0.4", 16 | "uuid": "43a2a9c7-63ef-402d-9ef4-bb6f3e66be3f", 17 | "rawTextureUuid": "db729e8a-22db-4127-8846-e3015f3c3fe2", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 1024, 26 | "height": 615, 27 | "rawWidth": 1024, 28 | "rawHeight": 615, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/btn_normal_1.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "9b373ea5-824f-4c51-9c53-b882a7794e42", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 237, 11 | "height": 75, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "btn_normal_1": { 15 | "ver": "1.0.4", 16 | "uuid": "f8ee7f57-b863-43c6-809a-4648ea4eff8d", 17 | "rawTextureUuid": "9b373ea5-824f-4c51-9c53-b882a7794e42", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 237, 26 | "height": 75, 27 | "rawWidth": 237, 28 | "rawHeight": 75, 29 | "borderTop": 20, 30 | "borderBottom": 20, 31 | "borderLeft": 20, 32 | "borderRight": 20, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/btn_normal_2.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "acec64df-83ac-4f94-9e56-7911d8716a25", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 237, 11 | "height": 75, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "btn_normal_2": { 15 | "ver": "1.0.4", 16 | "uuid": "77155346-172e-4d1b-85f4-dbdaa6a81d66", 17 | "rawTextureUuid": "acec64df-83ac-4f94-9e56-7911d8716a25", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 237, 26 | "height": 75, 27 | "rawWidth": 237, 28 | "rawHeight": 75, 29 | "borderTop": 20, 30 | "borderBottom": 20, 31 | "borderLeft": 20, 32 | "borderRight": 20, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/elitetoggle-ns.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "bfa10484-ebf3-49f6-9595-d93a406aeec2", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 129, 11 | "height": 67, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "elitetoggle-ns": { 15 | "ver": "1.0.4", 16 | "uuid": "6c70b9fb-9bc6-4d08-b4bb-697a297bb19a", 17 | "rawTextureUuid": "bfa10484-ebf3-49f6-9595-d93a406aeec2", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": -0.5, 23 | "trimX": 0, 24 | "trimY": 2, 25 | "width": 129, 26 | "height": 64, 27 | "rawWidth": 129, 28 | "rawHeight": 67, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/pop_title_bg.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "f5e760f0-d032-4731-8f45-7e150085483d", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 587, 11 | "height": 103, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "pop_title_bg": { 15 | "ver": "1.0.4", 16 | "uuid": "5c934752-4d6d-456c-8019-92d94c31994f", 17 | "rawTextureUuid": "f5e760f0-d032-4731-8f45-7e150085483d", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0.5, 22 | "offsetY": -1, 23 | "trimX": 21, 24 | "trimY": 15, 25 | "width": 546, 26 | "height": 75, 27 | "rawWidth": 587, 28 | "rawHeight": 103, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/pvp_rank_frame.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "df699d18-152d-4868-bd8c-d78ae18e2368", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 700, 11 | "height": 519, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "pvp_rank_frame": { 15 | "ver": "1.0.4", 16 | "uuid": "bf61d2cc-ff6b-4418-ba59-5eb8be8878c5", 17 | "rawTextureUuid": "df699d18-152d-4868-bd8c-d78ae18e2368", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 700, 26 | "height": 519, 27 | "rawWidth": 700, 28 | "rawHeight": 519, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/bbg_dark_forest.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "89c3bbc2-5fa0-4078-84c4-803622588d87", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 1024, 11 | "height": 615, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "bbg_dark_forest": { 15 | "ver": "1.0.4", 16 | "uuid": "1f5b9b0a-2e25-4aae-abe1-e310662490e1", 17 | "rawTextureUuid": "89c3bbc2-5fa0-4078-84c4-803622588d87", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 1024, 26 | "height": 615, 27 | "rawWidth": 1024, 28 | "rawHeight": 615, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/hero_icon_frame_1.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "a36fbde4-2ec2-452c-81a6-e0ba170de495", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 106, 11 | "height": 106, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "hero_icon_frame_1": { 15 | "ver": "1.0.4", 16 | "uuid": "a437754b-4e70-47b5-a88c-33b6883b8bf2", 17 | "rawTextureUuid": "a36fbde4-2ec2-452c-81a6-e0ba170de495", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0.5, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 106, 26 | "height": 105, 27 | "rawWidth": 106, 28 | "rawHeight": 106, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/bbg_dark_forest_end.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "96aae535-904f-4882-bae6-967215e95707", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 1024, 11 | "height": 615, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "bbg_dark_forest_end": { 15 | "ver": "1.0.4", 16 | "uuid": "56f12481-72e0-4433-a372-dc54b0548b52", 17 | "rawTextureUuid": "96aae535-904f-4882-bae6-967215e95707", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 1024, 26 | "height": 615, 27 | "rawWidth": 1024, 28 | "rawHeight": 615, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/bbg_fall_cityofmage2.jpg.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "923de959-52b5-4451-a56f-6696b1a8e413", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 1024, 11 | "height": 615, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "bbg_fall_cityofmage2": { 15 | "ver": "1.0.4", 16 | "uuid": "e45fa60e-27ed-4e53-8b35-13d1048b7780", 17 | "rawTextureUuid": "923de959-52b5-4451-a56f-6696b1a8e413", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 0, 24 | "trimY": 0, 25 | "width": 1024, 26 | "height": 615, 27 | "rawWidth": 1024, 28 | "rawHeight": 615, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Texture/herodetail_name_frame_7.png.meta: -------------------------------------------------------------------------------- 1 | { 2 | "ver": "2.3.4", 3 | "uuid": "e7a2f86b-b0e4-42aa-bbd2-47305c6d1412", 4 | "type": "sprite", 5 | "wrapMode": "clamp", 6 | "filterMode": "bilinear", 7 | "premultiplyAlpha": false, 8 | "genMipmaps": false, 9 | "packable": true, 10 | "width": 196, 11 | "height": 51, 12 | "platformSettings": {}, 13 | "subMetas": { 14 | "herodetail_name_frame_7": { 15 | "ver": "1.0.4", 16 | "uuid": "bec80f7d-b49d-45af-83b2-116dd70cfe69", 17 | "rawTextureUuid": "e7a2f86b-b0e4-42aa-bbd2-47305c6d1412", 18 | "trimType": "auto", 19 | "trimThreshold": 1, 20 | "rotated": false, 21 | "offsetX": 0, 22 | "offsetY": 0, 23 | "trimX": 2, 24 | "trimY": 2, 25 | "width": 192, 26 | "height": 47, 27 | "rawWidth": 196, 28 | "rawHeight": 51, 29 | "borderTop": 0, 30 | "borderBottom": 0, 31 | "borderLeft": 0, 32 | "borderRight": 0, 33 | "subMetas": {} 34 | } 35 | } 36 | } -------------------------------------------------------------------------------- /assets/Script/gate/gateProxy.js: -------------------------------------------------------------------------------- 1 | var baseProxy = require("baseProxy") 2 | var proxyName = require("proxyName") 3 | var gateDefine = require("gateDefine") 4 | var loginDefine = require("loginDefine") 5 | var App = require("App") 6 | 7 | let gateProxy = cc.Class({ 8 | extends:baseProxy, 9 | 10 | ctor: function () { 11 | this._proxyName = proxyName.PROXY_GATE; 12 | }, 13 | 14 | onAdd: function () { 15 | this._super(); 16 | this.callBack.set(gateDefine.netFunc.loginServerReq, this.gateLoginServerAck) 17 | }, 18 | 19 | onRemove: function () { 20 | this._super(); 21 | }, 22 | 23 | networkError: function(){ 24 | App.eventMgr.emit(loginDefine.event.event_login_netError, null) 25 | }, 26 | 27 | gateLoginServerReq: function(obj){ 28 | this.sendProto(gateDefine.netFunc.loginServerReq, obj) 29 | }, 30 | 31 | gateLoginServerAck: function(obj){ 32 | //console.log("gateLoginServerAck:",obj) 33 | App.eventMgr.emit(gateDefine.event.event_loginServer, obj) 34 | }, 35 | 36 | }); 37 | 38 | 39 | module.exports = gateProxy -------------------------------------------------------------------------------- /assets/Script/uiTools.js: -------------------------------------------------------------------------------- 1 | var App = require("App") 2 | var commonDefine = require("commonDefine") 3 | 4 | var uiTools = { 5 | 6 | }; 7 | 8 | uiTools.showPopDialog = function(title, text, type, sureFunc, cancelFunc){ 9 | App.eventMgr.emit(commonDefine.showPopDialog, title, text, type, sureFunc, cancelFunc) 10 | }, 11 | 12 | uiTools.showLogin = function(){ 13 | App.eventMgr.emit(commonDefine.showLogin) 14 | }, 15 | 16 | uiTools.hideLogin = function(){ 17 | App.eventMgr.emit(commonDefine.hideLogin) 18 | } 19 | 20 | uiTools.showRegister = function(){ 21 | App.eventMgr.emit(commonDefine.showRegister) 22 | }, 23 | 24 | uiTools.hideRegister = function(){ 25 | App.eventMgr.emit(commonDefine.hideRegister) 26 | } 27 | 28 | uiTools.showLobby = function(){ 29 | App.eventMgr.emit(commonDefine.showLobby) 30 | }, 31 | 32 | uiTools.hideLobby = function(){ 33 | App.eventMgr.emit(commonDefine.hideLobby) 34 | }, 35 | 36 | uiTools.showGame = function(gameId){ 37 | App.eventMgr.emit(commonDefine.showGame) 38 | }, 39 | 40 | uiTools.hideGame = function(){ 41 | App.eventMgr.emit(commonDefine.hideGame) 42 | } 43 | 44 | module.exports = uiTools; -------------------------------------------------------------------------------- /assets/Script/game/gameDefine.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | let gameDefine = { 4 | 5 | netFunc:{ 6 | enterGameReq: "enterGameReq", 7 | heartBeatReq: "heartBeatReq", 8 | logoutReq: "logoutReq", 9 | sceneListReq: "sceneListReq", 10 | enterSceneReq: "enterSceneReq", 11 | exitSceneReq: "exitSceneReq", 12 | sceneReq: "sceneReq", 13 | moveReq: "moveReq", 14 | movePush: "movePush", 15 | attackReq: "attackReq", 16 | attackPush: "attackPush", 17 | monsterPush: "monsterPush", 18 | userPush: "userPush", 19 | }, 20 | 21 | event:{ 22 | event_enterGame: "event_enterGame", 23 | event_heartBeat: "event_heartBeat", 24 | event_logout: "event_logout", 25 | event_enterScene: "event_enterScene", 26 | event_exitScene: "event_exitScene", 27 | event_scene: "event_scene", 28 | event_sceneList:"event_sceneList", 29 | event_move: "event_move", 30 | event_attack: "event_attack", 31 | event_monster: "event_monster", 32 | event_user: "event_user", 33 | event_game_proxyError: "event_game_proxyError", 34 | event_game_authError: "event_game_authError", 35 | event_game_netError: "event_game_netError" 36 | 37 | }, 38 | } 39 | 40 | module.exports = gameDefine; -------------------------------------------------------------------------------- /assets/Script/popDialog.js: -------------------------------------------------------------------------------- 1 | 2 | 3 | cc.Class({ 4 | extends: cc.Component, 5 | 6 | properties: { 7 | title:cc.Label, 8 | text:cc.Label, 9 | midBtn:cc.Button, 10 | leftBtn:cc.Button, 11 | rightBtn:cc.Button, 12 | }, 13 | 14 | onLoad () { 15 | 16 | }, 17 | 18 | show:function(title, text, type, sureFunc, cancelFunc){ 19 | //console.log("title:", title) 20 | if(type == 0){ 21 | this.leftBtn.node.active = false 22 | this.rightBtn.node.active = false 23 | this.midBtn.node.active = true 24 | }else if (type == 1){ 25 | this.leftBtn.node.active = true 26 | this.rightBtn.node.active = true 27 | this.midBtn.node.active = false 28 | } 29 | 30 | if(title){ 31 | this.title.string = title 32 | }else{ 33 | this.title.string = "提示" 34 | } 35 | 36 | this.text.string = text 37 | this.sureFunc = sureFunc 38 | this.cancelFunc = cancelFunc 39 | 40 | }, 41 | 42 | onClickSure:function(){ 43 | if(this.sureFunc){ 44 | this.sureFunc() 45 | } 46 | this.node.active = false 47 | }, 48 | 49 | onClickCancel:function(){ 50 | if(this.cancelFunc){ 51 | this.cancelFunc() 52 | } 53 | this.node.active = false 54 | }, 55 | }); 56 | -------------------------------------------------------------------------------- /settings/project.json: -------------------------------------------------------------------------------- 1 | { 2 | "collision-matrix": [ 3 | [ 4 | false 5 | ], 6 | [ 7 | false, 8 | false, 9 | true 10 | ], 11 | [ 12 | false, 13 | true, 14 | false, 15 | true 16 | ], 17 | [ 18 | false, 19 | false, 20 | true, 21 | false 22 | ] 23 | ], 24 | "design-resolution-height": 720, 25 | "design-resolution-width": 1280, 26 | "excluded-modules": [ 27 | "Geom Utils", 28 | "3D", 29 | "3D Primitive", 30 | "3D Physics/cannon.js", 31 | "3D Physics/Builtin", 32 | "3D Particle" 33 | ], 34 | "fit-height": true, 35 | "fit-width": false, 36 | "group-list": [ 37 | "default", 38 | "fish", 39 | "bullet", 40 | "wall" 41 | ], 42 | "start-scene": "current", 43 | "use-project-simulator-setting": false, 44 | "simulator-orientation": false, 45 | "use-customize-simulator": false, 46 | "simulator-resolution": { 47 | "width": 960, 48 | "height": 640 49 | }, 50 | "cocos-analytics": { 51 | "enable": false, 52 | "appID": "13798", 53 | "appSecret": "959b3ac0037d0f3c2fdce94f8421a9b2" 54 | }, 55 | "last-module-event-record-time": 0, 56 | "assets-sort-type": "name", 57 | "facebook": { 58 | "enable": false, 59 | "appID": "", 60 | "live": { 61 | "enable": false 62 | }, 63 | "audience": { 64 | "enable": false 65 | } 66 | } 67 | } 68 | -------------------------------------------------------------------------------- /assets/Script/baseProxy.js: -------------------------------------------------------------------------------- 1 | var network = require("network") 2 | var gzip = require('gzip') 3 | 4 | let baseProxy = cc.Class({ 5 | 6 | properties: { 7 | 8 | }, 9 | 10 | ctor: function () { 11 | this.proxystr = "" 12 | this.callBack = new Map() 13 | }, 14 | 15 | onAdd: function () { 16 | this.callBack.set("proxyError", this.proxyError.bind(this)) 17 | this.callBack.set("authError", this.authError.bind(this)) 18 | }, 19 | 20 | onRemove: function () { 21 | //退出代理 22 | this.sendProto("gate.ExitProxy", {}) 23 | }, 24 | 25 | onProxyError: function(){ 26 | console.log("base onProxyError") 27 | }, 28 | 29 | onAuthError: function(){ 30 | console.log("base onAuthError") 31 | }, 32 | 33 | 34 | networkError: function(){ 35 | console.log("base networkError") 36 | }, 37 | 38 | getProxyName: function(){ 39 | return this._proxyName 40 | }, 41 | 42 | setProxyStr: function(proxystr){ 43 | this.proxystr = proxystr 44 | }, 45 | 46 | getProxyStr: function(){ 47 | return this.proxystr 48 | }, 49 | 50 | findCallBack: function(msgName){ 51 | if (this.callBack.has(msgName)){ 52 | return this.callBack.get(msgName) 53 | }else{ 54 | return null 55 | } 56 | }, 57 | 58 | sendProto: function(msgName, msgObj){ 59 | network.send(msgName, this.proxystr, msgObj) 60 | }, 61 | 62 | proxyError: function(){ 63 | this.onProxyError() 64 | }, 65 | 66 | authError: function(){ 67 | this.onAuthError() 68 | }, 69 | 70 | 71 | 72 | }); 73 | 74 | 75 | module.exports = baseProxy -------------------------------------------------------------------------------- /assets/Ani/hero/Clips/1.anim: -------------------------------------------------------------------------------- 1 | { 2 | "__type__": "cc.AnimationClip", 3 | "_name": "normal", 4 | "_objFlags": 0, 5 | "_native": "", 6 | "_duration": 1.1428571428571428, 7 | "sample": 7, 8 | "speed": 1, 9 | "wrapMode": "2", 10 | "curveData": { 11 | "comps": { 12 | "cc.Sprite": { 13 | "spriteFrame": [ 14 | { 15 | "frame": 0.14285714285714285, 16 | "value": { 17 | "__uuid__": "61573c9b-c398-4a5e-8bfe-c36a67c66fa2" 18 | } 19 | }, 20 | { 21 | "frame": 0.2857142857142857, 22 | "value": { 23 | "__uuid__": "cab6d652-c78f-42a0-97a2-9d48da9be7d4" 24 | } 25 | }, 26 | { 27 | "frame": 0.42857142857142855, 28 | "value": { 29 | "__uuid__": "cac5009e-4658-4f01-9b44-961c67d842e8" 30 | } 31 | }, 32 | { 33 | "frame": 0.5714285714285714, 34 | "value": { 35 | "__uuid__": "3d61dbde-8bc5-4c7f-9042-9b716a4dafdd" 36 | } 37 | }, 38 | { 39 | "frame": 0.7142857142857143, 40 | "value": { 41 | "__uuid__": "de60ddbe-03b8-4ad5-bcf9-49aea99cf4b8" 42 | } 43 | }, 44 | { 45 | "frame": 0.8571428571428571, 46 | "value": { 47 | "__uuid__": "c4e59c8b-aee4-4299-a8fe-3a93fe139ace" 48 | } 49 | }, 50 | { 51 | "frame": 1, 52 | "value": { 53 | "__uuid__": "a839faa4-295d-49e4-828f-056182e2b81f" 54 | } 55 | } 56 | ] 57 | } 58 | } 59 | }, 60 | "events": [] 61 | } -------------------------------------------------------------------------------- /assets/Script/login/registerLogic.js: -------------------------------------------------------------------------------- 1 | 2 | var loginProxy = require("loginProxy") 3 | var proxyMgr = require("proxyMgr") 4 | var App = require("App") 5 | var loginDefine = require("loginDefine") 6 | var proxyName = require("proxyName") 7 | var uiTools = require("uiTools") 8 | var md5 = require("md5") 9 | cc.Class({ 10 | extends: cc.Component, 11 | 12 | properties: { 13 | userEdit:cc.EditBox, 14 | passwordEdit:cc.EditBox 15 | }, 16 | 17 | 18 | onEnable () { 19 | App.eventMgr.on(loginDefine.event.event_Register, this.onRegisterAck, this) 20 | }, 21 | 22 | onDisable (){ 23 | App.eventMgr.offAllForTarget(this) 24 | }, 25 | 26 | onClickBack:function(){ 27 | uiTools.showLogin() 28 | uiTools.hideRegister() 29 | }, 30 | 31 | 32 | onRegisterAck:function(event, data){ 33 | console.log("onRegisterAck:", data) 34 | var obj = JSON.parse(data) 35 | 36 | if(obj.Code != 0){ 37 | var tips = "注册失败,错误码是:"+obj.Code 38 | uiTools.showPopDialog("", tips, 0, null, null) 39 | }else{ 40 | uiTools.showPopDialog("", "注册成功", 0, null, null) 41 | } 42 | }, 43 | 44 | onClickRegister:function(){ 45 | var name = this.userEdit.string 46 | var password = md5(this.passwordEdit.string) 47 | var proxyObj = proxyMgr.getProxyObj(proxyName.PROXY_LOGIN) 48 | 49 | var proxyObj = proxyMgr.getProxyObj(proxyName.PROXY_LOGIN) 50 | if(proxyObj != null){ 51 | proxyObj.registerReq(name, password,"127.0.0.1") 52 | }else{ 53 | var tips = "服务器连接失败" 54 | uiTools.showPopDialog("", tips, 0, null, null) 55 | } 56 | 57 | }, 58 | }); 59 | -------------------------------------------------------------------------------- /assets/Script/libs/convert.js: -------------------------------------------------------------------------------- 1 | 2 | var convert = {}; 3 | 4 | convert.stringToByte = function(str) { 5 | var bytes = new Array(); 6 | var len, c; 7 | len = str.length; 8 | for (var i = 0; i < len; i++) { 9 | c = str.charCodeAt(i); 10 | if (c >= 0x010000 && c <= 0x10FFFF) { 11 | bytes.push(((c >> 18) & 0x07) | 0xF0); 12 | bytes.push(((c >> 12) & 0x3F) | 0x80); 13 | bytes.push(((c >> 6) & 0x3F) | 0x80); 14 | bytes.push((c & 0x3F) | 0x80); 15 | } else if (c >= 0x000800 && c <= 0x00FFFF) { 16 | bytes.push(((c >> 12) & 0x0F) | 0xE0); 17 | bytes.push(((c >> 6) & 0x3F) | 0x80); 18 | bytes.push((c & 0x3F) | 0x80); 19 | } else if (c >= 0x000080 && c <= 0x0007FF) { 20 | bytes.push(((c >> 6) & 0x1F) | 0xC0); 21 | bytes.push((c & 0x3F) | 0x80); 22 | } else { 23 | bytes.push(c & 0xFF); 24 | } 25 | } 26 | return bytes; 27 | 28 | } 29 | 30 | convert.byteToString = function(arr) { 31 | if (typeof arr === 'string') { 32 | return arr; 33 | } 34 | var str = '', _arr = arr; 35 | for (var i = 0; i < _arr.length; i++) { 36 | var one = _arr[i].toString(2), v = one.match(/^1+?(?=0)/); 37 | if (v && one.length == 8) { 38 | var bytesLength = v[0].length; 39 | var store = _arr[i].toString(2).slice(7 - bytesLength); 40 | for (var st = 1; st < bytesLength; st++) { 41 | store += _arr[st + i].toString(2).slice(2); 42 | } 43 | str += String.fromCharCode(parseInt(store, 2)); 44 | i += bytesLength - 1; 45 | } else { 46 | str += String.fromCharCode(_arr[i]); 47 | } 48 | } 49 | return str; 50 | } 51 | 52 | module.exports = convert; 53 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | #///////////////////////////////////////////////////////////////////////////// 2 | # Fireball Projects 3 | #///////////////////////////////////////////////////////////////////////////// 4 | 5 | library/ 6 | temp/ 7 | local/ 8 | build/ 9 | 10 | #///////////////////////////////////////////////////////////////////////////// 11 | # Logs and databases 12 | #///////////////////////////////////////////////////////////////////////////// 13 | 14 | *.log 15 | *.sql 16 | *.sqlite 17 | 18 | #///////////////////////////////////////////////////////////////////////////// 19 | # files for debugger 20 | #///////////////////////////////////////////////////////////////////////////// 21 | 22 | *.sln 23 | *.csproj 24 | *.pidb 25 | *.unityproj 26 | *.suo 27 | 28 | #///////////////////////////////////////////////////////////////////////////// 29 | # OS generated files 30 | #///////////////////////////////////////////////////////////////////////////// 31 | 32 | .DS_Store 33 | ehthumbs.db 34 | Thumbs.db 35 | 36 | #///////////////////////////////////////////////////////////////////////////// 37 | # exvim files 38 | #///////////////////////////////////////////////////////////////////////////// 39 | 40 | *UnityVS.meta 41 | *.err 42 | *.err.meta 43 | *.exvim 44 | *.exvim.meta 45 | *.vimentry 46 | *.vimentry.meta 47 | *.vimproject 48 | *.vimproject.meta 49 | .vimfiles.*/ 50 | .exvim.*/ 51 | quick_gen_project_*_autogen.bat 52 | quick_gen_project_*_autogen.bat.meta 53 | quick_gen_project_*_autogen.sh 54 | quick_gen_project_*_autogen.sh.meta 55 | .exvim.app 56 | 57 | #///////////////////////////////////////////////////////////////////////////// 58 | # webstorm files 59 | #///////////////////////////////////////////////////////////////////////////// 60 | 61 | .idea/ 62 | 63 | #////////////////////////// 64 | # VS Code 65 | #////////////////////////// 66 | 67 | .vscode/ -------------------------------------------------------------------------------- /assets/Script/proxyMgr.js: -------------------------------------------------------------------------------- 1 | let proxyMgr = function(){ 2 | 3 | this.proxyMap = new Map() 4 | this.AddProxy = function(proxyObj){ 5 | var name = proxyObj.getProxyName() 6 | if (this.proxyMap.has(name)){ 7 | var proxy = this.proxyMap.get(name) 8 | proxy.setProxyStr(proxyObj.getProxyStr()) 9 | }else{ 10 | this.proxyMap.set(name, proxyObj) 11 | proxyObj.onAdd() 12 | } 13 | } 14 | 15 | this.removeProxy = function(proxyName){ 16 | //console.log("removeProxy:",proxyName, this.proxyMap) 17 | if (this.proxyMap.has(proxyName)){ 18 | var proxyObj = this.proxyMap.get(proxyName) 19 | console.log("removeProxy:",proxyName) 20 | proxyObj.onRemove() 21 | this.proxyMap.delete(proxyName) 22 | } 23 | }, 24 | 25 | this.getProxy = function(proxy){ 26 | //console.log("getProxy:", this.proxyMap) 27 | var arr = [] 28 | 29 | for (let [key, v] of this.proxyMap.entries()) { 30 | var s = v.getProxyStr() 31 | if (s == proxy){ 32 | arr.push(v) 33 | } 34 | } 35 | 36 | return arr 37 | }, 38 | 39 | this.getAllProxy = function(){ 40 | var arr = [] 41 | 42 | for (let [key, v] of this.proxyMap.entries()) { 43 | arr.push(v) 44 | } 45 | 46 | return arr 47 | }, 48 | 49 | this.getProxyObj = function(proxyName){ 50 | //console.log("getProxyObj:", this.proxyMap, this.proxyMap.get(proxyName), proxyName) 51 | return this.proxyMap.get(proxyName) 52 | } 53 | } 54 | 55 | proxyMgr.getInstance = function(){ 56 | if(!this.instance){ 57 | this.instance = new proxyMgr(); 58 | } 59 | return this.instance; 60 | } 61 | 62 | 63 | module.exports = proxyMgr.getInstance() -------------------------------------------------------------------------------- /assets/Script/monster.js: -------------------------------------------------------------------------------- 1 | 2 | var App = require("App") 3 | cc.Class({ 4 | extends: cc.Component, 5 | 6 | properties: { 7 | nameLab:cc.Label, 8 | hpLab:cc.Label, 9 | levelLab:cc.Label, 10 | atlas: cc.SpriteAtlas, 11 | animation:cc.Animation, 12 | }, 13 | 14 | onLoad () { 15 | 16 | console.log("hero load") 17 | let sps = this.atlas.getSpriteFrames(); 18 | sps.sort( (a,b)=>{ 19 | return Number(a.name)-Number(b.name) 20 | }) 21 | 22 | let dirSp = sps.splice(0,4); 23 | for(let i=0;i<4;i++){ 24 | let tempSp = dirSp[i]; 25 | let clip = cc.AnimationClip.createWithSpriteFrames([tempSp],1); 26 | clip.wrapMode = cc.WrapMode.Default; 27 | clip.name = "idle_"+i; 28 | this.animation.addClip(clip); 29 | } 30 | 31 | let n = sps.length/4; 32 | for(let i=0;i<4;i++){ 33 | let tempSp = sps.splice(0,n); 34 | 35 | //console.log("clip:", tempSp); 36 | let clip = cc.AnimationClip.createWithSpriteFrames(tempSp,n); 37 | clip.wrapMode = cc.WrapMode.Loop; 38 | clip.name = "move_"+i.toString(); 39 | 40 | //console.log("clip:", clip) 41 | this.animation.addClip(clip); 42 | } 43 | 44 | this.animation.play("idle_2") 45 | 46 | this.node.on(cc.Node.EventType.TOUCH_END, this.onTouchEnd, this) 47 | }, 48 | 49 | setup(id, x, y, name, level, hp){ 50 | this._id = id 51 | this.nameLab.string = name 52 | this.node.x = x 53 | this.node.y = y 54 | //this.levelLab.string = "lv:" + level 55 | this.hpLab.string = "hp:"+ hp 56 | }, 57 | 58 | sethp(hp){ 59 | this.hpLab.string = "hp:"+ hp 60 | }, 61 | 62 | 63 | onTouchEnd:function(){ 64 | App.eventMgr.emit("touchMonsterEnd", this.node) 65 | }, 66 | 67 | 68 | getId:function(){ 69 | return this._id 70 | } 71 | 72 | }); 73 | -------------------------------------------------------------------------------- /assets/Script/libs/crc32.js: -------------------------------------------------------------------------------- 1 | (function () { 2 | 'use strict'; 3 | 4 | var table = [], 5 | poly = 0xEDB88320; // reverse polynomial 6 | 7 | // build the table 8 | function makeTable() { 9 | var c, n, k; 10 | 11 | for (n = 0; n < 256; n += 1) { 12 | c = n; 13 | for (k = 0; k < 8; k += 1) { 14 | if (c & 1) { 15 | c = poly ^ (c >>> 1); 16 | } else { 17 | c = c >>> 1; 18 | } 19 | } 20 | table[n] = c >>> 0; 21 | } 22 | } 23 | 24 | function strToArr(str) { 25 | // sweet hack to turn string into a 'byte' array 26 | return Array.prototype.map.call(str, function (c) { 27 | return c.charCodeAt(0); 28 | }); 29 | } 30 | 31 | /* 32 | * Compute CRC of array directly. 33 | * 34 | * This is slower for repeated calls, so append mode is not supported. 35 | */ 36 | function crcDirect(arr) { 37 | var crc = -1, // initial contents of LFBSR 38 | i, j, l, temp; 39 | 40 | for (i = 0, l = arr.length; i < l; i += 1) { 41 | temp = (crc ^ arr[i]) & 0xff; 42 | 43 | // read 8 bits one at a time 44 | for (j = 0; j < 8; j += 1) { 45 | if ((temp & 1) === 1) { 46 | temp = (temp >>> 1) ^ poly; 47 | } else { 48 | temp = (temp >>> 1); 49 | } 50 | } 51 | crc = (crc >>> 8) ^ temp; 52 | } 53 | 54 | // flip bits 55 | return crc ^ -1; 56 | } 57 | 58 | /* 59 | * Compute CRC with the help of a pre-calculated table. 60 | * 61 | * This supports append mode, if the second parameter is set. 62 | */ 63 | function crcTable(arr, append) { 64 | var crc, i, l; 65 | 66 | // if we're in append mode, don't reset crc 67 | // if arr is null or undefined, reset table and return 68 | if (typeof crcTable.crc === 'undefined' || !append || !arr) { 69 | crcTable.crc = 0 ^ -1; 70 | 71 | if (!arr) { 72 | return; 73 | } 74 | } 75 | 76 | // store in temp variable for minor speed gain 77 | crc = crcTable.crc; 78 | 79 | for (i = 0, l = arr.length; i < l; i += 1) { 80 | crc = (crc >>> 8) ^ table[(crc ^ arr[i]) & 0xff]; 81 | } 82 | 83 | crcTable.crc = crc; 84 | 85 | return crc ^ -1; 86 | } 87 | 88 | // build the table 89 | // this isn't that costly, and most uses will be for table assisted mode 90 | makeTable(); 91 | 92 | module.exports = function (val, direct) { 93 | var val = (typeof val === 'string') ? strToArr(val) : val, 94 | ret = direct ? crcDirect(val) : crcTable(val); 95 | 96 | // convert to 2's complement hex 97 | return (ret >>> 0).toString(16); 98 | }; 99 | module.exports.direct = crcDirect; 100 | module.exports.table = crcTable; 101 | }()); 102 | --------------------------------------------------------------------------------