mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-08-28 16:39:16 -04:00
Properly implemented Polymod for mod loading.
This commit is contained in:
parent
81f7a04916
commit
bfad5b3352
11 changed files with 271 additions and 43 deletions
2
example_mods/.gitignore
vendored
Normal file
2
example_mods/.gitignore
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
./tricky
|
||||
./enaSkin
|
|
@ -1 +0,0 @@
|
|||
introMod
|
|
@ -1,2 +0,0 @@
|
|||
THIS MOD FOLDER DOES NOT ENTIRELY WORK JUST YET!!!
|
||||
DONT EXPECT MUCH OUT OF IT RIGHT NOW!!!
|
BIN
example_mods/testing123/_polymod_icon.png
Normal file
BIN
example_mods/testing123/_polymod_icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 65 KiB |
8
example_mods/testing123/_polymod_meta.json
Normal file
8
example_mods/testing123/_polymod_meta.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"title": "Testing123",
|
||||
"description": "Newgrounds? More like OLDGROUNDS lol.",
|
||||
"author": "MasterEric",
|
||||
"api_version": "0.1.0",
|
||||
"mod_version": "1.0.0",
|
||||
"license": "Apache-2.0"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue