|
|
@@ -6536,6 +6536,7 @@ Q版卡通风格,头大身小,造型圆润可爱,线条简单,色彩明
|
|
|
$episode_arr,
|
|
|
is_array(getProp($script_arr, 'roles')) ? getProp($script_arr, 'roles') : [],
|
|
|
is_array(getProp($script_arr, 'scenes')) ? getProp($script_arr, 'scenes') : [],
|
|
|
+ is_array(getProp($script_arr, 'props')) ? getProp($script_arr, 'props') : [],
|
|
|
null,
|
|
|
null,
|
|
|
false,
|
|
|
@@ -7385,6 +7386,7 @@ Q版卡通风格,头大身小,造型圆润可爱,线条简单,色彩明
|
|
|
$episode_arr,
|
|
|
is_array(getProp($script_arr, 'roles')) ? getProp($script_arr, 'roles') : [],
|
|
|
is_array(getProp($script_arr, 'scenes')) ? getProp($script_arr, 'scenes') : [],
|
|
|
+ is_array(getProp($script_arr, 'props')) ? getProp($script_arr, 'props') : [],
|
|
|
null,
|
|
|
null,
|
|
|
false,
|