From 9831008684925f2e6744f83d77d5b5964d2d2183 Mon Sep 17 00:00:00 2001 From: wangzhenxing Date: Wed, 19 Jan 2022 18:34:35 +0800 Subject: [PATCH] =?UTF-8?q?[=E9=A3=9E=E5=8D=87]=3D=3D=3D=3D=3D=3D=E9=A3=9E?= =?UTF-8?q?=E5=8D=87=E7=89=B9=E6=95=88=E9=80=82=E9=85=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../GeneralSizeFitterPopup_ExploreSelectFormation.lua | 1 + .../GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua | 1 + Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua index 4fcee4ea1b..efa8af4b19 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_ExploreSelectFormation.lua @@ -155,6 +155,7 @@ function this:Refresh(_data,_item) starSize = Vector2.New(36.868,39.76) end SetHeroStars(this.spLoader, _item.heroList[pos].starGrid, star,starType,starSize,starScale) + SetHeroFlyEffect(_item.heroList[pos].hero,this.spLoader,star,sortingOrder+1,0.5,2) Util.SetParticleSortLayer( _item.heroList[pos].starGrid,sortingOrder + 1) local demonId = heroData.id local heroConfig = ConfigManager.GetConfigData(ConfigName.HeroConfig, demonId) diff --git a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua index 1ea2478572..abcb8f629e 100644 --- a/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua +++ b/Assets/ManagedResources/~Lua/Modules/GeneralPanel/GeneralSizeFitterPopup_OneKeyExplore.lua @@ -397,6 +397,7 @@ function this.RefreshFormation(_item,_data) starSize = Vector2.New(36.868,39.76) end SetHeroStars(this.spLoader, _item.heroList[pos].starGrid, star,starType,starSize,starScale) + SetHeroFlyEffect(_item.heroList[pos].hero,this.spLoader,star,sortingOrder+1,0.5,2) Util.SetParticleSortLayer( _item.heroList[pos].starGrid,sortingOrder + 1) local demonId = heroData.id local heroConfig = ConfigManager.GetConfigData(ConfigName.HeroConfig, demonId) diff --git a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua index fae17f8b20..5e1a70ca9b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Popup/PlayerInfoPopup.lua @@ -409,7 +409,7 @@ function this.FormationAdapter(teamInfo) this.Demons[hero.position].levelText.text = hero.level this.Demons[hero.position].frame.sprite = this.spLoader:LoadSprite(GetQuantityImageByquality(heroConfig.Quality, hero.star)) SetHeroIcon(this.spLoader, hero,this.Demons[hero.position].icon,heroConfig) - SetHeroFlyEffect(this.Demons[hero.position].hero,this.spLoader,hero.star,this.sortingOrder+1,1) + SetHeroFlyEffect(this.Demons[hero.position].hero,this.spLoader,hero.star,this.sortingOrder+1,0.9) local heroData = {} if this._Config.formationType == FormationTypeDef.FORMATION_TSLX then Util.AddOnceClick(this.Demons[hero.position].frameBtn, function()