mirror of
https://github.com/XLabsProject/iw4x-rawfiles.git
synced 2023-08-02 15:02:11 +02:00
fix: format
This commit is contained in:
parent
028edf6e00
commit
20d5c0cb0f
@ -217,6 +217,7 @@
|
||||
setItemColor "maplist" bordercolor 1 1 1 "0.15";
|
||||
}
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
rect -292 28 292 356 3 1
|
||||
@ -227,6 +228,7 @@
|
||||
textScale 0.55
|
||||
visible when ( dvarbool( "widescreen" ) )
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name "mapimage"
|
||||
@ -238,6 +240,7 @@
|
||||
exp material ( localvarstring( "ui_info_icon" ) )
|
||||
visible when ( localvarstring( "ui_info_icon") != "" && dvarbool( "widescreen" ) && dvarint("iw4x_maps_dlc") != 99 )
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name "longname"
|
||||
@ -250,6 +253,7 @@
|
||||
exp text ( "@" + localvarstring( "ui_info_name" ) )
|
||||
visible when ( dvarbool( "widescreen" ) )
|
||||
}
|
||||
|
||||
itemDef
|
||||
{
|
||||
name "description"
|
||||
|
Loading…
Reference in New Issue
Block a user