data/sprites/effects.sprite
browsing at commit = c5ef19abeaae7e1548341b682718625a5d8f3737
{
"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
}
}