-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added staging files, updated gitignore again
- Loading branch information
1 parent
448acae
commit c7d201b
Showing
7 changed files
with
50 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
**v1.0.0** | ||
* Initial release |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |