Difference between revisions of "Rc-dukes"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
= Characters = | = Characters = | ||
<graphviz> | <graphviz> | ||
− | + | graph Dukes { | |
layout="circo"; | layout="circo"; | ||
action [ | action [ | ||
+ | label=" " | ||
image="Luke.png" | image="Luke.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://en.wikipedia.org/wiki/Luke_Duke" | URL="https://en.wikipedia.org/wiki/Luke_Duke" | ||
] | ] | ||
+ | actionlabel [ | ||
+ | label="action\nLUKE" | ||
+ | ] | ||
+ | actionlabel--action | ||
app [ | app [ | ||
+ | label=" " | ||
image="UncleJesse.png" | image="UncleJesse.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://en.wikipedia.org/wiki/The_Dukes_of_Hazzard#Jesse" | URL="https://en.wikipedia.org/wiki/The_Dukes_of_Hazzard#Jesse" | ||
] | ] | ||
+ | applabel [ | ||
+ | label="app\nUNCLE_JESSE" | ||
+ | ] | ||
+ | applabel--app | ||
cameramatrix [ | cameramatrix [ | ||
+ | label=" " | ||
image="Cooter.png" | image="Cooter.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://dukesofhazzard.fandom.com/wiki/Cooter_Davenport_(Ben_Jones)" | URL="https://dukesofhazzard.fandom.com/wiki/Cooter_Davenport_(Ben_Jones)" | ||
] | ] | ||
+ | cameramatrixlabel[ | ||
+ | label="camera-matrix\nCOOTER" | ||
+ | ] | ||
+ | cameramatrixlabel--cameramatrix | ||
car [ | car [ | ||
+ | label=" " | ||
image="Bo.png" | image="Bo.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://en.wikipedia.org/wiki/Bo_Duke" | URL="https://en.wikipedia.org/wiki/Bo_Duke" | ||
] | ] | ||
+ | carlabel [ | ||
+ | label="car\nBO" | ||
+ | ] | ||
+ | carlabel--car | ||
detect [ | detect [ | ||
+ | label=" " | ||
image="Daisy.png" | image="Daisy.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://en.wikipedia.org/wiki/Daisy_Duke" | URL="https://en.wikipedia.org/wiki/Daisy_Duke" | ||
] | ] | ||
+ | detectlabel [ | ||
+ | label="detect\nDAISY" | ||
+ | ] | ||
+ | detectlabel--detect | ||
geometry [ | geometry [ | ||
+ | label=" " | ||
image="Enos.png" | image="Enos.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://dukesofhazzard.fandom.com/wiki/Enos_Strate_(Sonny_Shroyer)" | URL="https://dukesofhazzard.fandom.com/wiki/Enos_Strate_(Sonny_Shroyer)" | ||
] | ] | ||
+ | geometrylabel [ | ||
+ | label="geometry\nENOS" | ||
+ | ] | ||
+ | geometrylabel--geometry | ||
imageview [ | imageview [ | ||
+ | label=" " | ||
image="Rosco.png" | image="Rosco.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://dukesofhazzard.fandom.com/wiki/Rosco_Purvis_Coltrane_(James_Best)" | URL="https://dukesofhazzard.fandom.com/wiki/Rosco_Purvis_Coltrane_(James_Best)" | ||
] | ] | ||
+ | imageviewlabel[ | ||
+ | label="imageview\nROSCO" | ||
+ | ] | ||
+ | imageviewlabel--imageview | ||
roi [ | roi [ | ||
+ | label=" " | ||
image="Cletus.png" | image="Cletus.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://dukesofhazzard.fandom.com/wiki/Cletus_Hogg" | URL="https://dukesofhazzard.fandom.com/wiki/Cletus_Hogg" | ||
] | ] | ||
+ | roilabel [ | ||
+ | label="roi\nCLETUS" | ||
+ | ] | ||
+ | roilabel--roi | ||
server [ | server [ | ||
+ | label=" " | ||
image="BoarsNest.png" | image="BoarsNest.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://en.wikipedia.org/wiki/Boar%27s_Nest" | URL="https://en.wikipedia.org/wiki/Boar%27s_Nest" | ||
] | ] | ||
+ | serverlabel [ | ||
+ | label="server\nBOARS_NEST" | ||
+ | ] | ||
+ | serverlabel--server | ||
watchdog [ | watchdog [ | ||
+ | label=" " | ||
image="Flash.png" | image="Flash.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://dukesofhazzard.fandom.com/wiki/Flash" | URL="https://dukesofhazzard.fandom.com/wiki/Flash" | ||
] | ] | ||
+ | watchdoglabel [ | ||
+ | label="watchdog\nFLASH" | ||
+ | ] | ||
+ | watchdoglabel--watchdog | ||
webcontrol [ | webcontrol [ | ||
+ | label=" " | ||
image="BossHogg.png" | image="BossHogg.png" | ||
fontcolor=white | fontcolor=white | ||
URL="https://dukesofhazzard.fandom.com/wiki/Boss_Hogg_(Sorrell_Booke)" | URL="https://dukesofhazzard.fandom.com/wiki/Boss_Hogg_(Sorrell_Booke)" | ||
] | ] | ||
+ | webcontrollabel[ | ||
+ | label="webcontrol\nBOSS_HOGG" | ||
+ | ] | ||
+ | webcontrollabel--webcontrol | ||
server -> action | server -> action | ||
server -> app | server -> app |