Signed-off-by: TRAfoer <lhf190@outlook.com>

This commit is contained in:
2025-07-10 11:22:04 +08:00
parent 5eb85505e4
commit 66b1b30929
9 changed files with 192 additions and 145 deletions

View File

@@ -46,6 +46,12 @@ namespace Ichni.Editor
}
private void DetectSetRange()
{
if (Keyboard.current.spaceKey.wasPressedThisFrame)
{
EditorManager.instance.musicPlayer.PlayMusic();
}
if (Mouse.current.scroll.ReadValue().y != 0)
{