Compare commits

..

No commits in common. "e8e5657cc434d4ebb27086467ad69cfe84221ae3" and "e4be83213b5dd643773dc8e275cdb396d5f7ab08" have entirely different histories.

2 changed files with 1 additions and 10 deletions

View file

@ -5,15 +5,6 @@
More informations can be found here (in french): More informations can be found here (in french):
[Le projet Collaboratif de PC](https://www.planet-casio.com/Fr/forums/topic17343-last-projet-collaboratif-avec-toute-la-commu.html) [Le projet Collaboratif de PC](https://www.planet-casio.com/Fr/forums/topic17343-last-projet-collaboratif-avec-toute-la-commu.html)
## Clone the project
Cloning the deposit locally on your computer msut be done with recursive cloning of embedded deposit with the asset folder.
This can be done by using the following command line:
'git clone --recurse-submodules git.planet-casio.com/Slyvtt/Collab_RPG.git'
## Contribute! ## Contribute!
Style guidelines [STYLE.md](STYLE.md). Style guidelines [STYLE.md](STYLE.md).

2
clean
View file

@ -1,5 +1,5 @@
cd assets cd assets
rm -f level?.json rm -f level*.json
rm -f tilesetnpp.json rm -f tilesetnpp.json
rm -r __pycache__ rm -r __pycache__
cd .. cd ..