From 8c0f63b83ad05a45eefbc5156286a43182e50868 Mon Sep 17 00:00:00 2001 From: Paloys Date: Tue, 13 Sep 2022 19:11:15 +0200 Subject: [PATCH] Small text and code changes #patch --- Dialog/English.txt | 2 +- GoldenTrainer/GoldenTrainerSettings.cs | 3 ++- everest.yaml | 6 +++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Dialog/English.txt b/Dialog/English.txt index 5f28270..929caf3 100644 --- a/Dialog/English.txt +++ b/Dialog/English.txt @@ -1 +1 @@ - \ No newline at end of file +Activate_Mod_Setting_Name=Activate the Mod \ No newline at end of file diff --git a/GoldenTrainer/GoldenTrainerSettings.cs b/GoldenTrainer/GoldenTrainerSettings.cs index 4d6d3b4..091901e 100644 --- a/GoldenTrainer/GoldenTrainerSettings.cs +++ b/GoldenTrainer/GoldenTrainerSettings.cs @@ -5,7 +5,8 @@ namespace GoldenTrainer { public class GoldenTrainerSettings : EverestModuleSettings { - + [SettingName("Activate_Mod_Setting_Name")] + [SettingSubText("Activate the main feature of the mod: respawn at the last checkpoint after completing a room.")] public bool ActivateMod { get; set; } private int _numberOfCompletions = 5; diff --git a/everest.yaml b/everest.yaml index f3a3847..0c8ffc3 100644 --- a/everest.yaml +++ b/everest.yaml @@ -3,4 +3,8 @@ DLL: GoldenTrainer/bin/x86/Debug/GoldenTrainer.dll Dependencies: - Name: Everest - Version: 1.4.0.0 \ No newline at end of file + Version: 1.4.0.0 + + + + \ No newline at end of file