Skip to content

Commit

Permalink
Reduce notification time
Browse files Browse the repository at this point in the history
  • Loading branch information
OFFTKP committed Aug 11, 2024
1 parent 5c53881 commit fda7ab7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/retro_achievements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ double se_time();
#include "stb_image_write.h"

const float notification_start_seconds = 0.75f;
const float notification_start_secondary_text_seconds = notification_start_seconds + 3.0f;
const float notification_end_seconds = 6.0f;
const float notification_start_secondary_text_seconds = notification_start_seconds + 1.25f;
const float notification_end_seconds = 4.0f;
const float notification_fade_seconds = notification_end_seconds - notification_start_seconds;
bool only_one_notification = false;
const int atlas_spacing = 4; // leaving some space between tiles to avoid bleeding
Expand Down

0 comments on commit fda7ab7

Please sign in to comment.