From f81b0fd7a65ae34fb6c103eef9bbb48cc24895f4 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Mon, 3 Jul 2023 23:25:34 -0400 Subject: [PATCH] nightcore cheat is true nightcore --- autoloads/debug.gd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoloads/debug.gd b/autoloads/debug.gd index 99c1a65..de62389 100644 --- a/autoloads/debug.gd +++ b/autoloads/debug.gd @@ -110,7 +110,8 @@ func _enter_code(): if player != null: player.state_chart.set_guard_property("red_feather", true) "NIGHTCORE": - Engine.time_scale = 10 + Engine.time_scale = 2 + Audio.ac_music.pitch_scale = 2 "UPUPANDAWAY": get_tree().call_group("mountain_easter_egg","play","liftoff") "MACOSX":