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