Commit 37be6a2b authored by fallenstardust's avatar fallenstardust

tweak

parent 932edb3b
...@@ -92,7 +92,6 @@ bool Game::Initialize() { ...@@ -92,7 +92,6 @@ bool Game::Initialize() {
xScale = android::getXScale(app); xScale = android::getXScale(app);
yScale = android::getYScale(app); yScale = android::getYScale(app);
//start ygocore when mobile is in landscape mode, or using Android tablets or TV.
char log_scale[256] = {0}; char log_scale[256] = {0};
sprintf(log_scale, "xScale = %f, yScale = %f", xScale, yScale); sprintf(log_scale, "xScale = %f, yScale = %f", xScale, yScale);
Printer::log(log_scale); Printer::log(log_scale);
...@@ -943,7 +942,7 @@ bool Game::Initialize() { ...@@ -943,7 +942,7 @@ bool Game::Initialize() {
btnCancelOrFinish->setVisible(false); btnCancelOrFinish->setVisible(false);
#endif #endif
//leave/surrender/exit //leave/surrender/exit
btnLeaveGame = env->addButton(rect<s32>(205 * xScale, 1 * yScale, 305 * xScale, 80 * yScale), 0, BUTTON_LEAVE_GAME, L""); btnLeaveGame = env->addButton(rect<s32>(205 * xScale, 10 * yScale, 305 * xScale, 80 * yScale), 0, BUTTON_LEAVE_GAME, L"");
btnLeaveGame->setVisible(false); btnLeaveGame->setVisible(false);
//tip //tip
stTip = env->addStaticText(L"", rect<s32>(0, 0, 150 * xScale, 150 * yScale), false, true, 0, -1, true); stTip = env->addStaticText(L"", rect<s32>(0, 0, 150 * xScale, 150 * yScale), false, true, 0, -1, true);
......
...@@ -22,11 +22,13 @@ ...@@ -22,11 +22,13 @@
<pre> <pre>
更新: 更新:
1.更新ygo内核; 1.更新ygo内核;
2.新卡SR09+VJ; 2.新卡SR09+VJ+SJ
修复: 修复:
1.全面屏手机点击和显示偏移的问题; 1.部分全面屏手机点击和显示偏移的问题;
2.悬浮窗权限打开问题;
新增: 新增:
1.设置里可开启强制16:9比例画面; 1.设置里可开启强制16:9比例画面;
2.增加对更多异形屏支持;
</pre> </pre>
</body> </body>
</html> </html>
\ No newline at end of file
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