Skip to content

Commit 4e9e27a

Browse files
authored
Fix opacity settings
1 parent c19d24f commit 4e9e27a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Update/init.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ void main()
2121
SetGlobalFlag(GAltBGMflow , 0);
2222
SetGlobalFlag(GAltSEflow , 0);
2323
SetGlobalFlag(GAltVoicePriority , 0);
24-
SetGlobalFlag(GWindowOpacity , 100);
24+
SetGlobalFlag(GWindowOpacity , 50);
2525
SetGlobalFlag(GHideButtons , 0);
2626
SetGlobalFlag(GArtStyle , 0);
2727
SetGlobalFlag(GMOD_SETTING_LOADER , 3);

0 commit comments

Comments
 (0)