docs(buncer):fix audit typo

This commit is contained in:
miguel 2023-05-25 10:38:36 +01:00 committed by MSilva95
parent 1fbb3f1ff1
commit bb49e51c5f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
###### Does the app run without crashing?
###### Does the `ball` collide properly with this `walls`, `blocks` and the `player's tile`, its angle changes according to the [rule](https://www.toppr.com/ask/en-af/question/1865186/): it leaves with the same angle it came?
###### Does the `ball` collide properly with the `walls`, `blocks` and the `player's tile`, changing its angle according to this [rule](https://www.toppr.com/ask/en-af/question/1865186/): it leaves with the same angle it came?
###### Does the `player's tile` move in the same direction as phone is tilted?