You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-18Lines changed: 3 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# StardewConfigFramework
2
-
Ever want to add a settings menu to your Stardew Valley mod, but didn’t want to go through the hassle of building one from scratch? Well, you’re in luck! I did it for you!
2
+
Ever want to add a settings menu to your Stardew Valley mod, but didn’t want to go through the hassle of building one from scratch? Using StardewConfigFramework your mod can have a fully functioning configuration menu in minutes.
3
3
4
4
## Contents
5
5
@@ -18,22 +18,7 @@ Ever want to add a settings menu to your Stardew Valley mod, but didn’t want t
18
18
19
19
### Pull Requests
20
20
21
-
Feel free to submit pull requests. This is my first C# project so it is quite sloppy I'm sure.
22
-
23
-
### Todo
24
-
25
-
-[x] Centralized Saving
26
-
-[x] Dropdown Component
27
-
-[x] Checkbox Component
28
-
-[x] Button Component
29
-
-[x] Slider Component
30
-
-[x] Plus/Minus Component
31
-
-[ ] Text Input Component
32
-
-[ ] Keybind Setting Component
33
-
-[x] Unit Tests
34
-
-[x]__CODE CLEANUP/ORGANIZATION__
35
-
-[ ] Code documentation
36
-
-[x] Complete Wiki
21
+
Feel free to submit pull requests.
37
22
38
23
## Modders
39
24
@@ -45,7 +30,7 @@ For a walkthrough of how to use the framework in your mods [check out the Wiki](
45
30
46
31
### Mods
47
32
48
-
-None yet! [But you can be the first!](#modders)
33
+
-Check the Requirements section on [Nexus](https://www.nexusmods.com/stardewvalley/mods/1312) for up to date list
0 commit comments