![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | charliemacdmv |
Hey everyone,
I am trying to either merge 2 dictionaries or create a new dictionary from 2 other dictionaries. There are no sub dict in either dictionary. They are identical except for the items inside. I have tried numerous methods with nothing working. I am using Godot 3.5. Any help would stop me from pulling my hair out lol.
Thanks!!
Did you try dict1.merge(dict2)
Enfyna | 2023-05-14 18:40