diff --git a/README.md b/README.md index 3efb288..88fcb7b 100644 --- a/README.md +++ b/README.md @@ -11,5 +11,8 @@ $ ./run.sh - 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/). +- Télécharger [dat.gui](https://github.com/dataarts/dat.gui) et placer le + fichier [`.js`](https://cdnjs.cloudflare.com/ajax/libs/dat-gui/0.7.9/dat.gui.min.js) dans + [`js/lib`](./js/lib/). - Placer une image `player.png` dans le dossier [`assets/images`](./assets/images/). diff --git a/index.html b/index.html index 9211f79..122566d 100644 --- a/index.html +++ b/index.html @@ -17,6 +17,8 @@
+ +