Skip to content

Commit

Permalink
Add support for Ryukishi sprites
Browse files Browse the repository at this point in the history
  • Loading branch information
enumag committed Nov 10, 2019
1 parent 4eccf4e commit 66617d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Update/init.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,5 +126,9 @@ void main()
ModSetConfigFontSize(15);
ModSetMainFontOutlineWidth(10);

ModAddArtset("Console", "ゲーム機", "CG");
ModAddArtset("Remake", "リメーク", "CGAlt:CG");
ModAddArtset("Original", "オリジナル", "OGSprites:CG");

CallScript( "flow" );
}

0 comments on commit 66617d7

Please sign in to comment.