调整鼠鼠绘制颜色

This commit is contained in:
南沢响也
2025-03-05 18:50:11 +08:00
parent 0817e9a82c
commit f1a5fe9132

View File

@@ -121,7 +121,7 @@ public class Mica_the_Magical_Mu
{
var dp = accessory.Data.GetDefaultDrawProperties();
dp.Name = "魔术环";
dp.Color = new Vector4(1f, 1f, 0f, 1.2f);
dp.Color = new Vector4(1f, 1f, 0f, 1.5f);
dp.Owner = @event.SourceId();
dp.Scale = new Vector2(30f);
dp.InnerScale = new Vector2(10f);
@@ -137,7 +137,7 @@ public class Mica_the_Magical_Mu
var dp = accessory.Data.GetDefaultDrawProperties();
dp.Name = "双重魔术雷";
dp.Color = new Vector4(1f, 1f, 0f, 1.2f);
dp.Color = new Vector4(1f, 1f, 0f, 1.5f);
dp.Owner = @event.SourceId();
dp.Scale = new Vector2(40);
dp.Radian = 60f.DegToRad();