mirror of
https://github.com/R2Northstar/NorthstarMods
synced 2026-08-25 12:29:17 -04:00
Add hudvoice.res from englishclient_frontend VPK
This commit is contained in:
parent
c521fc6810
commit
941acc1f8e
1 changed files with 167 additions and 0 deletions
167
Northstar.Client/mod/resource/ui/hudvoice.res
Normal file
167
Northstar.Client/mod/resource/ui/hudvoice.res
Normal file
|
|
@ -0,0 +1,167 @@
|
|||
"Resource/UI/HudVoice.res"
|
||||
{
|
||||
VoiceSafeArea // Normal SafeArea couldn't be found
|
||||
{
|
||||
ControlName ImagePanel
|
||||
wide %90
|
||||
tall %90
|
||||
visible 1
|
||||
scaleImage 1
|
||||
fillColor "0 0 0 0"
|
||||
drawColor "0 0 0 0"
|
||||
|
||||
pin_to_sibling Screen
|
||||
pin_corner_to_sibling CENTER
|
||||
pin_to_sibling_corner CENTER
|
||||
}
|
||||
|
||||
voiceMic0
|
||||
{
|
||||
ControlName ImagePanel
|
||||
wide 36
|
||||
tall 36
|
||||
visible 0
|
||||
image "ui/icon_mic_active"
|
||||
scaleImage 1
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling VoiceSafeArea
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner TOP_RIGHT
|
||||
}
|
||||
voiceName0
|
||||
{
|
||||
ControlName Label
|
||||
wide 450
|
||||
tall 36
|
||||
visible 0
|
||||
font Default_21_ShadowGlow
|
||||
textAlignment east
|
||||
textinsetx 13
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic0
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner TOP_LEFT
|
||||
}
|
||||
|
||||
voiceMic1
|
||||
{
|
||||
ControlName ImagePanel
|
||||
wide 36
|
||||
tall 36
|
||||
visible 0
|
||||
image "ui/icon_mic_active"
|
||||
scaleImage 1
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic0
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner BOTTOM_RIGHT
|
||||
}
|
||||
voiceName1
|
||||
{
|
||||
ControlName Label
|
||||
wide 450
|
||||
tall 36
|
||||
visible 0
|
||||
font Default_21_ShadowGlow
|
||||
textAlignment east
|
||||
textinsetx 13
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic1
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner TOP_LEFT
|
||||
}
|
||||
|
||||
voiceMic2
|
||||
{
|
||||
ControlName ImagePanel
|
||||
wide 36
|
||||
tall 36
|
||||
visible 0
|
||||
image "ui/icon_mic_active"
|
||||
scaleImage 1
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic1
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner BOTTOM_RIGHT
|
||||
}
|
||||
voiceName2
|
||||
{
|
||||
ControlName Label
|
||||
wide 450
|
||||
tall 36
|
||||
visible 0
|
||||
font Default_21_ShadowGlow
|
||||
textAlignment east
|
||||
textinsetx 13
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic2
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner TOP_LEFT
|
||||
}
|
||||
|
||||
voiceMic3
|
||||
{
|
||||
ControlName ImagePanel
|
||||
wide 36
|
||||
tall 36
|
||||
visible 0
|
||||
image "ui/icon_mic_active"
|
||||
scaleImage 1
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic2
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner BOTTOM_RIGHT
|
||||
}
|
||||
voiceName3
|
||||
{
|
||||
ControlName Label
|
||||
wide 450
|
||||
tall 36
|
||||
visible 0
|
||||
font Default_21_ShadowGlow
|
||||
textAlignment east
|
||||
textinsetx 13
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic3
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner TOP_LEFT
|
||||
}
|
||||
|
||||
voiceMic4
|
||||
{
|
||||
ControlName ImagePanel
|
||||
wide 36
|
||||
tall 36
|
||||
visible 0
|
||||
image "ui/icon_mic_active"
|
||||
scaleImage 1
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic3
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner BOTTOM_RIGHT
|
||||
}
|
||||
voiceName4
|
||||
{
|
||||
ControlName Label
|
||||
wide 450
|
||||
tall 36
|
||||
visible 0
|
||||
font Default_21_ShadowGlow
|
||||
textAlignment east
|
||||
textinsetx 13
|
||||
zpos 900
|
||||
|
||||
pin_to_sibling voiceMic4
|
||||
pin_corner_to_sibling TOP_RIGHT
|
||||
pin_to_sibling_corner TOP_LEFT
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue