From c6bb365c16507c8f9ffd3ff26411b9139942aebb Mon Sep 17 00:00:00 2001 From: Maplesstar <69886167+Maplesstar@users.noreply.github.com> Date: Sat, 23 Apr 2022 10:45:44 -0700 Subject: [PATCH] Add Tooltip for Model Selection --- SettingsList.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/SettingsList.py b/SettingsList.py index cb99efca2..dc28d1613 100644 --- a/SettingsList.py +++ b/SettingsList.py @@ -4453,6 +4453,15 @@ def __init__(self, name, gui_text, min, max, default, step=1, shared = False, cosmetic = True, choices = get_model_choices(0), + gui_tooltip = '''\ + Link's model will be replaced by the model selected. + To add more model options, save the .zobj file to + data/Models/Adult. + Caution: Any changes to Link's skeleton have the potential + to affect gameplay in significant ways and so are disallowed + for all recorded Racetime races. A note will appear at the top + of the pause screen if an irregular skeleton is detected. + ''', default = 'Default', ), Setting_Info('model_adult_filepicker', str, "Adult Link Model", "Fileinput", False, {}, @@ -4475,6 +4484,15 @@ def __init__(self, name, gui_text, min, max, default, step=1, shared = False, cosmetic = True, choices = get_model_choices(1), + gui_tooltip = '''\ + Link's model will be replaced by the model selected. + To add more model options, save the .zobj file to + data/Models/Child. + Caution: Any changes to Link's skeleton have the potential + to affect gameplay in significant ways and so are disallowed + for all recorded Racetime races. A note will appear at the top + of the pause screen if an irregular skeleton is detected. + ''', default = 'Default', ), Setting_Info('model_child_filepicker', str, "Child Link Model", "Fileinput", False, {},