From 860e43e930511f7e27dbcf7036433db5efa04dc9 Mon Sep 17 00:00:00 2001 From: daniel11420 <15311104+daniel11420@users.noreply.github.com> Date: Mon, 19 Apr 2021 19:23:25 +0200 Subject: [PATCH 1/2] kadedev my beloved --- source/TitleState.hx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/TitleState.hx b/source/TitleState.hx index 657ff1f..31d1363 100644 --- a/source/TitleState.hx +++ b/source/TitleState.hx @@ -24,8 +24,11 @@ import io.newgrounds.NG; import lime.app.Application; import openfl.Assets; -#if cpp +#if windows import Discord.DiscordClient; +#end + +#if cpp import sys.thread.Thread; #end @@ -63,7 +66,7 @@ class TitleState extends MusicBeatState PlayerSettings.init(); - #if cpp + #if windows DiscordClient.initialize(); Application.current.onExit.add (function (exitCode) { From accf0fb5abca7030cafa1b54f4f6c39e42e7e8c8 Mon Sep 17 00:00:00 2001 From: Kade M Date: Fri, 23 Apr 2021 10:48:33 -0700 Subject: [PATCH 2/2] oops lol --- source/Options.hx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/Options.hx b/source/Options.hx index 9483d39..7969838 100644 --- a/source/Options.hx +++ b/source/Options.hx @@ -210,10 +210,10 @@ class Judgement extends Option Conductor.recalculateTimings(); OptionsMenu.versionShit.text = "Current Safe Frames: " + Conductor.safeFrames + " - Description - " + description + - " - SIK: " + OptionsMenu.truncateFloat(45 * Conductor.timeScale, 0) + - "ms GD: " + OptionsMenu.truncateFloat(90 * Conductor.timeScale, 0) + - "ms BD: " + OptionsMenu.truncateFloat(135 * Conductor.timeScale, 0) + - "ms SHT: " + OptionsMenu.truncateFloat(155 * Conductor.timeScale, 0) + + " - SIK: " + OptionsMenu.truncateFloat(44 * Conductor.timeScale, 0) + + "ms GD: " + OptionsMenu.truncateFloat(45 * Conductor.timeScale, 0) + + "ms BD: " + OptionsMenu.truncateFloat(90 * Conductor.timeScale, 0) + + "ms SHT: " + OptionsMenu.truncateFloat(135 * Conductor.timeScale, 0) + "ms TOTAL: " + OptionsMenu.truncateFloat(Conductor.safeZoneOffset,0) + "ms"; return true; }