mirror of
https://git.planet-casio.com/Slyvtt/Collab_RPG.git
synced 2025-06-05 02:15:16 +02:00
Compare commits
2 commits
e4be83213b
...
e8e5657cc4
Author | SHA1 | Date | |
---|---|---|---|
|
e8e5657cc4 | ||
|
fd5ebd8f88 |
2 changed files with 10 additions and 1 deletions
|
@ -5,6 +5,15 @@
|
|||
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)
|
||||
|
||||
|
||||
## 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!
|
||||
Style guidelines [STYLE.md](STYLE.md).
|
||||
|
||||
|
|
2
clean
2
clean
|
@ -1,5 +1,5 @@
|
|||
cd assets
|
||||
rm -f level*.json
|
||||
rm -f level?.json
|
||||
rm -f tilesetnpp.json
|
||||
rm -r __pycache__
|
||||
cd ..
|
||||
|
|
Loading…
Add table
Reference in a new issue