diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f3c3029..46b8e2b42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Cleaned up some charting on South on hard mode - Fixed some animation timings, should feel both better to play, and watch. - Maaaybe fixed notes popping up randomly at the top of the screen for a frame or two? If this isn't fixed, uhh yall shout at me lolol +- Animation issue where GF would freak out on the title screen if you returned to it. ## [0.2.1.2] - 2020-11-06 ### Fixed diff --git a/docs/index.html b/docs/index.html index b6ec87fd2..0ab3d9706 100644 --- a/docs/index.html +++ b/docs/index.html @@ -13,7 +13,7 @@ Friday Night Funkin' - + @@ -22,13 +22,19 @@
- Friday Night Funkin + Friday Night Funkin
- -

Friday Night Funkin the video game

- +

Friday Night Funkin' - Rhythm game extraordinaire

+ +
+ +

Friday Night Funkin' is a dope ass rhythm game.

+
+
\ No newline at end of file diff --git a/docs/styles.css b/docs/styles.css new file mode 100644 index 000000000..185734193 --- /dev/null +++ b/docs/styles.css @@ -0,0 +1,38 @@ +.coolBox { + background: #1a1a1a; + margin: 40px 4vw; + padding: 25px; + font-size: 120%; + border-radius: 10px; +} + +#wrapper +{ + padding: 25px; + margin: auto; +} + +marquee { + margin: auto; + text-align: center; +} + +h1 { + text-align: center; +} + +iframe { + margin: auto; + width: 40%; + display:block; +} + +body { + background-image: url('http://img.ngfiles.com/themes/000/skin-funkin-cardbordtoast.jpg?1605135609'); + background-repeat: no-repeat; + background-attachment: fixed; + background-size: cover; + background-size: 100% 130%; + color:white; + background-color: #000; +} \ No newline at end of file