Delayed Property Tooltips (#886)

* add dropdown

yes im really making a pr for something as tiny as this

* can now turn on/off

now for the hard part

* can turn on and off much better

now i can ACTUALLY get the delay working

* it works!!!

currently waits for 400 frames regardless of fps, should probably be changed in the future but it works well enough rn

* Timer waits 1.5 seconds

much better, thanks astrl
This commit is contained in:
Zeo
2024-04-21 16:39:19 -05:00
committed by minenice55
parent 701608cf25
commit 47fb4911e5
9 changed files with 1645 additions and 265 deletions

View File

@ -132,7 +132,7 @@ namespace HeavenStudio.Common
bool letterboxFxEnable = true,
int editorScale = 0,
bool scaleWScreenSize = false,
bool showParamTooltips = true,
int showParamTooltips = 1,
bool previewNoteSounds = true
)
{
@ -195,7 +195,7 @@ namespace HeavenStudio.Common
public bool discordRPCEnable;
public int editorScale;
public bool scaleWScreenSize;
public bool showParamTooltips;
public int showParamTooltips;
public bool previewNoteSounds;
// public bool showCornerTooltips;