Skip to content

Commit 7329bbd

Browse files
Added installation instructions to the README
1 parent da77330 commit 7329bbd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# WumboMode
22
So you can say "yes" when people ask if you tried "setting it to Wumbo".
3+
4+
The plugin that every project needs.
5+
6+
Clone this into your project's plugins directory. Add this to your `.uproject` file.
7+
8+
```
9+
{
10+
"Name": "WumboMode",
11+
"Enabled": true,
12+
"MarketplaceURL": ""
13+
}
14+
```
15+
16+
Add this as a dependency in your project's build.cs file.
17+
18+
```
19+
...
20+
PublicDependencyModuleNames.AddRange(new string[] { "Core", "CoreUObject", "Engine", "InputCore", ... "WumboMode"});
21+
...
22+
```

0 commit comments

Comments
 (0)