Difference between revisions of "TrainCarts/Signs/Animate/zh-cn"
(Created page with "可以留空,填写可以指定播放动画的速度和延迟。填写的速度会乘以当前播放动画的速度,同时添加填写的延迟。第一个数值表示速...") |
|||
Line 44: | Line 44: | ||
=== 第四行 === | === 第四行 === | ||
− | + | 可以留空,填写可以指定播放动画的速度和延迟。填写的速度会乘以当前播放动画的速度,同时添加填写的延迟。第一个数值表示速度,若有第二个数值,则第二个数值表示延迟。要倒放动画,则第一个数值应该填负数。 | |
− | |||
− | |||
Revision as of 10:50, 12 September 2024
介绍
动画牌可以播放储存在列车附件中的动画。它可以覆盖动画的某些属性,例如动画速度和是否循环播放。可以远程设置列车中所有车厢、单辆矿车和远程矿车播放动画。
语法
第一行
[train] 为列车中所有矿车播放动画,[cart] 只为经过上方的单辆矿车播放动画。 也可以使用远程控制。
第二行
animate,可选后跟以下标签:
- reset(或:'r')- 重置动画。
- looped(或:'l')- 循环播放动画。
- queue(或:'q')- 将动画添加到播放列表。当前动画播放完后会继续播放列表中的动画。
- move(或:'m')- 移动速度模式。播放动画的速度取决于附件或列车的移动速度。
可像这样指定多个标签:
第三行
动画名称。默认可以使用 rotate、roll 和 pitch 来为矿车制作动画。
第四行
可以留空,填写可以指定播放动画的速度和延迟。填写的速度会乘以当前播放动画的速度,同时添加填写的延迟。第一个数值表示速度,若有第二个数值,则第二个数值表示延迟。要倒放动画,则第一个数值应该填负数。
Scenes
As of version 1.17.1-v2 it is possible to create scenes in the animations of trains. To play a specific scene with a sign, put it on the sign as such:
Which will play scene 'open' of animation 'doors'. You can also specify a range of scenes to play using animation[scenestart:sceneend], or animation[:scene] to play from the beginning of the animation to this scene, or animation[scene:] to play from the scene to the end of the animation.