Small note added to README.md
This commit is contained in:
parent
e171607abe
commit
fb99733309
|
@ -23,6 +23,7 @@ How to change the difficulty of the attacks:
|
||||||
+ Open the .dnh file in a text editor (preferably Notepad++ since that's also what I use to code)
|
+ Open the .dnh file in a text editor (preferably Notepad++ since that's also what I use to code)
|
||||||
+ Search for the @Initialize section. (should be around lines 50-70 depending on attack)
|
+ Search for the @Initialize section. (should be around lines 50-70 depending on attack)
|
||||||
+ Find the "difficultySelect = 0; // debug" line.
|
+ Find the "difficultySelect = 0; // debug" line.
|
||||||
|
+ IF THIS LINE HAS A // BEFORE IT (example: "//difficultySelect = 0; // debug"), remove that //.
|
||||||
+ Change 0 to the difficulty you want to play:
|
+ Change 0 to the difficulty you want to play:
|
||||||
|
|
||||||
0: Normal
|
0: Normal
|
||||||
|
|
Loading…
Reference in New Issue