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";
|
setItemColor "maplist" bordercolor 1 1 1 "0.15";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
rect -292 28 292 356 3 1
|
rect -292 28 292 356 3 1
|
||||||
@ -227,6 +228,7 @@
|
|||||||
textScale 0.55
|
textScale 0.55
|
||||||
visible when ( dvarbool( "widescreen" ) )
|
visible when ( dvarbool( "widescreen" ) )
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
name "mapimage"
|
name "mapimage"
|
||||||
@ -238,6 +240,7 @@
|
|||||||
exp material ( localvarstring( "ui_info_icon" ) )
|
exp material ( localvarstring( "ui_info_icon" ) )
|
||||||
visible when ( localvarstring( "ui_info_icon") != "" && dvarbool( "widescreen" ) && dvarint("iw4x_maps_dlc") != 99 )
|
visible when ( localvarstring( "ui_info_icon") != "" && dvarbool( "widescreen" ) && dvarint("iw4x_maps_dlc") != 99 )
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
name "longname"
|
name "longname"
|
||||||
@ -250,6 +253,7 @@
|
|||||||
exp text ( "@" + localvarstring( "ui_info_name" ) )
|
exp text ( "@" + localvarstring( "ui_info_name" ) )
|
||||||
visible when ( dvarbool( "widescreen" ) )
|
visible when ( dvarbool( "widescreen" ) )
|
||||||
}
|
}
|
||||||
|
|
||||||
itemDef
|
itemDef
|
||||||
{
|
{
|
||||||
name "description"
|
name "description"
|
||||||
|
Loading…
Reference in New Issue
Block a user