"fix codeblock formatting pls"
This commit is contained in:
parent
e1247e272b
commit
04997abb2b
@ -44,7 +44,7 @@ Example
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
### Step 3. Songlist
|
### Step 3. Week Characters
|
||||||
Directly below the songlist should be an Array titled `weekCharacters`. This array tells the game what characters to display in the top yellow bar when a certain week is selected.
|
Directly below the songlist should be an Array titled `weekCharacters`. This array tells the game what characters to display in the top yellow bar when a certain week is selected.
|
||||||
It's not very useful unless you followed the Characters guide (will link to it once it's actually done). If you have, though, you can insert the name of your character into the first pair of quotes in a new "week". Example:
|
It's not very useful unless you followed the Characters guide (will link to it once it's actually done). If you have, though, you can insert the name of your character into the first pair of quotes in a new "week". Example:
|
||||||
|
|
||||||
@ -77,7 +77,7 @@ var weekCharacters:Array<Dynamic> = [
|
|||||||
|
|
||||||
### Step 4. Week Names
|
### Step 4. Week Names
|
||||||
|
|
||||||
Underneath the song list, there should be another array called "weekNames". Creating a new line in that array, just enter a string that represents what you want the week to be called.
|
Underneath the song list, there should be another array called `weekNames`. Creating a new line in that array, just enter a string that represents what you want the week to be called.
|
||||||
|
|
||||||
Example
|
Example
|
||||||
---
|
---
|
||||||
@ -121,7 +121,7 @@ Example
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
NOTE: You will have to add a new item to "weekUnlocked", so that the week is playable.
|
NOTE: You will have to add a new item to `weekUnlocked`, so that the week is playable.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user