Skip to content

Instantly share code, notes, and snippets.

@danprince
Created January 20, 2017 03:37
Show Gist options
  • Save danprince/5d60a4a1e79cef4889ea6b8102654cc5 to your computer and use it in GitHub Desktop.
Save danprince/5d60a4a1e79cef4889ea6b8102654cc5 to your computer and use it in GitHub Desktop.
A Game of Networks
@controls {
bottom {
filter {
target: connection;
default: select-all;
option {
label: "Marriages";
selector: ['connection type'='marriage'];
}
option {
label: "Betrothals";
selector: ['connection type'='betrothal'];
}
option {
label: "Romances";
selector: ['connection type'='romance'];
}
option {
label: "Killings";
selector: ['connection type'='killing'];
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment