[Tweak] Security statuses micro update (#629)
* Tweak: Sec statuses update WIP * fix: Для новых статусов требуется указать причину * Fix: for review
BIN
Resources/Textures/White/Interface/records.rsi/hud_demote.png
Normal file
|
After Width: | Height: | Size: 129 B |
BIN
Resources/Textures/White/Interface/records.rsi/hud_execute.png
Normal file
|
After Width: | Height: | Size: 183 B |
|
After Width: | Height: | Size: 139 B |
|
After Width: | Height: | Size: 149 B |
BIN
Resources/Textures/White/Interface/records.rsi/hud_paroled.png
Normal file
|
After Width: | Height: | Size: 157 B |
BIN
Resources/Textures/White/Interface/records.rsi/hud_released.png
Normal file
|
After Width: | Height: | Size: 130 B |
BIN
Resources/Textures/White/Interface/records.rsi/hud_search.png
Normal file
|
After Width: | Height: | Size: 139 B |
BIN
Resources/Textures/White/Interface/records.rsi/hud_suspected.png
Normal file
|
After Width: | Height: | Size: 141 B |
BIN
Resources/Textures/White/Interface/records.rsi/hud_wanted.png
Normal file
|
After Width: | Height: | Size: 158 B |
@@ -5,23 +5,35 @@
|
||||
"size": { "y": 8, "x": 8 },
|
||||
"states": [
|
||||
{
|
||||
"name": "wanted"
|
||||
"name": "hud_demote"
|
||||
},
|
||||
{
|
||||
"name": "suspected"
|
||||
"name": "hud_incarcerated"
|
||||
},
|
||||
{
|
||||
"name": "released"
|
||||
"name": "hud_monitoring"
|
||||
},
|
||||
{
|
||||
"name": "parolled"
|
||||
"name": "hud_paroled"
|
||||
},
|
||||
{
|
||||
"name": "incarcerated"
|
||||
"name": "hud_released"
|
||||
},
|
||||
{
|
||||
"name": "discharged"
|
||||
"name": "hud_search"
|
||||
},
|
||||
{
|
||||
"name": "hud_suspected"
|
||||
},
|
||||
{
|
||||
"name": "hud_wanted"
|
||||
},
|
||||
{
|
||||
"name": "hud_execute",
|
||||
"delays":
|
||||
[
|
||||
[0.5, 0.5, 1.0]
|
||||
]
|
||||
}
|
||||
|
||||
]
|
||||
}
|
||||
|
||||
BIN
Resources/Textures/White/Interface/securityhud.rsi/demote.png
Normal file
|
After Width: | Height: | Size: 192 B |
|
Before Width: | Height: | Size: 225 B |
BIN
Resources/Textures/White/Interface/securityhud.rsi/execute.png
Normal file
|
After Width: | Height: | Size: 290 B |
@@ -5,19 +5,34 @@
|
||||
"size": { "y": 32, "x": 32 },
|
||||
"states": [
|
||||
{
|
||||
"name": "wanted"
|
||||
"name": "demote"
|
||||
},
|
||||
{
|
||||
"name": "suspected"
|
||||
},
|
||||
{
|
||||
"name": "released"
|
||||
"name": "execute"
|
||||
},
|
||||
{
|
||||
"name": "incarcerated"
|
||||
},
|
||||
{
|
||||
"name": "monitoring"
|
||||
},
|
||||
{
|
||||
"name": "paroled"
|
||||
},
|
||||
{
|
||||
"name": "released"
|
||||
},
|
||||
{
|
||||
"name": "remove"
|
||||
},
|
||||
{
|
||||
"name": "search"
|
||||
},
|
||||
{
|
||||
"name": "suspected"
|
||||
},
|
||||
{
|
||||
"name": "wanted"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
After Width: | Height: | Size: 204 B |
|
Before Width: | Height: | Size: 202 B After Width: | Height: | Size: 191 B |
BIN
Resources/Textures/White/Interface/securityhud.rsi/search.png
Normal file
|
After Width: | Height: | Size: 289 B |