Skip to content

Commit

Permalink
Add mention of swap delay in How to Play (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
plbrault authored Aug 8, 2024
1 parent 5d4500b commit 396f25d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scenes/how_to_play.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')),
Expand Down

0 comments on commit 396f25d

Please sign in to comment.