Skip to content

Commit cc84b23

Browse files
Merge pull request #6 from NotHyper-474/duplicate-removal
Remove duplicate
2 parents 3af6139 + 5ea4a55 commit cc84b23

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/04-custom-stages/04-01-creating-a-stage.md

-9
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,4 @@ The animation names the game uses by default are:
157157

158158
When the game starts, it queries the list of possible characters by searching in the `data/characters` folder for JSON files. This gets used to preload data which is used later when the character is loaded in a stage.
159159

160-
## Using a Stage in a Song
161-
162-
There are two ways to use your stage in a song once it's implemented.
163-
164-
1. Create a new chart. Open the Chart Editor, start a chart, and select the stage from the `Metadata` toolbox before charting.
165-
2. Edit an existing chart in your mod. Open the `metadata.json` file and check in `playData` for the `stage` key, and set it to your internal ID.
166-
167-
Once the chart which references your stage is in your mod folder, simply start the game with your mod installed.
168-
169160
[^stagesource]: <https://github.com/FunkinCrew/funkin.assets/blob/main/preload/data/stages/mainStage.json>

0 commit comments

Comments
 (0)