Created
January 23, 2022 15:38
-
-
Save just-ero/e659c641c6e6c822b1c5f1bce8fcf42c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- Start of your autosplitter definition. --> | |
<AutoSplitter> | |
<!-- List of all applicable games that your autosplitter should load for. --> | |
<Games> | |
<Game>Mega Man</Game> | |
<Game>Megaman</Game> | |
<Game>MM1</Game> | |
</Games> | |
<!-- URL of RAW GitHub file(s) which will be downloaded. --> | |
<URLs> | |
<URL>https://raw.githubusercontent.com/Coltaho/Autosplitters/master/MegaMan1/MM1autosplit.asl</URL> | |
</URLs> | |
<!-- Type of auto splitter (Script/Component). --> | |
<Type>Script</Type> | |
<!-- Brief description of auto splitter. Can state capabilities and author's name. --> | |
<Description>Autosplitter for Mega Man 1 (By Coltaho)</Description> | |
<!-- Link that will open when the user clicks the "Website" button. Typically a link to the repository or a README.md file. --> | |
<Website>https://github.com/Coltaho/Autosplitters/blob/master/MegaMan1/README.md</Website> | |
</AutoSplitter> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment