Fixes typo in how to play menu for real this time
parent
296a2f3c28
commit
66d7f0b62e
|
@ -6,7 +6,7 @@ func _ready() -> void:
|
||||||
|
|
||||||
To control your snake, you can swipe in the direction you want to go.
|
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."
|
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.
|
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."
|
Each time you achieve an Ouroboros, you get one score and start as a new snake inside the old Ouroboros, making the arena smaller."
|
||||||
|
|
Loading…
Reference in New Issue