From 10665f6c0fe7ab8e930edd06050af5f5590e3ac2 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Fri, 4 Dec 2020 12:46:03 -0500 Subject: [PATCH] more intro texts --- CHANGELOG.md | 2 ++ assets/data/introText.txt | 5 ++++- source/TitleState.hx | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1333baa75..54c75091e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [UNRELEASED] +### Added +- More intro texts ### Fixed - Exploit where you could potentially give yourself a high score via the debug menu - Issue/bug where you could spam the confirm button on the story menu ([shoutouts lotusotho for the CODE contribution/pull request!](https://github.com/ninjamuffin99/Funkin/pull/19)) diff --git a/assets/data/introText.txt b/assets/data/introText.txt index 8b7da62ca..a77204353 100644 --- a/assets/data/introText.txt +++ b/assets/data/introText.txt @@ -22,4 +22,7 @@ play dead estate--on newgrounds this is a god damn prototype--we workin on it okay women are real--this is official too over exposed--newgrounds cant handle us -Nintendo Switch--pre-orders now available \ No newline at end of file +Hatsune Miku--biggest inspiration +too many people--my head hurts +newgrounds--forever +refined taste in music--if i say so myself \ No newline at end of file diff --git a/source/TitleState.hx b/source/TitleState.hx index e492d0b2a..b286bd91f 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -51,9 +51,9 @@ class TitleState extends MusicBeatState super.create(); - #if (!switch && !debug && NG_LOGIN) - + #if NG_LOGIN var ng:NGio = new NGio(APIStuff.API, APIStuff.EncKey); + trace('NEWGROUNDS LOL'); #end FlxG.save.bind('funkin', 'ninjamuffin99');