Template:HostileNode: Difference between revisions

From Yggdrasil D&D
Created page with ""nodes": { "color": "lightred", "shape": "box", "borderWidth": 3, "font": { "color": "red" } }"
 
mNo edit summary
Line 1: Line 1:
"nodes": {
{
    "color": "lightred",
  "nodes": {
    "shape": "box",
      "color": "lightred",
    "borderWidth": 3,
      "shape": "box",
    "font": { "color": "red" }
      "borderWidth": 3,
      "font": { "color": "red" }
  }
}
}

Revision as of 08:48, 14 September 2021

{

  "nodes": {
     "color": "lightred",
     "shape": "box",
     "borderWidth": 3,
     "font": { "color": "red" }
  }

}