Skip to content

Commit

Permalink
Editor: moved Score-related properties to a "Score" category
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-mogilko committed Oct 26, 2023
1 parent 598875f commit af61c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Editor/AGS.Types/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down Expand Up @@ -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; }
Expand Down

0 comments on commit af61c8b

Please sign in to comment.