Skip to content

A Godot plugin that helps handling settings at run-time.

License

Notifications You must be signed in to change notification settings

xorblo-doitus/EasySettings

Repository files navigation

EasySettings

Provides helpers to modify ProjectSettings at run time

How does it work ?

The class EasySettings has some static methods to modify ProjectSettings, and let bind EasySetting's Listeners that change the setting they are linked to when the value of their input is changed, and that change the value of their input when the setting is changed.

Godot version

Godot 4.3, may not work with previous 4.x, wont work with 3.x