Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
金学艇
/
xhx
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b77fb15d
...
b77fb15d761aa2738588e6ea9ff7f5514f8321e0
authored
2019-09-27 14:21:42 +0800
by
jinwawa
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix goldbean icon in shdx
1 parent
76519f8b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
12 deletions
client/xhx/client/src/app/views/view/PetPkResultView.lua
client/xhx/client/xhx.v12.suo
client/xhx/cocosstudio/xhx.udf
client/xhx/client/src/app/views/view/PetPkResultView.lua
View file @
b77fb15
...
...
@@ -85,7 +85,13 @@ function PetPkResultView:showItems(add_money,change_score,add_exp)
else
info
=
ItemInfo
.
getItemInfo
(
data
.
id
);
end
local
icon_url
=
"res/icon/"
..
data
.
id
..
".png"
;
local
icon_url
;
if
data
.
id
==
100001
and
CHANNEL
==
"shdx"
then
icon_url
=
"res/icon/1000011.png"
;
else
icon_url
=
"res/icon/"
..
data
.
id
..
".png"
;
end
if
cc
.
FileUtils
:
getInstance
():
isFileExist
(
icon_url
)
then
item
:
getChildByName
(
"icon"
):
setSpriteFrame
(
cc
.
Sprite
:
create
(
icon_url
):
getSpriteFrame
());
end
...
...
client/xhx/client/xhx.v12.suo
View file @
b77fb15
No preview for this file type
client/xhx/cocosstudio/xhx.udf
View file @
b77fb15
...
...
@@ -28,16 +28,5 @@
<LastRunType Value="Windows" />
</Value>
</Item>
<Item Key="TabsParamsKey">
<Value ctype="TabsInfo">
<OpenedDocuments>
<FilePathData Path="ui/dress/BusinessView.csd" />
<FilePathData Path="ui/xyx/shanghai_ctcc/XyxPayLayer.csd" />
<FilePathData Path="ui/LoginLayer.csd" />
<FilePathData Path="ui/LoadingScene.csd" />
</OpenedDocuments>
<ActiveDocument Path="ui/LoginLayer.csd" />
</Value>
</Item>
</Properties>
</UserData>
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment