From 3a198dc394e3bed6b7c196e827caebf9e9d7bbe4 Mon Sep 17 00:00:00 2001 From: Lunar <144155299+SyncGit12@users.noreply.github.com> Date: Fri, 17 Jan 2025 12:11:05 -0300 Subject: [PATCH] trace it --- source/TitleState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/TitleState.hx b/source/TitleState.hx index 1e79fa409fe..11e5f648c7c 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -378,6 +378,7 @@ class TitleState extends MusicBeatState { case 'ANNOUNCER': FlxG.sound.play(Paths.sound('sarcasmComplete')); + trace('Were you talking about Portal 2?') sarcasmKeysBuffer = ''; } }