Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/punchableplushie/godot-game-settings
Create and manage game settings in Godot Engine.
https://github.com/punchableplushie/godot-game-settings
addon game-development gdscript godot plugin
Last synced: 3 days ago
JSON representation
Create and manage game settings in Godot Engine.
- Host: GitHub
- URL: https://github.com/punchableplushie/godot-game-settings
- Owner: PunchablePlushie
- License: mit
- Created: 2021-01-30T17:53:03.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T23:40:46.000Z (2 months ago)
- Last Synced: 2025-01-19T03:53:17.896Z (3 days ago)
- Topics: addon, game-development, gdscript, godot, plugin
- Language: GDScript
- Homepage: https://punchableplushie.github.io/godot-game-settings-docs/
- Size: 2.9 MB
- Stars: 466
- Watchers: 3
- Forks: 19
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://punchableplushie.github.io/godot-game-settings-docs) for information on how to use the plugin.
## 3.2.3
- Fix fullscreen setting not having windowed mode.
## 3.2.2
- Fix a type error in the fullscreen setting.
- Change the fullscreen setting to use exclusive fullscreen mode instead.## 3.2.1
- Fix `EditorInterface` parse error when the project is exported.
- Fix resource loader errors when hte project is exported.## 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.