diff --git a/README.md b/README.md index 6026959..dc91e71 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,13 @@ # Geometry Dash en 3D -Pour lancer rapidement le jeu avec un serveur python +Pour lancer rapidement le jeu avec un serveur python : + ```bash $ ./run.sh ``` ## Dépendances -- [ThreeJS](https://github.com/mrdoob/three.js) + +- Télécharger [ThreeJS](https://github.com/mrdoob/three.js) et placer le + fichier [`.js`](https://unpkg.com/three@0.146.0/build/three.min.js) dans + [`js/lib`](./js/lib/). diff --git a/index.html b/index.html index 2fd8a43..9211f79 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ - +