mirror of
https://github.com/RHeavenStudio/HeavenStudio.git
synced 2025-06-13 00:47:36 +02:00
more editor fixes (#574)
This commit is contained in:
@ -113,7 +113,9 @@ namespace HeavenStudio.Common
|
||||
bool timingDisplayMinMode = false,
|
||||
bool overlaysInEditor = true,
|
||||
bool letterboxBgEnable = true,
|
||||
bool letterboxFxEnable = true
|
||||
bool letterboxFxEnable = true,
|
||||
int editorScale = 0,
|
||||
bool scaleWScreenSize = false
|
||||
)
|
||||
{
|
||||
this.showSplash = showSplash;
|
||||
@ -132,6 +134,8 @@ namespace HeavenStudio.Common
|
||||
this.discordRPCEnable = false;
|
||||
else
|
||||
this.discordRPCEnable = true;
|
||||
this.editorScale = editorScale;
|
||||
this.scaleWScreenSize = scaleWScreenSize;
|
||||
|
||||
this.perfectChallengeType = perfectChallengeType;
|
||||
this.isMedalOn = isMedalOn;
|
||||
@ -169,6 +173,8 @@ namespace HeavenStudio.Common
|
||||
// Editor Settings
|
||||
public bool editorCursorEnable;
|
||||
public bool discordRPCEnable;
|
||||
public int editorScale;
|
||||
public bool scaleWScreenSize;
|
||||
|
||||
// Gameplay Settings
|
||||
public PerfectChallengeType perfectChallengeType;
|
||||
|
Reference in New Issue
Block a user