Skip to content

Commit

Permalink
Added staging files, updated gitignore again
Browse files Browse the repository at this point in the history
  • Loading branch information
FragileDeviations committed Mar 16, 2024
1 parent 448acae commit c7d201b
Show file tree
Hide file tree
Showing 7 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
Links/
Scripts/Lists/TheBeeMovie.cs
.idea/
*.dll

# User-specific files (MonoDevelop/Xamarin Studio)
*.userprefs
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions Staging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**v1.0.0**
* Initial release
Binary file removed Staging/Mods/SplashText.dll
Binary file not shown.
19 changes: 19 additions & 0 deletions Staging/README.md
Original file line number Diff line number Diff line change
@@ -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
Binary file added Staging/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions Staging/manifest.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit c7d201b

Please sign in to comment.