Sync .yml files

This commit is contained in:
Pr0nogo 2026-09-12 09:44:23 -04:00
parent 0abcc4d822
commit a9b8c5f8e9
2 changed files with 56 additions and 1 deletions

1
.gitignore vendored
View File

@ -3,7 +3,6 @@
**.tmp
/*.pcx
**.png
**.yml
**.bat
**.pk
logs/

56
mpq/game/huds.yml Normal file
View File

@ -0,0 +1,56 @@
huds:
Neutral: # for replays
image: game\nconsole.pcx
hud_overlay: game\nconover.pcx
progressbar_empty: game\tpbrempt.pcx
progressbar_full: game\tpbrfull.pcx
mineral_icon: 1
gas_icon: 1
supply_icon: 1
command_buttons: unit\cmdbtns\tcmdbtns.grp
command_buttons_bin: rez\statbtnn.bin
chat_textbox_bounds: [] # currently defined by a bin file
Terran:
image: game\tconsole.pcx
hud_overlay: game\tconover.pcx
progressbar_empty: game\tpbrempt.pcx
progressbar_full: game\tpbrfull.pcx
mineral_icon: 1
gas_icon: 1
supply_icon: 1
command_buttons: unit\cmdbtns\tcmdbtns.grp
command_buttons_bin: rez\statbtnt.bin
chat_textbox_bounds: [] # currently defined by a bin file
Protoss:
image: game\pconsole.pcx
hud_overlay: game\pconover.pcx
progressbar_empty: game\ppbrempt.pcx
progressbar_full: game\ppbrfull.pcx
mineral_icon: 2
gas_icon: 2
supply_icon: 2
command_buttons: unit\cmdbtns\pcmdbtns.grp
command_buttons_bin: rez\statbtnp.bin
chat_textbox_bounds: [] # currently defined by a bin file
Zerg:
image: game\zconsole.pcx
hud_overlay: game\zconover.pcx
progressbar_empty: game\zpbrempt.pcx
progressbar_full: game\zpbrfull.pcx
mineral_icon: 0
gas_icon: 0
supply_icon: 0
command_buttons: unit\cmdbtns\zcmdbtns.grp
command_buttons_bin: rez\statbtnz.bin
chat_textbox_bounds: [] # currently defined by a bin file
Askosi:
image: game\aconsole.pcx
hud_overlay: game\aconover.pcx
progressbar_empty: game\apbrempt.pcx
progressbar_full: game\apbrfull.pcx
mineral_icon: 3
gas_icon: 3
supply_icon: 3
command_buttons: unit\cmdbtns\acmdbtns.grp
command_buttons_bin: rez\statbtna.bin
chat_textbox_bounds: [] # currently defined by a bin file