Skip to content

Commit

Permalink
init art style
Browse files Browse the repository at this point in the history
  • Loading branch information
idealpersona committed Jan 30, 2019
1 parent 9152b60 commit c448e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Update/init.txt
Expand Up @@ -23,6 +23,7 @@ void main()
SetGlobalFlag(GAltVoicePriority , 0);
SetGlobalFlag(GWindowOpacity , 100);
SetGlobalFlag(GHideButtons , 0);
SetGlobalFlag(GArtStyle , 0);
SetGlobalFlag(GMOD_SETTING_LOADER , 3);
}

Expand All @@ -43,6 +44,7 @@ void main()
SetGlobalFlag(GAltVoicePriority , 0);
SetGlobalFlag(GWindowOpacity , 50);
SetGlobalFlag(GHideButtons , 0);
SetGlobalFlag(GArtStyle , 0);
SetGlobalFlag(GMOD_SETTING_LOADER , 3);
}

Expand All @@ -68,6 +70,7 @@ void main()
SetGlobalFlag(GEffectExtendMaxNum , 0);
SetGlobalFlag(GAltBGMflowMaxNum , 0);
SetGlobalFlag(GAltSEflowMaxNum , 0);
SetGlobalFlag(GArtStyle , 1);
}

ModADVModeSettingLoad(
Expand Down

0 comments on commit c448e8c

Please sign in to comment.