How can I move the feed down about one line lower than where it starts by default? I have an information bar at the top right of the screen and the killfeed shows up on top of it. I'd like the killfeed to be just below it. I tried adjusting the feed position anchor min/max but i got an error when i reloaded the plugin"NullReferenceException: Object reference not set to an instance of an object" so I must be doing something wrong.
How to move feed.Solved
Try lowering the default 0.964
Is this what I should be lowering? out of all of these numbers which one's should be lowered?
Anchor Max Default: 0.995 0.986": "0.995 0.986"
Anchor Min Default: 0.723 0.964": "0.723 0.964"
Anchor Max Default: 0.995 0.986": "0.995 0.986"
Anchor Min Default: 0.723 0.964": "0.723 0.964"
I did not test, but try this
"Feed Position - Anchor Max. (Default: 0.995 0.986": "0.995 0.962",
"Feed Position - Anchor Min. (Default: 0.723 0.964": "0.723 0.940", Perfect! That's exactly what I'm looking for. Thank you!
Locked automatically