mirror of
https://github.com/Hibiya615/TetoraKAScript.git
synced 2025-12-20 16:55:08 +08:00
调整绘制颜色
This commit is contained in:
@@ -245,14 +245,14 @@ public class Ttokrrone
|
||||
{
|
||||
case 37331: // 钢铁
|
||||
dp.Name = "飞沙钢铁";
|
||||
dp.Color = new Vector4(1f, 0f, 0f, 1f);
|
||||
dp.Color = new Vector4(1f, 0f, 0f, 1.5f);
|
||||
dp.Scale = new Vector2(19f);
|
||||
accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Circle, dp);
|
||||
break;
|
||||
|
||||
case 37332: // 月环
|
||||
dp.Name = "飞沙月环";
|
||||
dp.Color = new Vector4(0f, 0.6f, 1f, 1f);
|
||||
dp.Color = new Vector4(0f, 0f, 1f, 1.2f);
|
||||
dp.Scale = new Vector2(60f);
|
||||
dp.InnerScale = new Vector2(14f);
|
||||
dp.Radian = float.Pi * 2;
|
||||
@@ -261,7 +261,7 @@ public class Ttokrrone
|
||||
|
||||
case 37333: // 左半钢铁 + 右半月环
|
||||
dp.Name = "飞沙左半钢铁";
|
||||
dp.Color = new Vector4(1f, 0f, 0f, 1f);
|
||||
dp.Color = new Vector4(1f, 0f, 0f, 1.5f);
|
||||
dp.Scale = new Vector2(19);
|
||||
dp.Radian = 180f.DegToRad();
|
||||
dp.Rotation = 90f.DegToRad();
|
||||
@@ -269,7 +269,7 @@ public class Ttokrrone
|
||||
|
||||
var dp1 = accessory.Data.GetDefaultDrawProperties();
|
||||
dp1.Name = "飞沙右半月环";
|
||||
dp1.Color = new Vector4(0f, 0.6f, 1f, 1f);
|
||||
dp.Color = new Vector4(0f, 0f, 1f, 1.4f);
|
||||
dp1.Owner = @event.SourceId();
|
||||
dp1.Scale = new Vector2(60);
|
||||
dp1.InnerScale = new Vector2(14);
|
||||
@@ -281,7 +281,7 @@ public class Ttokrrone
|
||||
|
||||
case 37334: // 右半钢铁 + 左半月环
|
||||
dp.Name = "飞沙右半钢铁";
|
||||
dp.Color = new Vector4(1f, 0f, 0f, 1f);
|
||||
dp.Color = new Vector4(1f, 0f, 0f, 1.5f);
|
||||
dp.Scale = new Vector2(19);
|
||||
dp.Radian = 180f.DegToRad();
|
||||
dp.Rotation = 270f.DegToRad();
|
||||
@@ -289,7 +289,7 @@ public class Ttokrrone
|
||||
|
||||
var dp2 = accessory.Data.GetDefaultDrawProperties();
|
||||
dp2.Name = "飞沙左半月环";
|
||||
dp2.Color = new Vector4(0f, 0.6f, 1f, 1f);
|
||||
dp2.Color = new Vector4(0f, 0f, 1f, 1.4f);
|
||||
dp2.Owner = @event.SourceId();
|
||||
dp2.Scale = new Vector2(60);
|
||||
dp2.InnerScale = new Vector2(14);
|
||||
@@ -333,7 +333,7 @@ public class Ttokrrone
|
||||
dp.Name = "吞地巨蛇";
|
||||
dp.Scale = new (27, 68f);
|
||||
dp.Owner = @event.SourceId();
|
||||
dp.Color = new Vector4(1f, 0f, 0f, 0.8f);
|
||||
dp.Color = new Vector4(1f, 0.2f, 0f, 0.6f);
|
||||
dp.DestoryAt = @event.DurationMilliseconds() + 1400;
|
||||
accessory.Method.SendDraw(DrawModeEnum.Default, DrawTypeEnum.Rect, dp);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user