mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 13:37:40 +02:00
Editor Refresh (R1) (#911)
* put things in better places oh this looks. so much fucking better. wow * new icons and stuff * modifier, zoom formula, tab name tab name is future proofing. also, dllnotfoundexception when using the file explorer? wtf * dialog placement mostly working basically ready to pr. just gotta merge stuff into it * a few tweaks! all good now --------- Co-authored-by: ev <85412919+iloveoatmeal2022@users.noreply.github.com>
This commit is contained in:
@ -395,7 +395,7 @@ namespace HeavenStudio.Games
|
||||
new MultiSound.Sound("tambourine/player/turnPass/note1", beat),
|
||||
new MultiSound.Sound("tambourine/player/turnPass/note2", beat + 0.1f),
|
||||
new MultiSound.Sound("tambourine/player/turnPass/note3", beat + 0.2f),
|
||||
new MultiSound.Sound("tambourine/player/turnPass/note3", beat + 0.3f),
|
||||
new MultiSound.Sound("tambourine/player/turnPass/note4", beat + 0.3f),
|
||||
}, forcePlay: true);
|
||||
happyFace.SetActive(true);
|
||||
BeatAction.New(instance, new List<BeatAction.Action>()
|
||||
|
Reference in New Issue
Block a user