From bf5bb091bcc9accb6c20ec3d5a7c1e9abbe6bf62 Mon Sep 17 00:00:00 2001 From: amevarashi Date: Tue, 7 Jun 2022 18:34:38 +0500 Subject: [PATCH] Add lust power graph display in debug mode --- RJWSexperience/RJWSexperience/Configurations.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RJWSexperience/RJWSexperience/Configurations.cs b/RJWSexperience/RJWSexperience/Configurations.cs index 6af4582..7059659 100644 --- a/RJWSexperience/RJWSexperience/Configurations.cs +++ b/RJWSexperience/RJWSexperience/Configurations.cs @@ -93,6 +93,9 @@ namespace RJWSexperience listmain.CheckboxLabeled(Keyed.Option_EnableBastardRelation_Label, ref enableBastardRelation, Keyed.Option_EnableBastardRelation_Desc); listmain.CheckboxLabeled(Keyed.Option_SexCanFillBuckets_Label, ref sexCanFillBuckets, Keyed.Option_SexCanFillBuckets_Desc); + if (SexperienceMod.Settings.Debug.DevMode) + LustUtility.DrawGraph(listmain.GetRect(300f)); + if (listmain.ButtonText(Keyed.Button_ResetToDefault)) { ResetToDefault();