diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/favicon.png b/favicon.png new file mode 100644 index 0000000..0152116 Binary files /dev/null and b/favicon.png differ diff --git a/index.html b/index.html index b7c513d..b337c8d 100644 --- a/index.html +++ b/index.html @@ -1,9 +1,45 @@ - Adventures with Anxiety! + + + Adventures With Anxiety! (Demo) + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + @@ -102,15 +138,16 @@
A share on an anxiety-app helps too!
-
- +
- +
- +
@@ -155,6 +192,49 @@ + + + +
+ + Created by + + Nicky Case + +
+ + Music + + by Komiku + +
+ + See + + source code & full credits + +
+
+ + Thank you playtesters! + +

+ + B Cavello +
+ EmilyKate McDonough +
+ Glen Chiacchieri +
+ Mikayla Hutchinson +
+ Monica Srivastava +
+ Rowan +
+ Srini Kadamati + +
diff --git a/sharing/thumb.png b/sharing/thumb.png new file mode 100644 index 0000000..eff73d8 Binary files /dev/null and b/sharing/thumb.png differ diff --git a/styles/game.css b/styles/game.css index ffc13ab..1c5c3f4 100644 --- a/styles/game.css +++ b/styles/game.css @@ -1,6 +1,7 @@ html,body{ width: 100%; height: 100%; + overflow: hidden; } body{ margin:0; @@ -675,7 +676,7 @@ DIALOGUEZ .hong-bubble:after { content: ''; position: absolute; - left: 0; + left: 1px; top: 50%; width: 0; height: 0; @@ -773,3 +774,40 @@ canvas{ left:0; transition: top 0.5s ease-in-out; } + +/****************************************************************************************************** + +CORNER TEXT + +******************************************************************************************************/ + +#topleft, #bottomright{ + width: 200px; + color: #444; + font-family: Helvetica, Arial, sans-serif; + font-weight: 500; + font-size: 14px; + line-height: 1.3em; + position: absolute; +} +#topleft a, #bottomright a{ + color: #666; +} +#topleft a:hover, #bottomright a:hover{ + color: #888; +} +#topleft{ + top:10px; + left:10px; + text-align: left; +} +#bottomright{ + bottom:10px; + right:10px; + text-align: right; +} +@media screen and (max-width: 800px) { + #topleft, #bottomright { + display: none; + } +} \ No newline at end of file