Fix the eyes...
This commit is contained in:
parent
22c2c93126
commit
00fddea7d4
@ -785,13 +785,13 @@ void Stage7::Update(){
|
|||||||
switch(state){
|
switch(state){
|
||||||
case 0:{
|
case 0:{
|
||||||
flags.playerInControl=false;
|
flags.playerInControl=false;
|
||||||
DisplayBox("I see you have a few new tricks up your sleeve, Hacker.");
|
DisplayBox("I see you have a few new tricks up your sleeve, Hacker.",true);
|
||||||
if(box.bPressed){
|
if(box.bPressed){
|
||||||
state=1;
|
state=1;
|
||||||
}
|
}
|
||||||
}break;
|
}break;
|
||||||
case 1:{
|
case 1:{
|
||||||
DisplayBox("Don't think it'll be that easy to get through this one...");
|
DisplayBox("Don't think it'll be that easy to get through this one...",true);
|
||||||
if(box.bPressed){
|
if(box.bPressed){
|
||||||
state=2;
|
state=2;
|
||||||
flags.playerInControl=true;
|
flags.playerInControl=true;
|
||||||
@ -819,7 +819,7 @@ void Stage8::Start(){
|
|||||||
void Stage8::Update(){
|
void Stage8::Update(){
|
||||||
switch(state){
|
switch(state){
|
||||||
case 0:{
|
case 0:{
|
||||||
DisplayBox("You need to cease all operations, you are causing more harm than good.");
|
DisplayBox("You need to cease all operations, you are causing more harm than good.",true);
|
||||||
if(box.bPressed){
|
if(box.bPressed){
|
||||||
state=1;
|
state=1;
|
||||||
flags.playerInControl=true;
|
flags.playerInControl=true;
|
||||||
|
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user