mirror of
https://github.com/Steffo99/noita-starting-perk.git
synced 2024-11-23 14:14:20 +00:00
Remove mod settings
This commit is contained in:
parent
2dea221deb
commit
8820eceab6
2 changed files with 2 additions and 18 deletions
|
@ -1 +1 @@
|
|||
veggies
|
||||
eat_your_veggies
|
18
settings.lua
18
settings.lua
|
@ -1,25 +1,9 @@
|
|||
dofile("data/scripts/lib/mod_settings.lua")
|
||||
|
||||
|
||||
local mod_id = "starting_perk"
|
||||
local mod_id = "eat_your_veggies"
|
||||
mod_settings_version = 1
|
||||
mod_settings = {
|
||||
{
|
||||
id = "perks_spawned",
|
||||
ui_name = "Number of perks spawned",
|
||||
value_default = 1,
|
||||
value_min = 1,
|
||||
value_max = 25,
|
||||
value_display_formatting = " $0 perks",
|
||||
scope = MOD_SETTING_SCOPE_NEW_GAME,
|
||||
},
|
||||
{
|
||||
id = "only_one",
|
||||
ui_name = "Only one",
|
||||
ui_description = "Despawn the other perks when one is chosen.",
|
||||
value_default = true,
|
||||
scope = MOD_SETTING_SCOPE_NEW_GAME,
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue