Fix the eyes...

master
sigonasr2 1 year ago
parent 22c2c93126
commit 00fddea7d4
  1. 6
      olcCodeJam2023Entry/Scenario.cpp
  2. BIN
      olcCodeJam2023Entry/pge.wasm

@ -785,13 +785,13 @@ void Stage7::Update(){
switch(state){
case 0:{
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){
state=1;
}
}break;
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){
state=2;
flags.playerInControl=true;
@ -819,7 +819,7 @@ void Stage8::Start(){
void Stage8::Update(){
switch(state){
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){
state=1;
flags.playerInControl=true;

Binary file not shown.
Loading…
Cancel
Save