Commit 47f0d50d authored by fallenstardust's avatar fallenstardust

remove setTransparency

parent b77f34e2
...@@ -2142,7 +2142,6 @@ void ClientField::GetHoverField(int x, int y) { ...@@ -2142,7 +2142,6 @@ void ClientField::GetHoverField(int x, int y) {
} }
} }
void ClientField::ShowMenu(int flag, int x, int y) { void ClientField::ShowMenu(int flag, int x, int y) {
mainGame->textFont->setTransparency(true);
if(!flag) { if(!flag) {
mainGame->wCmdMenu->setVisible(false); mainGame->wCmdMenu->setVisible(false);
return; return;
......
...@@ -23,14 +23,15 @@ ...@@ -23,14 +23,15 @@
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡LVDS+FIGA+TN19; 2.新卡LVDS+FIGA+TN19;
3.2019.10OCG禁卡表
修复: 修复:
1.重做图片选择解决不能加载图片的问题; 1.重做图片选择解决不能加载图片的问题;
2.萌卡更改昵称会清除卡组的问题; 2.萌卡更改昵称会清除卡组的问题;
3.上级召唤取消会余留取消按钮的问题;
优化: 优化:
1.竖屏和横屏可以同步最后选择的卡组; 1.竖屏和横屏可以同步最后选择的卡组;
2.萌卡可备份已分类的卡组; 2.萌卡可备份已分类的卡组;
3.提高萌卡聊天室登录速度; 3.提高萌卡聊天室登录速度;
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
...@@ -8,7 +8,7 @@ android { ...@@ -8,7 +8,7 @@ android {
applicationId "cn.garymb.ygomobile" applicationId "cn.garymb.ygomobile"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 350000915 versionCode 350000916
versionName "3.5.0" versionName "3.5.0"
flavorDimensions "versionCode" flavorDimensions "versionCode"
vectorDrawables.useSupportLibrary = true vectorDrawables.useSupportLibrary = true
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment