diff --git a/Editor/AGS.Types/Settings.cs b/Editor/AGS.Types/Settings.cs index 6e7835402a4..2fd65248d43 100644 --- a/Editor/AGS.Types/Settings.cs +++ b/Editor/AGS.Types/Settings.cs @@ -790,7 +790,7 @@ public bool LeftToRightPrecedence [DisplayName("Play sound when the player gets points")] [Description("This sound number will be played whenever the player scores points (0 to disable)")] [DefaultValue(AudioClip.FixedIndexNoValue)] - [Category("Sound")] + [Category("Score")] [TypeConverter(typeof(AudioClipTypeConverter))] public int PlaySoundOnScore { @@ -1023,7 +1023,7 @@ public bool BackwardsText [DisplayName("Maximum possible score")] [Description("The maximum score that the player can achieve (displayed by @TOTALSCORE@ on GUI labels)")] - [Category("(Basic properties)")] + [Category("Score")] public int MaximumScore { get { return _totalScore; }