diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f3c30..46b8e2b 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/assets/data/introText.txt b/assets/data/introText.txt index b075e53..e3799fc 100644 --- a/assets/data/introText.txt +++ b/assets/data/introText.txt @@ -20,4 +20,5 @@ better than geometry dash--fight me robtop kiddbrute for president--vote now play dead estate--on newgrounds this is a god damn prototype--we workin on it okay -women are real--this is official \ No newline at end of file +women are real--this is official +too over exposed--newgrounds cant handle us \ No newline at end of file diff --git a/docs/index.html b/docs/index.html index b6ec87f..0ab3d97 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 0000000..1857341 --- /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