git repos / saland

data/sprites/effects.sprite

browsing at commit = 2bff827eb6df5b80d90dcc1d16486a085ce3bf80

raw · blame · history

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