Seezee
T'
This is a simple LUA that can make you change the positions, hide, show and change the transparency of SRB2's vanilla huds. Note: This lua can break with other mods that change, add or remove huds, beware!
List of commands to use:
List of commands to use:
Code:
hud_score_xposition <number>: change the horizontal position of the score hud.
hud_score_yposition <number>: change the vertical position of the score hud.
hud_time_xposition <number>: change the horizontal position of the time hud.
hud_time_yposition <number>: change the vertical position of the time hud.
hud_rings_xposition <number>: change the horizontal position of the rings hud.
hud_rings_yposition <number>: change the vertical position of the rings hud.
hud_lives_xposition <number>: change the horizontal position of the lives hud.
hud_lives_yposition <number>: change the vertical position of the lives hud.
hud_show <hud>: enable the hud wanted, the options are: rings, time, score, lives.
hud_hide <hud>: disable the hud wanted, the options are: rings, time, score, lives.
hud_transparency <hud> <value>: make the hud wanted transparent, invisible or opaque, the first option can either be: rings, time, score, lives or all. the second option can be a number from 0 to 10.
Attachments
Last edited: