exit game button pls.

master
sigonasr2 1 year ago
parent 1a07786e7a
commit 4ca649c2b7
  1. 1
      olcCodeJam2023Entry/VirusAttack.cpp
  2. BIN
      olcCodeJam2023Entry/pge.wasm

@ -1145,6 +1145,7 @@ bool VirusAttack::OnUserUpdate(float fElapsedTime){
}
if(exitGameButton->bPressed){
SOUNDS[Sound::BUTTONSELECT]->PlayCentered();
return false;
}
titleScreenY=std::min(0.f,titleScreenY+fElapsedTime*120);

Binary file not shown.
Loading…
Cancel
Save