谱面改进

This commit is contained in:
SoulliesOfficial
2026-04-09 11:03:18 -04:00
parent 9af26bb435
commit 3a63641a2c
106 changed files with 1994 additions and 336 deletions

View File

@@ -32,6 +32,21 @@ namespace AK
static const AkUniqueID TOUCHTOSTART = 3357374771U;
} // namespace EVENTS
namespace STATES
{
namespace NEW_STATE_GROUP
{
static const AkUniqueID GROUP = 2012657067U;
namespace STATE
{
static const AkUniqueID NEW_STATE = 2021425847U;
static const AkUniqueID NONE = 748895195U;
} // namespace STATE
} // namespace NEW_STATE_GROUP
} // namespace STATES
namespace SWITCHES
{
namespace CHAPTER
@@ -93,6 +108,8 @@ namespace AK
static const AkUniqueID PREVIEW_HIGHPASS = 4043093737U;
static const AkUniqueID PREVIEW_LOWPASS = 363065643U;
static const AkUniqueID PREVIEW_VOLUME = 2183069388U;
static const AkUniqueID SONG_EQ_FX_HIGHPASS = 1952074036U;
static const AkUniqueID SONG_EQ_FX_LOWPASS = 2159946616U;
static const AkUniqueID SONG_HIGHPASS = 2191510614U;
static const AkUniqueID SONG_LOWPASS = 3534982690U;
static const AkUniqueID SONG_VOLUME = 2936015903U;