RiddleTime / Race-Element

Solutions for Sim Racing
https://race.elementfuture.com
GNU General Public License v3.0
78 stars 18 forks source link

Corner Data Overlay add Corner Name #131

Closed mreininger23 closed 8 months ago

mreininger23 commented 8 months ago

add a new column to the corner data overlay with the corner name.

image

RiddleTime commented 8 months ago

That's not a bad idea, although this HUD has got a revamp coming. (To make it look like the Lap Table HUD).

mreininger23 commented 8 months ago

Okey, cool. I would like to push the changes into a new branch. Is this possible?

RiddleTime commented 8 months ago

Best is to fork this git(dev branch), then simply do a pull request

RiddleTime commented 8 months ago

I've merged the pull request with some additional changes to simplify the change.

https://github.com/RiddleTime/Race-Element/pull/132

(The HUD will later on be refactored from using the InfoTable to using the GraphicsGrid like in the Lap Table HUD. This should decrease the amount of drawing calls and should allow for better custom styling)