Skip to content

Ordnerstruktur

Miriam Beutel edited this page Jul 21, 2016 · 1 revision

Vorläufige Ordnerstruktur

 build
    > js
     three.min.js
     game.js // Spielmechanik?
      > lib
        > fire
         fireExtension.js
          deployFire.js
        > controls
          firstPerson.js
   > levels
     level1.json
     > materials
         > objects
           chair.json
     	 > textures
           wall.png
   > sounds
     fire.mp3
   > css
     style.css
   index.html => includiert alle Dateien in der RICHTIGEN Hierarchie!
Clone this wiki locally