Godot Version
4.3.Stable
Question
Hello so I have been using grid map and I recently made a script that extends from mesh library so I can replace it in its spot on the grid map. However when its viewed it shows the newer export variables in a separate category.
Like this:
This is not important but I would like it to show up in the other category, under the item group, is this possible?
I tried using the _get_property_list() method but it seems to only create new groups and subgroups.
Any help is appreciated!