mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 23:12:36 +00:00
* Convert PDAs to GAGS (#58844) * Convert PDAs to GAGS * Leave the clown PDA as it was Co-authored-by: celotajstg <celotajstg@ users.noreply.github.com> * Convert PDAs to GAGS Co-authored-by: Celotajs <81999976+celotajstg@users.noreply.github.com> Co-authored-by: celotajstg <celotajstg@ users.noreply.github.com>
22 lines
345 B
JSON
22 lines
345 B
JSON
{
|
|
"pda": [
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_base",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 1 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_buttons",
|
|
"blend_mode": "overlay",
|
|
"color_ids": [ 2 ]
|
|
},
|
|
{
|
|
"type": "icon_state",
|
|
"icon_state": "pda_screen_borders",
|
|
"blend_mode": "overlay"
|
|
}
|
|
]
|
|
}
|