mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-12 10:17:37 +02:00
Bugfixes (#340)
* new letterbox implementation * make DSP buffer larger * add new "ambient" letterbox option * remap keyboard control * enable autoplay cheat mode * fix editor settings not being applied on start * run the cursor init in editor init remove debug prints
This commit is contained in:
@ -81,15 +81,12 @@ namespace HeavenStudio.Common
|
||||
foreach (var c in lytElements)
|
||||
{
|
||||
if (c is TimingDisplayComponent) {
|
||||
Debug.Log("TimingDisplayComponent");
|
||||
c.CreateElement(TimingDisplayPrefab, ComponentHolder);
|
||||
}
|
||||
else if (c is SkillStarComponent) {
|
||||
Debug.Log("SkillStarComponent");
|
||||
c.CreateElement(SkillStarPrefab, ComponentHolder);
|
||||
}
|
||||
else if (c is SectionComponent) {
|
||||
Debug.Log("SectionComponent");
|
||||
c.CreateElement(ChartSectionPrefab, ComponentHolder);
|
||||
}
|
||||
c.PositionElement();
|
||||
|
Reference in New Issue
Block a user