Adjusted visual option for best experience

This commit is contained in:
Sylvain PILLOT 2023-12-10 22:58:16 +01:00
parent cb87129e98
commit 809b4df471
2 changed files with 4 additions and 4 deletions

View File

@ -48,11 +48,11 @@ static int delta = 0;
extern bopti_image_t earthflag;
extern bopti_image_t DotFlag;
bopti_image_t* dotflag_miniature( void )
{
return nullptr;
return &DotFlag;
}

View File

@ -101,8 +101,8 @@ bool exitToOS = false;
bool skip_intro = false;
bool screenshot = false;
bool record = false;
bool showFPS = true;
bool showDebug = true;
bool showFPS = false;
bool showDebug = false;
bool showName = true;
bool showOption = false;
int EffectLoop = LOOP_CYCLE;