Files
Bubberstation/code/datums/greyscale/json_configs/pda_stripe_split.json
Celotajs 99ce137e6c 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>
2021-05-04 15:37:01 +02:00

28 lines
466 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_stripe_split",
"blend_mode": "overlay",
"color_ids": [ 3 ]
},
{
"type": "icon_state",
"icon_state": "pda_screen_borders",
"blend_mode": "overlay"
}
]
}