diff options
author | Li Jin <dragon-fly@qq.com> | 2024-03-19 02:22:56 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2024-03-19 02:22:56 +0800 |
commit | afc86619d710a578dc3f2bfc2ee1d62913f9abe8 (patch) | |
tree | 726ffe4d33bbaf8be411f73add51a1ffe734bc6f /spec/outputs/unicode/macro.lua | |
parent | 4f399a181dc773bcc1a86737522915c2c776fb2b (diff) | |
download | yuescript-afc86619d710a578dc3f2bfc2ee1d62913f9abe8.tar.gz yuescript-afc86619d710a578dc3f2bfc2ee1d62913f9abe8.tar.bz2 yuescript-afc86619d710a578dc3f2bfc2ee1d62913f9abe8.zip |
try fixing issue #162.
Diffstat (limited to 'spec/outputs/unicode/macro.lua')
-rw-r--r-- | spec/outputs/unicode/macro.lua | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/spec/outputs/unicode/macro.lua b/spec/outputs/unicode/macro.lua index 2ae5dce..88f6de7 100644 --- a/spec/outputs/unicode/macro.lua +++ b/spec/outputs/unicode/macro.lua | |||
@@ -211,11 +211,11 @@ local _call_1 = (_({ | |||
211 | -2, | 211 | -2, |
212 | 3 | 212 | 3 |
213 | })) | 213 | })) |
214 | _call_1 = _call_1["链"](_call_1, _call_1, _call_1, _call_1, _call_1, _call_1, _call_1, _call_1) | 214 | _call_1 = _call_1["链"](_call_1) |
215 | _call_1 = _call_1["映射"](_call_1, _call_1, _call_1, _call_1, function(self) | 215 | _call_1 = _call_1["映射"](_call_1, function(self) |
216 | return self * 2 | 216 | return self * 2 |
217 | end) | 217 | end) |
218 | _call_1 = _call_1["过滤"](_call_1, _call_1, function(self) | 218 | _call_1 = _call_1["过滤"](_call_1, function(self) |
219 | return self > 3 | 219 | return self > 3 |
220 | end) | 220 | end) |
221 | local _u7ed3_u679ca = _call_1["取值"](_call_1) | 221 | local _u7ed3_u679ca = _call_1["取值"](_call_1) |
@@ -227,25 +227,25 @@ local _call_2 = (_({ | |||
227 | -2, | 227 | -2, |
228 | 3 | 228 | 3 |
229 | })) | 229 | })) |
230 | _call_2 = _call_2["链"](_call_2, _call_2, _call_2, _call_2, _call_2, _call_2, _call_2, _call_2) | 230 | _call_2 = _call_2["链"](_call_2) |
231 | _call_2 = _call_2["映射"](_call_2, _call_2, _call_2, _call_2, function(self) | 231 | _call_2 = _call_2["映射"](_call_2, function(self) |
232 | return self * 2 | 232 | return self * 2 |
233 | end) | 233 | end) |
234 | _call_2 = _call_2["过滤"](_call_2, _call_2, function(self) | 234 | _call_2 = _call_2["过滤"](_call_2, function(self) |
235 | return self > 3 | 235 | return self > 3 |
236 | end) | 236 | end) |
237 | _call_2["每一个"](_call_2, function(self) | 237 | _call_2["每一个"](_call_2, function(self) |
238 | return _u6253_u5370(self) | 238 | return _u6253_u5370(self) |
239 | end) | 239 | end) |
240 | local _call_3 = _u539f_u70b9["变换"]["根节点"]["游戏对象"] | 240 | local _call_3 = _u539f_u70b9["变换"]["根节点"]["游戏对象"] |
241 | _call_3 = _call_3["父节点"](_call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3) | 241 | _call_3 = _call_3["父节点"](_call_3) |
242 | _call_3 = _call_3["后代"](_call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3) | 242 | _call_3 = _call_3["后代"](_call_3) |
243 | _call_3 = _call_3["选择启用"](_call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3) | 243 | _call_3 = _call_3["选择启用"](_call_3) |
244 | _call_3 = _call_3["选择可见"](_call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3, _call_3) | 244 | _call_3 = _call_3["选择可见"](_call_3) |
245 | _call_3 = _call_3["标签等于"](_call_3, _call_3, _call_3, _call_3, "fx") | 245 | _call_3 = _call_3["标签等于"](_call_3, "fx") |
246 | _call_3 = _call_3["其中"](_call_3, _call_3, function(x) | 246 | _call_3 = _call_3["其中"](_call_3, function(x) |
247 | local _call_4 = x["名称"] | 247 | local _call_4 = x["名称"] |
248 | return _call_4["结尾为"](_call_4, _call_4, "(克隆)") | 248 | return _call_4["结尾为"](_call_4, "(克隆)") |
249 | end) | 249 | end) |
250 | _u7ed3_u679c = _call_3["摧毁"](_call_3) | 250 | _u7ed3_u679c = _call_3["摧毁"](_call_3) |
251 | do | 251 | do |