diff --git a/index.html b/index.html index 1861ae5..9ad596d 100644 --- a/index.html +++ b/index.html @@ -34,7 +34,7 @@

Baby Bumper!

What's your baby's name?

- +
@@ -85,12 +85,7 @@

How could you do this to a child? You monster.

Wall hangings
-
+ diff --git a/script.js b/script.js index 2c79585..23dc208 100644 --- a/script.js +++ b/script.js @@ -36,7 +36,7 @@ babyContainer.style.left = window.innerWidth / 2 - 150 + 'px'; const itemPositionReference = {}; -// SOUNDS -- commented out are more for future use +// SOUNDS -- some commented out are more for future use const fart = []; const laugh = []; @@ -264,8 +264,6 @@ class baby { item.collisions = 1; this.addToScore(item); this.bounceBabyBack(item); - - // remove baby from object towards centerpoint: window.innerHeight/2 window.innerWidth/2 } else { item.collisions++; diff --git a/styles.scss b/styles.scss index 8a021f7..d305fa2 100644 --- a/styles.scss +++ b/styles.scss @@ -1,9 +1,3 @@ -// TODO: -// 1. modalBG space at top -// 2. right sidebar? -// 3. LR creases not showing -// 4. Victory laughing - // Variables $red-main: #ef5735; $tan-main: #faf0d6; @@ -231,36 +225,6 @@ p { z-index: 5; } -// For future styling -// .floor-crease { -// color: #271c02; -// height: 2px; -// left: 0; -// position: absolute; -// top: 45%; -// width: 100%; -// z-index: 1; -// } - -// .left-crease { -// color: #271c02; -// height: 45%; -// left: 20%; -// position: absolute; -// top: 0; -// width: 2px; -// z-index: 1; -// } -// .right-crease { -// color: #271c02; -// height: 45%; -// left: 20%; -// position: absolute; -// top: 1; -// width: 2px; -// z-index: 0; -// } - #baby { bottom: 0px; height: 192px;