diff --git a/Qwilight/Assets/UI/Default/Default.lua b/Qwilight/Assets/UI/Default/Default.lua index 255ba0d..d574a1d 100644 --- a/Qwilight/Assets/UI/Default/Default.lua +++ b/Qwilight/Assets/UI/Default/Default.lua @@ -277,7 +277,7 @@ end function HitNotePaintLength(e) - return 2.0 * NoteLength(e) + hitNotePaintArea + return 4.0 * NoteLength(e) + hitNotePaintArea end function LongNoteEdgePosition1() diff --git a/Qwilight/Qwilight/View/QwilightClass.xaml.cs b/Qwilight/Qwilight/View/QwilightClass.xaml.cs index 5da17b5..5ef76f8 100644 --- a/Qwilight/Qwilight/View/QwilightClass.xaml.cs +++ b/Qwilight/Qwilight/View/QwilightClass.xaml.cs @@ -129,9 +129,7 @@ Directory.CreateDirectory(QwilightComponent.BundleEntryPath); Directory.CreateDirectory(QwilightComponent.CommentEntryPath); Directory.CreateDirectory(QwilightComponent.EdgeEntryPath); - Directory.CreateDirectory(QwilightComponent.FaultEntryPath); Directory.CreateDirectory(QwilightComponent.MediaEntryPath); - Directory.CreateDirectory(QwilightComponent.UtilityEntryPath); Directory.CreateDirectory(LevelSystem.EntryPath); } catch