diff --git a/Scripts/instruction_label.gd b/Scripts/instruction_label.gd index 83c2c6e..a2e0b05 100644 --- a/Scripts/instruction_label.gd +++ b/Scripts/instruction_label.gd @@ -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."