Move EX position slightly

Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
master
parent 6d608e7ad5
commit 48b50da2c3
  1. 2
      ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.cpp
  2. BIN
      ChallengeLeaguePointSolver/ChampionsLeaguePointSolver.wasm

@ -331,7 +331,7 @@ class ChampionsLeaguePointSolver : public olc::PixelGameEngine
gui.Draw(this);
if(highestEX!=0){
DrawString({108,2},std::to_string(highestEX)+" EX",YELLOW);
DrawString({112,4},std::to_string(highestEX)+" EX",YELLOW);
}
if(calculating){

Loading…
Cancel
Save