[New Feature] Targeting Lines and SelectBox Color Definable #1012
DeathFishAtEase
started this conversation in
Ideas and feedback
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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

Beta Was this translation helpful? Give feedback.
All reactions