更新版本号

This commit is contained in:
南沢响也
2025-03-23 02:08:46 +08:00
parent 3b0e09739a
commit f586b20289
3 changed files with 12 additions and 6 deletions

View File

@@ -20,13 +20,13 @@ using System.Threading.Tasks;
namespace E8n;
[ScriptType(guid: "c4d533c8-8798-441d-b849-fc3cd5cf63d9", name: "E8N", territorys: [905],
version: "0.0.0.1" , author: "Tetora", note: noteStr)]
version: "0.0.0.2" , author: "Tetora", note: noteStr)]
public class E8n
{
const string noteStr =
"""
v0.0.0.1:
v0.0.0.2:
LV80 4
""";
@@ -181,7 +181,7 @@ public class E8n
dp.Name = "连锁反射_冰霜斩";
dp.Color = accessory.Data.DefaultDangerColor;
dp.Owner = @event.SourceId();
dp.Scale = new Vector2(40);
dp.Scale = new Vector2(30);
dp.Radian = 270f.DegToRad();
dp.DestoryAt = 4700;
accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Fan, dp);