From 396f25dbe052f2292313c4af31f66fb4cdbc328a Mon Sep 17 00:00:00 2001 From: Pier-Luc Brault Date: Wed, 7 Aug 2024 20:41:26 -0400 Subject: [PATCH] Add mention of swap delay in How to Play (#170) --- src/scenes/how_to_play.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scenes/how_to_play.py b/src/scenes/how_to_play.py index 1cabf81a..da367198 100644 --- a/src/scenes/how_to_play.py +++ b/src/scenes/how_to_play.py @@ -128,7 +128,7 @@ HowToPlayPart( [ 'Sometimes, you will run out of RAM and new pages will be written on disk.', - 'You can move pages between RAM and disk by clicking on them.' + 'You can move pages between RAM and disk by clicking on them. A small delay will be involved.' # pylint: disable=line-too-long ], [ pygame.image.load(path.join('assets', 'how_to_play_12_0.png')),