Created
January 20, 2017 03:37
-
-
Save danprince/5d60a4a1e79cef4889ea6b8102654cc5 to your computer and use it in GitHub Desktop.
A Game of Networks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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