1
0
mirror of synced 2024-11-23 23:21:06 +01:00

unlockables and minor fixes

This commit is contained in:
0auBSQ 2024-10-21 06:07:10 +09:00
parent 49737ea36d
commit f88cd1d676
4 changed files with 1146 additions and 1150 deletions

View File

@ -130,7 +130,7 @@ namespace FDK {
if (useNoiseEffect == 1) {
float n = randomGrayscale(rect);
texColor.rgb = vec3(n);
texColor.a = 1.0;
// texColor.a = 1.0;
}
gl_FragColor = texColor;

File diff suppressed because it is too large Load Diff

View File

@ -1925,7 +1925,7 @@ namespace OpenTaiko {
var _title = TitleTextureKey.ResolveTitleTexture(this.ttkSelectedSongTitle, OpenTaiko.Skin.SongSelect_VerticalText);
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.GRAYED && _title != null) {
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.BLURED && _title != null) {
_title.bUseNoiseEffect = true;
}
@ -1944,7 +1944,7 @@ namespace OpenTaiko {
}
if (this.ttkSelectedSongSubtitle != null) {
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.GRAYED) {
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.BLURED) {
txSelectedSongSubtitle.bUseNoiseEffect = true;
}
@ -1962,7 +1962,7 @@ namespace OpenTaiko {
xAnime + OpenTaiko.Skin.SongSelect_Bar_SubTitle_Offset[0] + (rCurrentlySelectedSong.eード種別 == CSongListNode.ENodeType.BOX ? centerMoveX : centerMoveX / 1.1f),
y + OpenTaiko.Skin.SongSelect_Bar_SubTitle_Offset[1] - (rCurrentlySelectedSong.eード種別 == CSongListNode.ENodeType.BOX ? centerMove : centerMove / 1.1f));
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.GRAYED) {
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.BLURED) {
txSelectedSongSubtitle.bUseNoiseEffect = false;
}
@ -1985,7 +1985,7 @@ namespace OpenTaiko {
}
}
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.GRAYED && _title != null) {
if (HiddenIndex >= DBSongUnlockables.EHiddenIndex.BLURED && _title != null) {
_title.bUseNoiseEffect = false;
}
//-----------------