Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
Creates two new Resource classes called PresetDict and PresetDictArray.PresetDict holds a Dictionary whose keys can be locked so they cannot be edited by mistake.PresetDictArray holds an Array[Dictionary] whose new elements are all copies of a standard dictionary, and can be restricted to the Dictionary structure of that standard dictionary.
Creates two new Resource classes called PresetDict and PresetDictArray.
PresetDict holds a Dictionary whose keys can be locked so they cannot be edited by mistake.
PresetDictArray holds an Array[Dictionary] whose new elements are all copies of a standard dictionary, and can be restricted to the Dictionary structure of that standard dictionary.
Reviews
Quick Information
Creates two new Resource classes called PresetDict and PresetDictArray.PresetDict holds a Dictionary whose keys can be locked so they cannot be edited by mistake.PresetDictArray holds an Array[Dictionary] whose new elements are all copies of a standard dictionary, and can be restricted to the Dictionary structure of that standard dictionary.