新wild动效
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m13s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1m13s
This commit is contained in:
parent
4e8f5bd9a9
commit
7b7c812d43
File diff suppressed because it is too large
Load Diff
@ -500,7 +500,7 @@
|
|||||||
"__expectedType__": "sp.SkeletonData"
|
"__expectedType__": "sp.SkeletonData"
|
||||||
},
|
},
|
||||||
"defaultSkin": "default",
|
"defaultSkin": "default",
|
||||||
"defaultAnimation": "<None>",
|
"defaultAnimation": "",
|
||||||
"_premultipliedAlpha": false,
|
"_premultipliedAlpha": false,
|
||||||
"_timeScale": 1,
|
"_timeScale": 1,
|
||||||
"_preCacheMode": 0,
|
"_preCacheMode": 0,
|
||||||
@ -510,13 +510,13 @@
|
|||||||
"_debugMesh": false,
|
"_debugMesh": false,
|
||||||
"_debugBones": false,
|
"_debugBones": false,
|
||||||
"_debugSlots": false,
|
"_debugSlots": false,
|
||||||
"_enableBatch": true,
|
"_enableBatch": false,
|
||||||
"loop": true,
|
"loop": true,
|
||||||
"_id": ""
|
"_id": ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.CompPrefabInfo",
|
"__type__": "cc.CompPrefabInfo",
|
||||||
"fileId": "cb5jPV/l5Kg4CEIlg6fTkp"
|
"fileId": "58G929egFA04+BPT9PR3np"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__type__": "cc.PrefabInfo",
|
"__type__": "cc.PrefabInfo",
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@ -412,7 +412,7 @@ export class HistoryDetail extends Component {
|
|||||||
if (pan.WinInfo && pan.WinInfo.MultPos) {
|
if (pan.WinInfo && pan.WinInfo.MultPos) {
|
||||||
for (let key in pan.WinInfo.MultPos) {
|
for (let key in pan.WinInfo.MultPos) {
|
||||||
showMultiNode.getChildByName('bg').children[key].getChildByName('multi').setPosition(0, 110, 0)
|
showMultiNode.getChildByName('bg').children[key].getChildByName('multi').setPosition(0, 110, 0)
|
||||||
showMultiNode.getChildByName('bg').children[key].getChildByName('multi').getComponent(Label).fontSize = 20
|
showMultiNode.getChildByName('bg').children[key].getChildByName('multi').getComponent(Label).fontSize = 15
|
||||||
showMultiNode.getChildByName('bg').children[key].getChildByName('multi').getComponent(Label).font = this.multiLabelFont[1]
|
showMultiNode.getChildByName('bg').children[key].getChildByName('multi').getComponent(Label).font = this.multiLabelFont[1]
|
||||||
showMultiNode.getChildByName('bg').children[key].getComponent(Sprite).spriteFrame = pan.WinInfo.MultPos[key] >= 4 ? this.multiFrame[4] : this.multiFrame[3]
|
showMultiNode.getChildByName('bg').children[key].getComponent(Sprite).spriteFrame = pan.WinInfo.MultPos[key] >= 4 ? this.multiFrame[4] : this.multiFrame[3]
|
||||||
}
|
}
|
||||||
|
|||||||
@ -370,7 +370,15 @@ export class Icon extends Component {
|
|||||||
case ICON_STATE.IDLE:
|
case ICON_STATE.IDLE:
|
||||||
this.showFastIcon(false);
|
this.showFastIcon(false);
|
||||||
if (this._isWildOrScatter) {
|
if (this._isWildOrScatter) {
|
||||||
this.iconSpine.setAnimation(0, `${this.lHeight}_1`, true);
|
if (this.index == 0 && this.lHeight > 1) {
|
||||||
|
this.iconSpine.setAnimation(0, `${this.lHeight}_3`, false)
|
||||||
|
this.iconSpine.setCompleteListener(() => {
|
||||||
|
this.iconSpine.setAnimation(0, `${this.lHeight}_1`, true)
|
||||||
|
|
||||||
|
})
|
||||||
|
} else {
|
||||||
|
this.iconSpine.setAnimation(0, `${this.lHeight}_1`, true);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
// else if (!this._isQKJ) {
|
// else if (!this._isQKJ) {
|
||||||
// this.iconSpine.setAnimation(1, "idle", true);
|
// this.iconSpine.setAnimation(1, "idle", true);
|
||||||
|
|||||||
@ -23,7 +23,7 @@
|
|||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [],
|
"_components": [],
|
||||||
"_prefab": {
|
"_prefab": {
|
||||||
"__id__": 89
|
"__id__": 86
|
||||||
},
|
},
|
||||||
"_lpos": {
|
"_lpos": {
|
||||||
"__type__": "cc.Vec3",
|
"__type__": "cc.Vec3",
|
||||||
@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"autoReleaseAssets": false,
|
"autoReleaseAssets": false,
|
||||||
"_globals": {
|
"_globals": {
|
||||||
"__id__": 90
|
"__id__": 87
|
||||||
},
|
},
|
||||||
"_id": "6c29a3fe-b10e-44a5-98e3-55595b231767"
|
"_id": "6c29a3fe-b10e-44a5-98e3-55595b231767"
|
||||||
},
|
},
|
||||||
@ -81,24 +81,21 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"__id__": 67
|
"__id__": 67
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 82
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_active": true,
|
"_active": true,
|
||||||
"_components": [
|
"_components": [
|
||||||
|
{
|
||||||
|
"__id__": 82
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__id__": 83
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"__id__": 84
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"__id__": 85
|
"__id__": 85
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 86
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 87
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 88
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"_prefab": null,
|
"_prefab": null,
|
||||||
@ -3040,115 +3037,6 @@
|
|||||||
"_lockFlags": 0,
|
"_lockFlags": 0,
|
||||||
"_id": "7aUBGhIOdMcoBPdaq1qcxJ"
|
"_id": "7aUBGhIOdMcoBPdaq1qcxJ"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"__type__": "cc.Node",
|
|
||||||
"_name": "Node",
|
|
||||||
"_objFlags": 0,
|
|
||||||
"__editorExtras__": {},
|
|
||||||
"_parent": {
|
|
||||||
"__id__": 2
|
|
||||||
},
|
|
||||||
"_children": [],
|
|
||||||
"_active": false,
|
|
||||||
"_components": [
|
|
||||||
{
|
|
||||||
"__id__": 83
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"__id__": 84
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"_prefab": null,
|
|
||||||
"_lpos": {
|
|
||||||
"__type__": "cc.Vec3",
|
|
||||||
"x": 0,
|
|
||||||
"y": 0,
|
|
||||||
"z": 0
|
|
||||||
},
|
|
||||||
"_lrot": {
|
|
||||||
"__type__": "cc.Quat",
|
|
||||||
"x": 0,
|
|
||||||
"y": 0,
|
|
||||||
"z": 0,
|
|
||||||
"w": 1
|
|
||||||
},
|
|
||||||
"_lscale": {
|
|
||||||
"__type__": "cc.Vec3",
|
|
||||||
"x": 1,
|
|
||||||
"y": 1,
|
|
||||||
"z": 1
|
|
||||||
},
|
|
||||||
"_mobility": 0,
|
|
||||||
"_layer": 33554432,
|
|
||||||
"_euler": {
|
|
||||||
"__type__": "cc.Vec3",
|
|
||||||
"x": 0,
|
|
||||||
"y": 0,
|
|
||||||
"z": 0
|
|
||||||
},
|
|
||||||
"_id": "ceBmvO7Y1K+q7Dn6NIZt+K"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"__type__": "cc.UITransform",
|
|
||||||
"_name": "",
|
|
||||||
"_objFlags": 0,
|
|
||||||
"__editorExtras__": {},
|
|
||||||
"node": {
|
|
||||||
"__id__": 82
|
|
||||||
},
|
|
||||||
"_enabled": true,
|
|
||||||
"__prefab": null,
|
|
||||||
"_contentSize": {
|
|
||||||
"__type__": "cc.Size",
|
|
||||||
"width": 334.4700012207031,
|
|
||||||
"height": 666
|
|
||||||
},
|
|
||||||
"_anchorPoint": {
|
|
||||||
"__type__": "cc.Vec2",
|
|
||||||
"x": 0.5639967671276223,
|
|
||||||
"y": 0.5
|
|
||||||
},
|
|
||||||
"_id": "4cV7QO90JAcJ7G7zBbVSit"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"__type__": "sp.Skeleton",
|
|
||||||
"_name": "",
|
|
||||||
"_objFlags": 0,
|
|
||||||
"__editorExtras__": {},
|
|
||||||
"node": {
|
|
||||||
"__id__": 82
|
|
||||||
},
|
|
||||||
"_enabled": true,
|
|
||||||
"__prefab": null,
|
|
||||||
"_customMaterial": null,
|
|
||||||
"_srcBlendFactor": 2,
|
|
||||||
"_dstBlendFactor": 4,
|
|
||||||
"_color": {
|
|
||||||
"__type__": "cc.Color",
|
|
||||||
"r": 255,
|
|
||||||
"g": 255,
|
|
||||||
"b": 255,
|
|
||||||
"a": 255
|
|
||||||
},
|
|
||||||
"_skeletonData": {
|
|
||||||
"__uuid__": "8ee61171-8810-4f18-bd24-f2fa8f84eb19",
|
|
||||||
"__expectedType__": "sp.SkeletonData"
|
|
||||||
},
|
|
||||||
"defaultSkin": "default",
|
|
||||||
"defaultAnimation": "4_3",
|
|
||||||
"_premultipliedAlpha": false,
|
|
||||||
"_timeScale": 1,
|
|
||||||
"_preCacheMode": 0,
|
|
||||||
"_cacheMode": 0,
|
|
||||||
"_sockets": [],
|
|
||||||
"_useTint": false,
|
|
||||||
"_debugMesh": false,
|
|
||||||
"_debugBones": false,
|
|
||||||
"_debugSlots": false,
|
|
||||||
"_enableBatch": false,
|
|
||||||
"loop": true,
|
|
||||||
"_id": "220VCc52hJMrDrhUuihTWL"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"__type__": "cc.UITransform",
|
"__type__": "cc.UITransform",
|
||||||
"_name": "",
|
"_name": "",
|
||||||
@ -3262,28 +3150,28 @@
|
|||||||
{
|
{
|
||||||
"__type__": "cc.SceneGlobals",
|
"__type__": "cc.SceneGlobals",
|
||||||
"ambient": {
|
"ambient": {
|
||||||
"__id__": 91
|
"__id__": 88
|
||||||
},
|
},
|
||||||
"shadows": {
|
"shadows": {
|
||||||
"__id__": 92
|
"__id__": 89
|
||||||
},
|
},
|
||||||
"_skybox": {
|
"_skybox": {
|
||||||
"__id__": 93
|
"__id__": 90
|
||||||
},
|
},
|
||||||
"fog": {
|
"fog": {
|
||||||
"__id__": 94
|
"__id__": 91
|
||||||
},
|
},
|
||||||
"octree": {
|
"octree": {
|
||||||
"__id__": 95
|
"__id__": 92
|
||||||
},
|
},
|
||||||
"skin": {
|
"skin": {
|
||||||
"__id__": 96
|
"__id__": 93
|
||||||
},
|
},
|
||||||
"lightProbeInfo": {
|
"lightProbeInfo": {
|
||||||
"__id__": 97
|
"__id__": 94
|
||||||
},
|
},
|
||||||
"postSettings": {
|
"postSettings": {
|
||||||
"__id__": 98
|
"__id__": 95
|
||||||
},
|
},
|
||||||
"bakedWithStationaryMainLight": false,
|
"bakedWithStationaryMainLight": false,
|
||||||
"bakedWithHighpLightmap": false
|
"bakedWithHighpLightmap": false
|
||||||
|
|||||||
@ -7,7 +7,7 @@ import { PREVIEW } from "cc/env"
|
|||||||
const gameId = "rp_11001";
|
const gameId = "rp_11001";
|
||||||
// let apiaddr = "https://rpgames-api.rpfafafahkdev.com";
|
// let apiaddr = "https://rpgames-api.rpfafafahkdev.com";
|
||||||
let apiaddr = "";
|
let apiaddr = "";
|
||||||
let token = "eyJQIjoxMDAwMDEsIkUiOjE3NjY1ODUzNzAsIlMiOjEwMDAsIkQiOiJycF8xMTAwMSJ9.CNO2Io1S3L_T2tNKUGEkVnUgsQDjeMiWR4Gi3hMtZ34";
|
let token = "eyJQIjoxMDA5NDksIkUiOjE3NjY2NzA1MjQsIlMiOjEwMDIsIkQiOiJycF8xMTAwMSJ9.ZO8aZf72bQjFtVkNh-LEDHZhIQdtICjLZ78WoevNLjA";
|
||||||
|
|
||||||
|
|
||||||
let language = "en"
|
let language = "en"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user