Thiry1 / csgo-custom-hud

react.js based cs:go custom hud
15 stars 6 forks source link

Allow putting the player image on top of the stats bar. #35

Closed bergmannf closed 6 years ago

bergmannf commented 6 years ago

This allows the user to specify the imageInline property for each player information.

If this is set to false the image will be displayed on top of the status bar, otherwise it will use the already existing inline style to display it.

An example can be seen here.

This might be considered a fix for #26 - however it can only switch between the two existing implementations and is not totally configurable.