Initial commit
This commit is contained in:
24
404_games/space-invaders/enemies.json
Normal file
24
404_games/space-invaders/enemies.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{ "four": [
|
||||
{"x": 0, "y": 0},
|
||||
{"x": 0, "y": 1},
|
||||
{"x": 1, "y": 1},
|
||||
{"x": 2, "y": 2},
|
||||
{"x": 2, "y": 3},
|
||||
{"x": 2, "y": 2},
|
||||
{"x": 2, "y": 0},
|
||||
{"x": 2, "y": 1}
|
||||
],
|
||||
"zero": [
|
||||
{"x": 0, "y": 0},
|
||||
{"x": 0, "y": 1},
|
||||
{"x": 0, "y": 2},
|
||||
{"x": 0, "y": 3},
|
||||
{"x": 1, "y": 0},
|
||||
{"x": 2, "y": 2},
|
||||
{"x": 2, "y": 3},
|
||||
{"x": 2, "y": 2},
|
||||
{"x": 2, "y": 0},
|
||||
{"x": 2, "y": 1},
|
||||
{"x": 1, "y": 3}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user