fixed finally webrtc
This commit is contained in:
@@ -63,6 +63,7 @@ func save():
|
||||
"description": description,
|
||||
"spritePath": spritePath,
|
||||
"equipmentPath": equipmentPath,
|
||||
"colorReplacements": colorReplacements,
|
||||
"spriteFrame": spriteFrame,
|
||||
"modifiers": modifiers,
|
||||
"duration": duration,
|
||||
@@ -121,4 +122,6 @@ func load(iDic: Dictionary):
|
||||
can_have_multiple_of = iDic.get("can_have_multiple_of")
|
||||
if iDic.has("weight"):
|
||||
weight = iDic.get("weight")
|
||||
if iDic.has("colorReplacements"):
|
||||
colorReplacements = iDic.get("colorReplacements", [])
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user