Automatic bundle update

This commit is contained in:
Github Actions
2023-06-02 16:06:53 +00:00
parent dde7b77de6
commit 798e442b2f
34 changed files with 102 additions and 0 deletions

View File

@@ -534,6 +534,8 @@ toolmode.eraseores = 鉱石消しゴム
toolmode.eraseores.description = 鉱石のみを消します。(敵の出現場所含む)
toolmode.fillteams = チームを変更
toolmode.fillteams.description = ブロックの所属チームを上書きします。
toolmode.fillerase = Fill Erase
toolmode.fillerase.description = Erase blocks of the same type.
toolmode.drawteams = チームを変更
toolmode.drawteams.description = ブロックの所属チームを上書きします。
toolmode.underliquid = 液体タイル
@@ -2270,6 +2272,7 @@ lenum.xor = ビット単位でのXOR演算をします。
lenum.min = 二つの値を比較し、小さいほうを返します。
lenum.max = 二つの値を比較し、大きいほうを返します。
lenum.angle = ベクトルの角度を度で計算します。
lenum.anglediff = Absolute distance between two angles in degrees.
lenum.len = ベクトルの長さを計算します。
lenum.sin = sinを度で計算します。
lenum.cos = cosを度で計算します。