事件窗口重绘

This commit is contained in:
2025-11-08 12:02:29 +08:00
parent f9e6598b88
commit c48a373b20
28 changed files with 1524 additions and 1001 deletions

View File

@@ -47,6 +47,11 @@ namespace WulaFallenEmpire
public bool showSectorPreview = true; // 是否显示扇形预览
public Color sectorPreviewColor = new Color(0.3f, 0.7f, 1f, 0.3f);
// 航道等级系统配置
public bool useLaneLevelSystem = false; // 是否使用航道等级系统
public int laneLevel = 0; // 该技能的航道等级
public string flyOverTypeName = "default"; // FlyOver类型名称
public CompProperties_AbilitySpawnFlyOver()
{
this.compClass = typeof(CompAbilityEffect_SpawnFlyOver);