README file now its ok :)

This commit is contained in:
Luca Canali 2021-09-15 16:56:36 +02:00
parent 9db0d09214
commit b54abd298d

View file

@ -85,9 +85,10 @@ Example:
"es_ES": "Arrastre esta tarjeta al área en blanco de arriba para inicializar la máquina del tiempo"
}
```
2. Add, into the directory **levels**, the directory with the levels to you want to adding (es. ./levels/fr_FR/LIVELLI )
2. Add, into the directory **levels**, the directory with the levels do you want to adding (es. ./levels/fr_FR/LIVELLI )
1. Add, the localization into the dictionary game.langs (es. `var langs = {0: "en_EN", 1: "it_IT", 2: "es_ES"}` the first and default localization it must be en_EN
If one or more localizations in the descriptions of cards are missing and levels require that card, the game crashes!
## Contribute code!