diff --git a/Assets/ManagedResources/Atlas/TimeLimitUpHero/x_xinjiangzhaohuan_beijin.jpg b/Assets/ManagedResources/Atlas/TimeLimitUpHero/x_xinjiangzhaohuan_beijin.jpg new file mode 100644 index 0000000000..3e922c8f55 Binary files /dev/null and b/Assets/ManagedResources/Atlas/TimeLimitUpHero/x_xinjiangzhaohuan_beijin.jpg differ diff --git a/Assets/ManagedResources/Atlas/TimeLimitUpHero/x_xinjiangzhaohuan_beijin.jpg.meta b/Assets/ManagedResources/Atlas/TimeLimitUpHero/x_xinjiangzhaohuan_beijin.jpg.meta new file mode 100644 index 0000000000..11873ef48c --- /dev/null +++ b/Assets/ManagedResources/Atlas/TimeLimitUpHero/x_xinjiangzhaohuan_beijin.jpg.meta @@ -0,0 +1,110 @@ +fileFormatVersion: 2 +guid: 1c8cc535a08edba4781eb20e24b12de5 +TextureImporter: + fileIDToRecycleName: {} + externalObjects: {} + serializedVersion: 9 + mipmaps: + mipMapMode: 0 + enableMipMap: 0 + sRGBTexture: 1 + linearTexture: 0 + fadeOut: 0 + borderMipMap: 0 + mipMapsPreserveCoverage: 0 + alphaTestReferenceValue: 0.5 + mipMapFadeDistanceStart: 1 + mipMapFadeDistanceEnd: 3 + bumpmap: + convertToNormalMap: 0 + externalNormalMap: 0 + heightScale: 0.25 + normalMapFilter: 0 + isReadable: 0 + streamingMipmaps: 0 + streamingMipmapsPriority: 0 + grayScaleToAlpha: 0 + generateCubemap: 6 + cubemapConvolution: 0 + seamlessCubemap: 0 + textureFormat: 1 + maxTextureSize: 2048 + textureSettings: + serializedVersion: 2 + filterMode: 2 + aniso: -1 + mipBias: -100 + wrapU: 1 + wrapV: 1 + wrapW: 1 + nPOTScale: 0 + lightmap: 0 + compressionQuality: 50 + spriteMode: 1 + spriteExtrude: 1 + spriteMeshType: 1 + alignment: 0 + spritePivot: {x: 0.5, y: 0.5} + spritePixelsToUnits: 100 + spriteBorder: {x: 0, y: 0, z: 0, w: 0} + spriteGenerateFallbackPhysicsShape: 1 + alphaUsage: 1 + alphaIsTransparency: 1 + spriteTessellationDetail: -1 + textureType: 8 + textureShape: 1 + singleChannelComponent: 0 + maxTextureSizeSet: 0 + compressionQualitySet: 0 + textureFormatSet: 0 + platformSettings: + - serializedVersion: 2 + buildTarget: Android + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 65 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: iPhone + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: 56 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 1 + androidETC2FallbackOverride: 0 + - serializedVersion: 2 + buildTarget: DefaultTexturePlatform + maxTextureSize: 2048 + resizeAlgorithm: 0 + textureFormat: -1 + textureCompression: 1 + compressionQuality: 50 + crunchedCompression: 0 + allowsAlphaSplitting: 0 + overridden: 0 + androidETC2FallbackOverride: 0 + spriteSheet: + serializedVersion: 2 + sprites: [] + outline: [] + physicsShape: [] + bones: [] + spriteID: 1eb0edf83499e6d439e5c249d9018c3b + vertices: [] + indices: + edges: [] + weights: [] + spritePackingTag: TimeLimitUpHero + pSDRemoveMatte: 0 + pSDShowRemoveMatteOption: 0 + userData: + assetBundleName: + assetBundleVariant: diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/GuildCreatePopup.lua b/Assets/ManagedResources/~Lua/Modules/Guild/GuildCreatePopup.lua index 5fd9f300ce..f2e4ffe2e3 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/GuildCreatePopup.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/GuildCreatePopup.lua @@ -51,7 +51,7 @@ function GuildCreatePopup:BindEvent() end GuildManager.RequestCreateGuild(name, announce, function() this:ClosePanel() - NetManager.RequestWelfareRedPacket() + NetManager.RequestRedPacketData() if this.successFunc then this.successFunc() end UIManager.OpenPanel(UIName.GuildMainCityPanel) PopupTipPanel.ShowTip(Language[10847]) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua b/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua index 4dd83b4951..4c1f09695b 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/MyGuildManager.lua @@ -184,7 +184,7 @@ function MyGuildManager.ReuqsetRedPackage(func) end this.PackageNum=num CheckRedPointStatus(RedPointType.Guid_GetPackage) - CheckRedPointStatus(RedPointType.Guid_GetPackage) + CheckRedPointStatus(RedPointType.Guid_SendPackage) CheckRedPointStatus(RedPointType.Guild_RedPacket) if func then func(msg) diff --git a/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_GetView.lua b/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_GetView.lua index 73f9df73f9..60ebf4ca1f 100644 --- a/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_GetView.lua +++ b/Assets/ManagedResources/~Lua/Modules/Guild/RedPacketView/RedPacket_GetView.lua @@ -181,6 +181,7 @@ function this:SetView(root,data) PopupTipPanel.ShowTip(string.format(Language[11046],itemName,count)) MyGuildManager.ReuqsetRedPackage(function() CheckRedPointStatus(RedPointType.Guid_GetPackage) + CheckRedPointStatus(RedPointType.Guild_RedPacket) end) else--抢红包失败 PopupTipPanel.ShowTip(Language[11047]) diff --git a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua index e5c2871fe9..0b7c5f9640 100644 --- a/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua +++ b/Assets/ManagedResources/~Lua/Modules/Login/LoginPanel.lua @@ -469,7 +469,7 @@ function this.ExecuteLoading() function() MyGuildManager.ReuqsetRedPackage(LoadingPanel.OnStep) end, function() NetManager.HardStageRequest(LoadingPanel.OnStep) end, function() NetManager.VipLevelStateRequset(LoadingPanel.OnStep) end, - function() NetManager.RequestWelfareRedPacket(LoadingPanel.OnStep) end, + function() NetManager.RequestRedPacketData(LoadingPanel.OnStep) end, --[[[35] =]] function() -- 登录请求最终接口,所有请求放在此接口之前 -- 登录成功确认 NetManager.LoginConfimRequest() diff --git a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua index 919c45fb94..2aaa981b01 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/IndicationManager.lua @@ -146,6 +146,7 @@ function this.WelfareRedPacketPush(buffer) if msg.redpacket then MyGuildManager.SetMyGuidRedPackage(msg.redpacket) CheckRedPointStatus(RedPointType.Guid_SendPackage) + CheckRedPointStatus(RedPointType.Guid_GetPackage) end -- BagManager.BagIndicationRefresh(msg) end diff --git a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua index 6a0d4a9563..880d923824 100644 --- a/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua +++ b/Assets/ManagedResources/~Lua/Modules/Net/NetManager.lua @@ -2531,7 +2531,7 @@ function this.RequestWelfareRedPacket(_id,func) end -- 登陆请求福利红包数据 -function this.RequestWelfareRedPacket(func) +function this.RequestRedPacketData(func) local data = PlayerInfoProto_pb.WelfareRedPacketRequest() local msg = data:SerializeToString() Network:SendMessageWithCallBack(MessageTypeProto_pb.WELFARE_RED_PACKET_REQUEST, MessageTypeProto_pb.WELFARE_RED_PACKET_INFO, msg, function(buffer)