Phobos icon indicating copy to clipboard operation
Phobos copied to clipboard

[New Feature] Targeting Lines and SelectBox Color Definable

Open DeathFishAtEase opened this issue 3 years ago • 0 comments

Description:

In the original game, the color control of TargetingLines and SelectBox depends on color in palette.pal.(same to EBolt,but EBolt can now be defined through INI) It should can be defined through INI like EBolt

Possible Implementation:

[CombatDamage] SelectBoxColor=[R,G,B] AttachLineColor=[R,G,B] MoveLineColor=[R,G,B] TargetLaserColor=[R,G,B];(def=AttachLineColor=)

[TechnoType] AttachLineColor=[R,G,B] MoveLineColor=[R,G,B] TargetLaserColor=[R,G,B];(def=AttachLineColor=)

more about TargetLaserColor can see here TargetingLines and SelectBox

DeathFishAtEase avatar Apr 07 '22 07:04 DeathFishAtEase