Add event AI target priority shifts

This commit is contained in:
2026-06-18 14:40:05 +09:00
parent 0c0a49ad57
commit a2ecef7624
10 changed files with 193 additions and 11 deletions

View File

@@ -1253,6 +1253,8 @@ func _floating_text_color(kind: String) -> Color:
return Color(0.48, 0.74, 1.0)
if kind == "item":
return Color(0.98, 0.76, 0.28)
if kind == "priority":
return Color(1.0, 0.54, 0.22)
if kind == "support":
return Color(1.0, 0.88, 0.28)
if kind == "debuff":