Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert Spawn Configs from enums into sliders #35

Merged
merged 1 commit into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions LANGUAGE
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
// This controls the menu's coloration in the options menu. I have to use it like this as I wanted the funky symbol and the coloring. - [Ted]
BULLETLIB_MENU = "\c[Blue]Ⓑ\c- HDBulletLib \c[Gold]Recasted\c";

// Menu Option Values
MENU_ENABLED = "Enabled";
MENU_DISABLED = "Disabled";
MENU_REPLACEALL = "Replace All";
MENU_WITHALL = "With All";

// All of these are for the individual rounds to allow external mods to modify their tags. This can be incredibly helpful for resprites that may want to change lorebits. - [Ted]
TAG_069BORE = ".066 bore shell";
TAG_420FREI = ".451 Frei round";
Expand Down
Loading