Properly implemented Polymod for mod loading.

This commit is contained in:
Eric Myllyoja 2022-01-20 17:47:42 -05:00
parent 81f7a04916
commit bfad5b3352
11 changed files with 271 additions and 43 deletions

2
example_mods/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
./tricky
./enaSkin

View file

@ -1 +0,0 @@
introMod

View file

@ -1,2 +0,0 @@
THIS MOD FOLDER DOES NOT ENTIRELY WORK JUST YET!!!
DONT EXPECT MUCH OUT OF IT RIGHT NOW!!!

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

View 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"
}