Skip to content

Instantly share code, notes, and snippets.

@taesiri
Last active October 30, 2019 03:39
Show Gist options
  • Save taesiri/dd521c8a717cc78db32c2fb59e55721d to your computer and use it in GitHub Desktop.
Save taesiri/dd521c8a717cc78db32c2fb59e55721d to your computer and use it in GitHub Desktop.
layout_2by2
{
"layout": "splitv",
"percent": 0.5,
"type": "con",
"nodes": [
{
"name": "Agent1",
"percent": 0.5,
"type": "con",
"swallows": [ {"class": "BipedalWalker"}]
},
{
"name": "Agent2",
"percent": 0.5,
"type": "con",
"swallows": [ {"class": "BipedalWalker"}]
}
]
}
{
"layout": "splitv",
"percent": 0.5,
"type": "con",
"nodes": [
{
"name": "Agent3",
"percent": 0.5,
"type": "con",
"swallows": [ {"class": "BipedalWalker"}]
},
{
"name": "Agent4",
"percent": 0.5,
"type": "con",
"swallows": [ {"class": "BipedalWalker"}]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment