diff --git a/example_mods/introMod/_append/data/introText.txt b/example_mods/introMod/_append/data/introText.txt new file mode 100644 index 000000000..45e0c08ab --- /dev/null +++ b/example_mods/introMod/_append/data/introText.txt @@ -0,0 +1 @@ +swagshit--moneymoney \ No newline at end of file diff --git a/example_mods/introMod/_polymod_icon.png b/example_mods/introMod/_polymod_icon.png new file mode 100644 index 000000000..2828bd554 Binary files /dev/null and b/example_mods/introMod/_polymod_icon.png differ diff --git a/example_mods/introMod/_polymod_meta.json b/example_mods/introMod/_polymod_meta.json new file mode 100644 index 000000000..ccd7405d8 --- /dev/null +++ b/example_mods/introMod/_polymod_meta.json @@ -0,0 +1,8 @@ +{ + "title": "Intro Mod", + "description": "An introductory mod.", + "author": "MasterEric", + "api_version": "0.1.0", + "mod_version": "1.0.0", + "license": "Apache-2.0" +} diff --git a/example_mods/introMod/assets/preload/data/introText.txt b/example_mods/introMod/assets/preload/data/introText.txt new file mode 100644 index 000000000..f0dd8224a --- /dev/null +++ b/example_mods/introMod/assets/preload/data/introText.txt @@ -0,0 +1 @@ +awesomes tream--really awesome \ No newline at end of file diff --git a/example_mods/introMod/assets/preload/images/gfDanceTitle.png b/example_mods/introMod/assets/preload/images/gfDanceTitle.png new file mode 100644 index 000000000..989f2a68a Binary files /dev/null and b/example_mods/introMod/assets/preload/images/gfDanceTitle.png differ diff --git a/example_mods/testing123/_polymod_icon.png b/example_mods/testing123/_polymod_icon.png new file mode 100644 index 000000000..2828bd554 Binary files /dev/null and b/example_mods/testing123/_polymod_icon.png differ diff --git a/example_mods/testing123/_polymod_meta.json b/example_mods/testing123/_polymod_meta.json new file mode 100644 index 000000000..0c134dd9f --- /dev/null +++ b/example_mods/testing123/_polymod_meta.json @@ -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" +} diff --git a/example_mods/testing123/images/newgrounds_logo.png b/example_mods/testing123/images/newgrounds_logo.png new file mode 100644 index 000000000..2828bd554 Binary files /dev/null and b/example_mods/testing123/images/newgrounds_logo.png differ