data/sprites/effects.sprite
browsing at commit = cd40c7ea5b8810dc5dea3f7937a698be6360c021
{
"effect_fireball" : {
"texture" : "effects/shot_fireball",
"topx" : 0,
"topy" : 0,
"height" : 32,
"width" : 32,
"number_of_frames" : 4,
"frame_time" : 50,
"originx" : 16,
"originy" : 16
}
,
"effect_watershot" : {
"texture" : "effects/water_projectile",
"topx" : 0,
"topy" : 0,
"height" : 150,
"width" : 150,
"number_of_frames" : 1,
"frame_time" : 50,
"originx" : 75,
"originy" : 75
}
}