瀏覽代碼

开发:增加对元素收集到另外一个元素的动作配置

xlxin 2 年之前
父節點
當前提交
529e0d3367
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      file/template.json

+ 12 - 0
file/template.json

@@ -42,6 +42,10 @@
                 {
                         "name":"特殊消",
                         "id":"stampBeat"
+                },
+                {
+                        "name":"收集到",
+                        "id":"collect"
                 }
         ],
         "action_template":[
@@ -59,6 +63,14 @@
                                 "生成类型":{"id":"type","type":"input"},
                                 "生成数量":{"id":"num","type":"input"}
                         }
+                },
+                {
+                        "name":"收集到特定类型元素",
+                        "id":"collect",
+                        "fields":{
+                                "元素类型":{"id":"target","type":"input"},
+                                "到达之后的特效":{"id":"efx","type":"list", "src":"animations"}
+                        }
                 }
         ]
 }