mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 17:37:27 +08:00
[F] Skip button background
This commit is contained in:
@@ -47,14 +47,14 @@ public class ShowQuickEndPlay
|
|||||||
public void OnGUI()
|
public void OnGUI()
|
||||||
{
|
{
|
||||||
if (!_showUi) return;
|
if (!_showUi) return;
|
||||||
var style = GUI.skin.GetStyle("button");
|
|
||||||
style.fontSize = GuiSizes.FontSize;
|
|
||||||
|
|
||||||
|
// 这里重新 setup 一下 style 也可以
|
||||||
var x = GuiSizes.PlayerCenter;
|
var x = GuiSizes.PlayerCenter;
|
||||||
var y = Screen.height - GuiSizes.PlayerWidth * .37f;
|
var y = Screen.height - GuiSizes.PlayerWidth * .37f;
|
||||||
var width = GuiSizes.PlayerWidth * .25f;
|
var width = GuiSizes.PlayerWidth * .25f;
|
||||||
var height = GuiSizes.PlayerWidth * .13f;
|
var height = GuiSizes.PlayerWidth * .13f;
|
||||||
|
|
||||||
|
GUI.Box(new Rect(x, y, width, height), "");
|
||||||
GUI.Button(new Rect(x, y, width, height), Locale.Skip);
|
GUI.Button(new Rect(x, y, width, height), Locale.Skip);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user