utopia-rise / fmod-gdextension

FMOD Studio GDExtension bindings for the Godot game engine
MIT License
482 stars 52 forks source link

feat: implement labeled and discrete parameters #235

Closed piiertho closed 3 months ago

piiertho commented 3 months ago

This adds discrete and labeled parameters.
Now parameters with labels can be set like if those were enums:

image

This resolves #233