Is it currently possible to export a filled Dictionary in Godot 4?
@export var dict: testdic: Dictionary = {"key": "value"}
only shows up as an empty dictionary in the inspector.
I already tried changing the values through _getproperty_list(), but no luck there.
I made a screenshot of the problem:
https://ibb.co/5c2qHKM