Files
akbasic/examples/galaga/assets/sprite_galaga_player.json

17 lines
293 B
JSON
Raw Normal View History

{
"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
]
}