Files
Quake_4_Alpha/q4xbase/guis/vehicles/groundassault/groundturret_main.gui
T
2026-08-06 14:45:27 -07:00

33 lines
509 B
Plaintext

windowDef Desktop
{
rect 0,0,640,480
visible 1
nocursor 1
menugui 0
backcolor 0,0.501,0,0.505
onEvent {
set "GroundChargePercentage::text" "$gui::weapon_charge_percent" ;
}
windowDef GroundChargePercentage
{
rect 25,145,588,268
visible 1
forecolor 0,1,0.243,1
text "gui::weapon_charge_percent"
textscale 1
font "fonts/marine"
}
windowDef GroundChargeTitle
{
rect 59,36,522,100
visible 1
forecolor 1,0,0,1
text "CHARGE STATUS:"
textscale 1
font "fonts/marine"
}
}