diff --git a/fonts/aAnotherTag.ttf b/fonts/aAnotherTag.ttf deleted file mode 100644 index 4f3737b..0000000 Binary files a/fonts/aAnotherTag.ttf and /dev/null differ diff --git a/index.html b/index.html index cc7cd2b..f3f7a90 100644 --- a/index.html +++ b/index.html @@ -10,10 +10,6 @@ @@ -260,7 +255,7 @@

Web Projects

constructor() { const geometry = new THREE.PlaneGeometry(1.5, 1.5) const material = new THREE.MeshBasicMaterial({ - map: new THREE.TextureLoader().load(`./pentagrams/penta6.png`), // `./pentagrams/penta${1+Math.floor(Math.random()*5)}.png` + map: new THREE.TextureLoader().load(`./pentagrams/penta.png`), // `./pentagrams/penta${1+Math.floor(Math.random()*5)}.png` transparent: true, }) diff --git a/pentagrams/.DS_Store b/pentagrams/.DS_Store new file mode 100644 index 0000000..8fca134 Binary files /dev/null and b/pentagrams/.DS_Store differ diff --git a/pentagrams/penta6.png b/pentagrams/penta.png similarity index 100% rename from pentagrams/penta6.png rename to pentagrams/penta.png diff --git a/pentagrams/penta1.png b/pentagrams/penta1.png deleted file mode 100644 index 79a0154..0000000 Binary files a/pentagrams/penta1.png and /dev/null differ diff --git a/pentagrams/penta2.png b/pentagrams/penta2.png deleted file mode 100644 index 338a7d4..0000000 Binary files a/pentagrams/penta2.png and /dev/null differ diff --git a/pentagrams/penta3.png b/pentagrams/penta3.png deleted file mode 100644 index 140d993..0000000 Binary files a/pentagrams/penta3.png and /dev/null differ diff --git a/pentagrams/penta4.png b/pentagrams/penta4.png deleted file mode 100644 index 404035c..0000000 Binary files a/pentagrams/penta4.png and /dev/null differ diff --git a/pentagrams/penta5.png b/pentagrams/penta5.png deleted file mode 100644 index 96c59aa..0000000 Binary files a/pentagrams/penta5.png and /dev/null differ