Difference between revisions of "SetHudT"
Jump to navigation
Jump to search
no edit summary
imported>Haama (Created) |
imported>Sabar |
||
Line 18: | Line 18: | ||
:*If showing in MenuMode, there are some [[MenuMode (Function)|menus]] in particular that shouldn't be covered up: 1007 (Loading), 1013 (Pause), 1015 (Options), 1017 (Audio), 1018 (Video), 1019 (Video Display), 1020 (Gameplay), 1021 (Controls), 1038 (Load), 1039 (Save), 1044 (Main), 1047 (Credits) | :*If showing in MenuMode, there are some [[MenuMode (Function)|menus]] in particular that shouldn't be covered up: 1007 (Loading), 1013 (Pause), 1015 (Options), 1017 (Audio), 1018 (Video), 1019 (Video Display), 1020 (Gameplay), 1021 (Controls), 1038 (Load), 1039 (Save), 1044 (Main), 1047 (Credits) | ||
*Font name is a string that takes a font from the WINDOWS font directory (with no ttf extension, i.e., "Tahoma") | |||
*FontWidth = 0 means the default width corresponding to provided Height | *FontWidth = 0 means the default width corresponding to provided Height | ||
*FontWeight = Bold level, 0 = none, else must be between 1 and 1000 | *FontWeight = Bold level, 0 = none, else must be between 1 and 1000 |