变量无法正常显示
变量无法显示最大的可能就是没有在functions里面添加更新变量值
在functions中添加
Functions:
open: |-
方法.异步执行方法('更新变量值');
更新变量值: |-
方法.更新变量值('player_health');
方法.延时(300);
方法.异步执行方法('更新变量值');
文本_label:
x: 213
y: 123
texts: "方法.取变量('player_health')"
这里括号中的 ' 符号很容易被遗漏
Last updated