fixing some readmes according to issues

This commit is contained in:
miguel 2022-04-11 09:57:51 +01:00
parent 3f57c327a9
commit aed35253ac
3 changed files with 17 additions and 7 deletions

View File

@ -14,21 +14,21 @@
##### Try using the Dev Tool/Performance.
###### Is there no frame drop?
###### Can you confirm that there are no frame drops?
##### Try using the Dev Tool/Performance.
###### Does the game run at/or around 60fps?
###### Does the game run at/or around 60fps?(from 50 to 60 or more)
##### Try using the Dev Tool/performance and the option rendering with the paint ON, if possible.
##### Try using the Dev Tool/performance and the option rendering with the `paint flashing` ON, if possible.
###### Is the paint being used the less possible?
###### Can you confirm that the paint is being used as little as possible?
##### Try using the Dev Tool/performance and the option rendering with the layer ON, if possible.
##### Try using the Dev Tool/performance and the option rendering with the `layer borders` ON, if possible.
###### Are the layers being used the less possible?
###### Can you confirm that the layers are being used as little as possible?
###### Are the creation of the [layers being promoted](https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count) properly?
###### Is [layer creation being promoted](https://developers.google.com/web/fundamentals/performance/rendering/stick-to-compositor-only-properties-and-manage-layer-count) properly?
#### Bonus

View File

@ -8,6 +8,8 @@ Create a new directory called `point`.
- The necessary changes must be applied so that the program works.
- The function `setPoint()` must work with `int`.
### Code to be copied
```go

View File

@ -11,3 +11,11 @@ Create the file `who-are-you.sh` which will remind you who you are by showing yo
- Where to look : https://((DOMAIN))/assets/superhero/all.json
- What to use : `curl` and `jq`
- The output should be exactly like the example bellow but with the expected name
```console
$./who-are-you.sh | cat -e
"name"$
$
```