17 lines
293 B
JSON
17 lines
293 B
JSON
|
|
{
|
||
|
|
"spritesheet": {
|
||
|
|
"filename": "art/playerShip1_blue.png",
|
||
|
|
"frame_width": 99,
|
||
|
|
"frame_height": 75
|
||
|
|
},
|
||
|
|
"name": "galaga_player",
|
||
|
|
"width": 99,
|
||
|
|
"height": 75,
|
||
|
|
"speed": 200,
|
||
|
|
"loop": false,
|
||
|
|
"loopReverse": false,
|
||
|
|
"frames": [
|
||
|
|
0
|
||
|
|
]
|
||
|
|
}
|