Skip to content

PunchablePlushie/godot-game-settings

Repository files navigation

Godot Game Settings (GGS)

Godot Game Settings allows you to create and manage game settings for small to medium projects. It takes care of all the fundamental functionalities required to have proper game settings, including predefined logic for common settings (e.g. display, audio, input), UI components for making scenes, and saving/loading data.

View the documentation for information on how to use the plugin.

GGS icon

Update 3.2.0

This version mainly ported the plugin to Godot 4.3 along adding other small improvements.

  • Made compatible with Godot 4.3.
  • The plugin no longer features an editor. All operations are done through Godot editor itself.
  • Several code improvements, including using doc comments to generate documentation inside the editor.
  • Unique icons for components, making them easier to distinguish when making a setting menu.
  • Small improvements to the custom property inspectors.
  • New icon.