-
*breakdown*
+
Cat Tower Defence
- I'm doin' your mom, yes, yours!
- First saw her in the Walmart pickin' out your drawers
- Big Dolly Parton hair like an '80s prom queen
- But her ass was lookin' good all up in them mom-jeans
- I approached her in the checkout line, and said, "Yo baby, wassup?"
- She had two gallons of milk, and I was starin' at her jugs
- Five minutes later, she agreed to get with me
+ Cat Tower Defence was a game made with a small group of friends in order to teach ourselves pythons "pygame" library, this was done over the course of a month or so and included some extra
+ modding space, allowing users to make their own levels. This was one of my first projects with a GUI.
diff --git a/pages/basic.css b/pages/basic.css
index 51e4d1d..cc95ffc 100644
--- a/pages/basic.css
+++ b/pages/basic.css
@@ -36,7 +36,6 @@ a:not(.galleryLink), a:visited:not(.galleryLink){
.galleryLink{ /*class to be given to any link that doesnt want fancy yellow backgrounds on hover*/
text-decoration: none;
- color:#181818;
}
h1{
diff --git a/pages/mainpage.css b/pages/mainpage.css
index 1841b2a..920423b 100644
--- a/pages/mainpage.css
+++ b/pages/mainpage.css
@@ -112,6 +112,7 @@
}
.popupImage{
+ /*display: none;*/
padding: 10px;
}
@@ -119,6 +120,7 @@
display: flex;
flex-direction: column;
padding: 6px;
+ color: #181818;
}
.galleryImage{