📜  gdscript 字典重复 - 任何代码示例

📅  最后修改于: 2022-03-11 14:55:56.894000             🧑  作者: Mango

代码示例1
You can use dict_new = my_dict.duplicate().
And if you have Dictionaries or Arrays within the Dictionary, and you want to duplicate those as well, use 
my_dict.duplicate(true)