settings! (sort of)
authorEduardo <[email protected]>
Sun, 5 May 2024 17:11:32 +0000 (19:11 +0200)
committerEduardo <[email protected]>
Sun, 5 May 2024 17:11:32 +0000 (19:11 +0200)
commitd9a01cfc87d09a8bbe398f3caa2420ccc53ed47e
treee30d7dd0aecc91bca2cbb29883abe9dc6cae7fac
parentea3d0562ab9f03cd496f2a5f6af9a809f30853fa
settings! (sort of)
147 files changed:
addons/ggs/assets/add.svg [new file with mode: 0644]
addons/ggs/assets/add.svg.import [new file with mode: 0644]
addons/ggs/assets/bug.svg [new file with mode: 0644]
addons/ggs/assets/bug.svg.import [new file with mode: 0644]
addons/ggs/assets/check_all.svg [new file with mode: 0644]
addons/ggs/assets/check_all.svg.import [new file with mode: 0644]
addons/ggs/assets/close.svg [new file with mode: 0644]
addons/ggs/assets/close.svg.import [new file with mode: 0644]
addons/ggs/assets/collapse_all.svg [new file with mode: 0644]
addons/ggs/assets/collapse_all.svg.import [new file with mode: 0644]
addons/ggs/assets/delete.svg [new file with mode: 0644]
addons/ggs/assets/delete.svg.import [new file with mode: 0644]
addons/ggs/assets/docs.svg [new file with mode: 0644]
addons/ggs/assets/docs.svg.import [new file with mode: 0644]
addons/ggs/assets/expand_all.svg [new file with mode: 0644]
addons/ggs/assets/expand_all.svg.import [new file with mode: 0644]
addons/ggs/assets/feedback.svg [new file with mode: 0644]
addons/ggs/assets/feedback.svg.import [new file with mode: 0644]
addons/ggs/assets/file_dialog.svg [new file with mode: 0644]
addons/ggs/assets/file_dialog.svg.import [new file with mode: 0644]
addons/ggs/assets/icon_mini.svg [new file with mode: 0644]
addons/ggs/assets/icon_mini.svg.import [new file with mode: 0644]
addons/ggs/assets/icon_mono.svg [new file with mode: 0644]
addons/ggs/assets/icon_mono.svg.import [new file with mode: 0644]
addons/ggs/assets/reload.svg [new file with mode: 0644]
addons/ggs/assets/reload.svg.import [new file with mode: 0644]
addons/ggs/assets/rename.svg [new file with mode: 0644]
addons/ggs/assets/rename.svg.import [new file with mode: 0644]
addons/ggs/assets/save_file.svg [new file with mode: 0644]
addons/ggs/assets/save_file.svg.import [new file with mode: 0644]
addons/ggs/assets/search.svg [new file with mode: 0644]
addons/ggs/assets/search.svg.import [new file with mode: 0644]
addons/ggs/assets/show_in_filesystem.svg [new file with mode: 0644]
addons/ggs/assets/show_in_filesystem.svg.import [new file with mode: 0644]
addons/ggs/assets/theme.svg [new file with mode: 0644]
addons/ggs/assets/theme.svg.import [new file with mode: 0644]
addons/ggs/assets/uncheck_all.svg [new file with mode: 0644]
addons/ggs/assets/uncheck_all.svg.import [new file with mode: 0644]
addons/ggs/classes/ggs_input_helper.gd [new file with mode: 0644]
addons/ggs/classes/ggs_inspector_plugin.gd [new file with mode: 0644]
addons/ggs/classes/ggs_save_file.gd [new file with mode: 0644]
addons/ggs/classes/ggs_ui_component.gd [new file with mode: 0644]
addons/ggs/classes/ggs_utils.gd [new file with mode: 0644]
addons/ggs/classes/global/ggs.gd [new file with mode: 0644]
addons/ggs/classes/global/ggs.tscn [new file with mode: 0644]
addons/ggs/classes/resources/ggs_icon_db.gd [new file with mode: 0644]
addons/ggs/classes/resources/ggs_plugin_data.gd [new file with mode: 0644]
addons/ggs/classes/resources/ggs_setting.gd [new file with mode: 0644]
addons/ggs/docs/changelog.md [new file with mode: 0644]
addons/ggs/docs/components/apply_button.md [new file with mode: 0644]
addons/ggs/docs/components/arrow_list.md [new file with mode: 0644]
addons/ggs/docs/components/binary_selection.md [new file with mode: 0644]
addons/ggs/docs/components/components.md [new file with mode: 0644]
addons/ggs/docs/components/input_button.md [new file with mode: 0644]
addons/ggs/docs/components/input_confirm_window.md [new file with mode: 0644]
addons/ggs/docs/components/option_list.md [new file with mode: 0644]
addons/ggs/docs/components/radio_list.md [new file with mode: 0644]
addons/ggs/docs/components/reset_button.md [new file with mode: 0644]
addons/ggs/docs/components/slider.md [new file with mode: 0644]
addons/ggs/docs/components/spinbox.md [new file with mode: 0644]
addons/ggs/docs/components/text_field.md [new file with mode: 0644]
addons/ggs/docs/custom_components.md [new file with mode: 0644]
addons/ggs/docs/custom_settings.md [new file with mode: 0644]
addons/ggs/docs/getting_started.md [new file with mode: 0644]
addons/ggs/docs/home.md [new file with mode: 0644]
addons/ggs/docs/settings/audio_mute.md [new file with mode: 0644]
addons/ggs/docs/settings/audio_volume.md [new file with mode: 0644]
addons/ggs/docs/settings/display_fullscreen.md [new file with mode: 0644]
addons/ggs/docs/settings/display_scale.md [new file with mode: 0644]
addons/ggs/docs/settings/display_size.md [new file with mode: 0644]
addons/ggs/docs/settings/input.md [new file with mode: 0644]
addons/ggs/docs/settings/settings.md [new file with mode: 0644]
addons/ggs/docs/troubleshoot.md [new file with mode: 0644]
addons/ggs/editor/_theme/ggs_theme.gd [new file with mode: 0644]
addons/ggs/editor/_theme/ggs_theme.tres [new file with mode: 0644]
addons/ggs/editor/add_setting_window/add_setting_window.gd [new file with mode: 0644]
addons/ggs/editor/add_setting_window/add_setting_window.tscn [new file with mode: 0644]
addons/ggs/editor/category_panel/category_list.gd [new file with mode: 0644]
addons/ggs/editor/category_panel/category_panel.gd [new file with mode: 0644]
addons/ggs/editor/category_panel/category_panel.tscn [new file with mode: 0644]
addons/ggs/editor/component_panel/component_panel.gd [new file with mode: 0644]
addons/ggs/editor/component_panel/component_panel.tscn [new file with mode: 0644]
addons/ggs/editor/input_selector/input_list.gd [new file with mode: 0644]
addons/ggs/editor/input_selector/input_selector.gd [new file with mode: 0644]
addons/ggs/editor/input_selector/input_selector.tscn [new file with mode: 0644]
addons/ggs/editor/main_panel/bug_btn.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/docs_btn.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/feedback_btn.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/main_panel.tscn [new file with mode: 0644]
addons/ggs/editor/main_panel/notification.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/pref_btn.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/progress_overlay.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/save_file_menu.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/split_containers.gd [new file with mode: 0644]
addons/ggs/editor/main_panel/update_theme_btn.gd [new file with mode: 0644]
addons/ggs/editor/pref_window/pref_window.gd [new file with mode: 0644]
addons/ggs/editor/pref_window/pref_window.tscn [new file with mode: 0644]
addons/ggs/editor/setting_panel/groupless.gd [new file with mode: 0644]
addons/ggs/editor/setting_panel/setting_group/setting_group.gd [new file with mode: 0644]
addons/ggs/editor/setting_panel/setting_group/setting_group.tscn [new file with mode: 0644]
addons/ggs/editor/setting_panel/setting_item/setting_item.gd [new file with mode: 0644]
addons/ggs/editor/setting_panel/setting_item/setting_item.tscn [new file with mode: 0644]
addons/ggs/editor/setting_panel/setting_list.gd [new file with mode: 0644]
addons/ggs/editor/setting_panel/setting_panel.gd [new file with mode: 0644]
addons/ggs/editor/setting_panel/setting_panel.tscn [new file with mode: 0644]
addons/ggs/plugin.cfg [new file with mode: 0644]
addons/ggs/plugin.gd [new file with mode: 0644]
addons/ggs/plugin_data.tres [new file with mode: 0644]
addons/ggs/template.gd [new file with mode: 0644]
game_settings/components/_misc_components/apply_btn/apply_btn.gd [new file with mode: 0644]
game_settings/components/_misc_components/apply_btn/apply_btn.tscn [new file with mode: 0644]
game_settings/components/_misc_components/input_confirm_window/input_confirm_window.gd [new file with mode: 0644]
game_settings/components/_misc_components/input_confirm_window/input_confirm_window.tscn [new file with mode: 0644]
game_settings/components/_misc_components/reset_btn/reset_btn.gd [new file with mode: 0644]
game_settings/components/_misc_components/reset_btn/reset_btn.tscn [new file with mode: 0644]
game_settings/components/_shared_scripts/binary_selection.gd [new file with mode: 0644]
game_settings/components/arrow_list/arrow_list.gd [new file with mode: 0644]
game_settings/components/arrow_list/arrow_list.tscn [new file with mode: 0644]
game_settings/components/checkbox/checkbox.tscn [new file with mode: 0644]
game_settings/components/input_btn/input_btn.gd [new file with mode: 0644]
game_settings/components/input_btn/input_btn.tscn [new file with mode: 0644]
game_settings/components/option_list/option_list.gd [new file with mode: 0644]
game_settings/components/option_list/option_list.tscn [new file with mode: 0644]
game_settings/components/radio_list/radio_list.gd [new file with mode: 0644]
game_settings/components/radio_list/radio_list.tscn [new file with mode: 0644]
game_settings/components/slider/slider.gd [new file with mode: 0644]
game_settings/components/slider/slider.tscn [new file with mode: 0644]
game_settings/components/spinbox/spinbox.gd [new file with mode: 0644]
game_settings/components/spinbox/spinbox.tscn [new file with mode: 0644]
game_settings/components/switch/switch.tscn [new file with mode: 0644]
game_settings/components/text_field/text_field.gd [new file with mode: 0644]
game_settings/components/text_field/text_field.tscn [new file with mode: 0644]
game_settings/components/toggle_btn/toggle_btn.tscn [new file with mode: 0644]
game_settings/settings/audio/Volume.tres [new file with mode: 0644]
game_settings/settings/controls/Movement.tres [new file with mode: 0644]
game_settings/settings/nonempty.txt [new file with mode: 0644]
game_settings/settings/video/Fullscreen.tres [new file with mode: 0644]
game_settings/settings/video/Scale.tres [new file with mode: 0644]
game_settings/settings/video/Size.tres [new file with mode: 0644]
game_settings/templates/audio/audio_mute.gd [new file with mode: 0644]
game_settings/templates/audio/audio_volume.gd [new file with mode: 0644]
game_settings/templates/display/display_fullscreen.gd [new file with mode: 0644]
game_settings/templates/display/display_scale.gd [new file with mode: 0644]
game_settings/templates/display/display_size.gd [new file with mode: 0644]
game_settings/templates/input.gd [new file with mode: 0644]
scenes/settings/Settings.tscn [new file with mode: 0644]
scenes/settings/settings.gd [new file with mode: 0644]