Skip to content

Commit

Permalink
Small text and code changes #patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Paloys committed Sep 13, 2022
1 parent dce6164 commit 8c0f63b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dialog/English.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

Activate_Mod_Setting_Name=Activate the Mod
3 changes: 2 additions & 1 deletion GoldenTrainer/GoldenTrainerSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 5 additions & 1 deletion everest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
DLL: GoldenTrainer/bin/x86/Debug/GoldenTrainer.dll
Dependencies:
- Name: Everest
Version: 1.4.0.0
Version: 1.4.0.0




0 comments on commit 8c0f63b

Please sign in to comment.