1
0
mirror of https://github.com/TerryCavanagh/VVVVVV.git synced 2024-06-01 10:33:32 +02:00

Merge pull request #89 from InfoTeddy/typo-fixes

Correct capitalization of song names
This commit is contained in:
Terry Cavanagh 2020-01-16 14:38:31 +01:00 committed by GitHub
commit 5b32446d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 25 additions and 25 deletions

View File

@ -1107,19 +1107,19 @@ void entityclass::createblock( int t, int xp, int yp, int w, int h, int trig /*=
trig=0; trig=0;
break; break;
case 25: case 25:
blocks[k].prompt = "Passion for exploring"; blocks[k].prompt = "Passion for Exploring";
blocks[k].script = "terminal_juke1"; blocks[k].script = "terminal_juke1";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
break; break;
case 26: case 26:
blocks[k].prompt = "Pushing onwards"; blocks[k].prompt = "Pushing Onwards";
blocks[k].script = "terminal_juke2"; blocks[k].script = "terminal_juke2";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
break; break;
case 27: case 27:
blocks[k].prompt = "Positive force"; blocks[k].prompt = "Positive Force";
blocks[k].script = "terminal_juke3"; blocks[k].script = "terminal_juke3";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
@ -1131,13 +1131,13 @@ void entityclass::createblock( int t, int xp, int yp, int w, int h, int trig /*=
trig=0; trig=0;
break; break;
case 29: case 29:
blocks[k].prompt = "Potential for anything"; blocks[k].prompt = "Potential for Anything";
blocks[k].script = "terminal_juke5"; blocks[k].script = "terminal_juke5";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
break; break;
case 30: case 30:
blocks[k].prompt = "Predestined fate"; blocks[k].prompt = "Predestined Fate";
blocks[k].script = "terminal_juke6"; blocks[k].script = "terminal_juke6";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
@ -1161,7 +1161,7 @@ void entityclass::createblock( int t, int xp, int yp, int w, int h, int trig /*=
trig=0; trig=0;
break; break;
case 34: case 34:
blocks[k].prompt = "ecrof evitisoP"; blocks[k].prompt = "ecroF evitisoP";
blocks[k].script = "terminal_juke10"; blocks[k].script = "terminal_juke10";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;

View File

@ -725,7 +725,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 5 Trinkets"); add(" 5 Trinkets");
add(""); add("");
add(" Pushing onwards "); add(" Pushing Onwards ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");
@ -740,7 +740,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 8 Trinkets"); add(" 8 Trinkets");
add(""); add("");
add(" Positive force "); add(" Positive Force ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");
@ -770,7 +770,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 12 Trinkets"); add(" 12 Trinkets");
add(""); add("");
add(" Potential for anything "); add(" Potential for Anything ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");
@ -800,7 +800,7 @@ void scriptclass::loadother(std::string t)
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 16 Trinkets"); add(" 16 Trinkets");
add(""); add("");
add(" Predestined fate "); add(" Predestined Fate ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");

View File

@ -3120,10 +3120,10 @@ void editorrender( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map, ent
dwgfx.Print( -1, 120, "2: Positive Force", tr, tg, tb, true); dwgfx.Print( -1, 120, "2: Positive Force", tr, tg, tb, true);
break; break;
case 3: case 3:
dwgfx.Print( -1, 120, "3: Potential For Anything", tr, tg, tb, true); dwgfx.Print( -1, 120, "3: Potential for Anything", tr, tg, tb, true);
break; break;
case 4: case 4:
dwgfx.Print( -1, 120, "4: Passion For Exploring", tr, tg, tb, true); dwgfx.Print( -1, 120, "4: Passion for Exploring", tr, tg, tb, true);
break; break;
case 6: case 6:
dwgfx.Print( -1, 120, "5: Presenting VVVVVV", tr, tg, tb, true); dwgfx.Print( -1, 120, "5: Presenting VVVVVV", tr, tg, tb, true);
@ -3144,7 +3144,7 @@ void editorrender( KeyPoll& key, Graphics& dwgfx, Game& game, mapclass& map, ent
dwgfx.Print( -1, 120, "10: Paced Energy", tr, tg, tb, true); dwgfx.Print( -1, 120, "10: Paced Energy", tr, tg, tb, true);
break; break;
case 14: case 14:
dwgfx.Print( -1, 120, "11: Piercing The Sky", tr, tg, tb, true); dwgfx.Print( -1, 120, "11: Piercing the Sky", tr, tg, tb, true);
break; break;
default: default:
dwgfx.Print( -1, 120, "?: something else", tr, tg, tb, true); dwgfx.Print( -1, 120, "?: something else", tr, tg, tb, true);

View File

@ -816,19 +816,19 @@
trig=0; trig=0;
break; break;
case 25: case 25:
blocks[k].prompt = "Passion for exploring"; blocks[k].prompt = "Passion for Exploring";
blocks[k].script = "terminal_juke1"; blocks[k].script = "terminal_juke1";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
break; break;
case 26: case 26:
blocks[k].prompt = "Pushing onwards"; blocks[k].prompt = "Pushing Onwards";
blocks[k].script = "terminal_juke2"; blocks[k].script = "terminal_juke2";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
break; break;
case 27: case 27:
blocks[k].prompt = "Positive force"; blocks[k].prompt = "Positive Force";
blocks[k].script = "terminal_juke3"; blocks[k].script = "terminal_juke3";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
@ -840,13 +840,13 @@
trig=0; trig=0;
break; break;
case 29: case 29:
blocks[k].prompt = "Potential for anything"; blocks[k].prompt = "Potential for Anything";
blocks[k].script = "terminal_juke5"; blocks[k].script = "terminal_juke5";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
break; break;
case 30: case 30:
blocks[k].prompt = "Predestined fate"; blocks[k].prompt = "Predestined Fate";
blocks[k].script = "terminal_juke6"; blocks[k].script = "terminal_juke6";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
@ -870,7 +870,7 @@
trig=0; trig=0;
break; break;
case 34: case 34:
blocks[k].prompt = "ecrof evitisoP"; blocks[k].prompt = "ecroF evitisoP";
blocks[k].script = "terminal_juke10"; blocks[k].script = "terminal_juke10";
setblockcolour(k, "orange"); setblockcolour(k, "orange");
trig=0; trig=0;
@ -4019,4 +4019,4 @@
public var mobilemenus:Boolean = true; public var mobilemenus:Boolean = true;
} }
} }

View File

@ -674,7 +674,7 @@
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 5 Trinkets"); add(" 5 Trinkets");
add(""); add("");
add(" Pushing onwards "); add(" Pushing Onwards ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");
@ -687,7 +687,7 @@
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 8 Trinkets"); add(" 8 Trinkets");
add(""); add("");
add(" Positive force "); add(" Positive Force ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");
@ -713,7 +713,7 @@
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 12 Trinkets"); add(" 12 Trinkets");
add(""); add("");
add(" Potential for anything "); add(" Potential for Anything ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");
@ -739,7 +739,7 @@
add(" NEXT UNLOCK: "); add(" NEXT UNLOCK: ");
add(" 16 Trinkets"); add(" 16 Trinkets");
add(""); add("");
add(" Predestined fate "); add(" Predestined Fate ");
add("position(center)"); add("position(center)");
add("speak_active"); add("speak_active");
add("endtext"); add("endtext");
@ -813,4 +813,4 @@
add("squeak(terminal)"); add("squeak(terminal)");
add("jukebox(10)"); add("jukebox(10)");
} }
} }