Skip to content

Instantly share code, notes, and snippets.

@thiliporace
Last active July 31, 2023 17:01
Show Gist options
  • Save thiliporace/95c2e513175260e39ff439ef9fad2b24 to your computer and use it in GitHub Desktop.
Save thiliporace/95c2e513175260e39ff439ef9fad2b24 to your computer and use it in GitHub Desktop.
[
{
"enemies": [
{
"position": 0,
"xOffset": 2
},
{
"position": 4,
"xOffset": 0
},
{
"position": 8,
"xOffset": 2
}
]
},
{
"enemies": [
{
"position": 2,
"xOffset": 0
},
{
"position": 1,
"xOffset": 2
},
{
"position": 0,
"xOffset": 4
},
{
"position": 6,
"xOffset": 1
},
{
"position": 7,
"xOffset": 3
},
{
"position": 8,
"xOffset": 5
},
]
},
{
"enemies": [
{
"position": 4,
"xOffset": 0
},
{
"position": 3,
"xOffset": 1
},
{
"position": 2,
"xOffset": 2
},
{
"position": 1,
"xOffset": 3
},
{
"position": 5,
"xOffset": 1
},
{
"position": 6,
"xOffset": 2
},
{
"position": 7,
"xOffset": 3
},
{
"position": 2,
"xOffset": 8
},
{
"position": 1,
"xOffset": 8
},
{
"position": 0,
"xOffset": 8
},
{
"position": 6,
"xOffset": 9,
"moveStraight": false
},
{
"position": 7,
"xOffset": 9
},
{
"position": 8,
"xOffset": 9
},
]
},
{
"enemies": [
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment