Skip to content

Commit

Permalink
Final Font Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderMybrella committed Jul 5, 2016
1 parent 1eb557f commit 8f822d4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/org/abimon/mods/danganronpa/launcher/DanganModding.java
Original file line number Diff line number Diff line change
Expand Up @@ -2393,16 +2393,18 @@ else if(str.toLowerCase().startsWith("[im")){
longText += s + "\n";
continue;
}
if(s.equalsIgnoreCase("SPIRAL"))
if(s.equalsIgnoreCase("SPIRAL")){
newLin += "0x22{1, 0, 1}\n";
continue;
}
if(s.startsWith("0x"))
newLin += s;
else if(s.startsWith("[SetTrial]"))
state = 1;
else if(s.equalsIgnoreCase("[Text:Start]"))
handlingLong = true;
else if(s.startsWith("[SetupTextUI]")){
newLin += "0x22{1, 0, 1}\n0x22{0, 1, 24}\nChangeUI{11, 1}\nChangeUI{0, 1}\nChangeUI{51, 1}\nChangeUI{1, 1}\nChangeUI{9, 1}";
newLin += "0x22{0, 1, 24}\nChangeUI{11, 1}\nChangeUI{0, 1}\nChangeUI{51, 1}\nChangeUI{1, 1}\nChangeUI{9, 1}";
}
else if(s.startsWith("[TrialCam:") || s.startsWith("[TrialCamera:")){
s = s.replace("[", "").replace("]", "");
Expand Down

0 comments on commit 8f822d4

Please sign in to comment.