diff --git a/.gitignore b/.gitignore index 2af0fc8..3406618 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ Links/ Scripts/Lists/TheBeeMovie.cs .idea/ +*.dll # User-specific files (MonoDevelop/Xamarin Studio) *.userprefs diff --git a/README.md b/README.md new file mode 100644 index 0000000..9199bf7 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +# SplashText +Adds splash text to Void G114's menu. + +# Customization + +## Modes +* UserEntries - Pulls from a text file you can edit +* Bonelab - Various bonelab/bonelab community related splashes +* Minecraft - Minecraft splash text lol +* Terraria - Terraria splash text lol + +### User Entries +There are a few templates for use in entries. + +These templates get replaced with what their value is. + +* {CurrentAvatar} - What avatar you are +* {UserName} = Your windows username +* {PalletCount} = How many SDK mods you have installed \ No newline at end of file diff --git a/Staging/CHANGELOG.md b/Staging/CHANGELOG.md new file mode 100644 index 0000000..9656226 --- /dev/null +++ b/Staging/CHANGELOG.md @@ -0,0 +1,2 @@ +**v1.0.0** +* Initial release \ No newline at end of file diff --git a/Staging/Mods/SplashText.dll b/Staging/Mods/SplashText.dll deleted file mode 100644 index 6c05dc4..0000000 Binary files a/Staging/Mods/SplashText.dll and /dev/null differ diff --git a/Staging/README.md b/Staging/README.md new file mode 100644 index 0000000..9199bf7 --- /dev/null +++ b/Staging/README.md @@ -0,0 +1,19 @@ +# SplashText +Adds splash text to Void G114's menu. + +# Customization + +## Modes +* UserEntries - Pulls from a text file you can edit +* Bonelab - Various bonelab/bonelab community related splashes +* Minecraft - Minecraft splash text lol +* Terraria - Terraria splash text lol + +### User Entries +There are a few templates for use in entries. + +These templates get replaced with what their value is. + +* {CurrentAvatar} - What avatar you are +* {UserName} = Your windows username +* {PalletCount} = How many SDK mods you have installed \ No newline at end of file diff --git a/Staging/icon.png b/Staging/icon.png new file mode 100644 index 0000000..d707567 Binary files /dev/null and b/Staging/icon.png differ diff --git a/Staging/manifest.json b/Staging/manifest.json new file mode 100644 index 0000000..6df521a --- /dev/null +++ b/Staging/manifest.json @@ -0,0 +1,9 @@ +{ + "name": "SplashText", + "version_number": "1.0.0", + "website_url": "https://github.com/WeatherElectric/SplashText", + "description": "Adds splash text to Void G114's menu.", + "dependencies": [ + "gnonme-BoneLib-2.4.0" + ] +} \ No newline at end of file