Fixes typo in how to play menu for real this time

master
TechieDamien 2025-08-03 14:59:52 +01:00
parent 296a2f3c28
commit 66d7f0b62e
Signed by: TechieDamien
GPG Key ID: 2ACE3574E164B780
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ func _ready() -> void:
To control your snake, you can swipe in the direction you want to go.
Eating a fruit does not give you any points, but will increase the length of your snake according the type of fruit as shown below.
Eating a fruit does not give you any points, but will increase the length of your snake according to the type of fruit as shown below.
Each time you achieve an Ouroboros, you get one score and start as a new snake inside the old Ouroboros, making the arena smaller."
@ -15,7 +15,7 @@ Each time you achieve an Ouroboros, you get one score and start as a new snake i
To control your snake, you can use, WASD, arrow keys or Vi direction keys.
Eating a fruit does not give you any points, but will increase the length of your snake according the type of fruit as shown below.
Eating a fruit does not give you any points, but will increase the length of your snake according to the type of fruit as shown below.
Each time you achieve an Ouroboros, you get one score and start as a new snake inside the old Ouroboros, making the arena smaller."