merge with master; remove win mod
This commit is contained in:
parent
15b89cdd0a
commit
f7710d8f3c
1 changed files with 2 additions and 13 deletions
|
@ -132,22 +132,11 @@ local options_widgets = {
|
||||||
["default_value"] = 0
|
["default_value"] = 0
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
{
|
|
||||||
["setting_name"] = "win",
|
|
||||||
["widget_type"] = "keybind",
|
|
||||||
["text"] = "WIN",
|
|
||||||
["default_value"] = {},
|
|
||||||
["action"] = "win"
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
vmf:create_options(options_widgets, false, "Vermintide Mod Framework")
|
vmf:create_options(options_widgets, false, "Vermintide Mod Framework")
|
||||||
|
|
||||||
vmf.win = function()
|
vmf.on_setting_changed = function (setting_name)
|
||||||
Managers.state.game_mode:complete_level()
|
|
||||||
end
|
|
||||||
|
|
||||||
vmf.setting_changed = function (setting_name)
|
|
||||||
|
|
||||||
if setting_name == "vmf_options_scrolling_speed" then
|
if setting_name == "vmf_options_scrolling_speed" then
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue