修复
This commit is contained in:
@@ -290,15 +290,11 @@ namespace Ichni.Editor
|
||||
{
|
||||
if (Keyboard.current.leftCtrlKey.isPressed)
|
||||
{
|
||||
if (Keyboard.current.digit1Key.wasPressedThisFrame) // Ctrl + 1 手机分辨率提示
|
||||
if (Keyboard.current.digit1Key.wasPressedThisFrame) // Ctrl + 1 判定线提示
|
||||
{
|
||||
EditorManager.instance.uiManager.mainPage.resolutionHints.SetPhoneFrame();
|
||||
EditorManager.instance.uiManager.mainPage.resolutionHints.SetJudgeLineHints();
|
||||
}
|
||||
else if (Keyboard.current.digit2Key.wasPressedThisFrame) // Ctrl + 2 平板分辨率提示
|
||||
{
|
||||
EditorManager.instance.uiManager.mainPage.resolutionHints.SetIPadFrame();
|
||||
}
|
||||
else if (Keyboard.current.digit3Key.wasPressedThisFrame) // Ctrl + 3 绝对安全区域提示
|
||||
else if (Keyboard.current.digit2Key.wasPressedThisFrame) // Ctrl + 2 绝对安全区域提示
|
||||
{
|
||||
EditorManager.instance.uiManager.mainPage.resolutionHints.SetSafeAreaFrame();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user