git repos / saland

data/sprites/items.sprite

browsing at commit = a5309149fc625ce2f5dfa8196f9a8e8eb803e866

raw · blame · history

{

"item_barrel" :  {
	"texture" : "barrel",
	"topx" : 32,
	"topy" : 0,
	"height" : 64,
	"width" : 32,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 16,
	"originy" : 50
},

"tree_pine_trunk" : {
	"texture" : "trunk",
	"topx" : 96,
	"topy" : 0,
	"height" : 96,
	"width" : 96,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 48,
	"originy" : 48
},

"tree_pine_top" : {
	"texture" : "treetop",
	"topx" : 96,
	"topy" : 96,
	"height" : 128,
	"width" : 96,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 48,
	"originy" : 128
},

"tree_pine_icon" : {
	"texture" : "treetop",
	"topx" : 128,
	"topy" : 128,
	"height" : 32,
	"width" : 32,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 16,
	"originy" : 16
},

"tree_palm" : {
	"texture" : "plant_repack",
	"topx" : 320,
	"topy" : 288,
	"height" : 128,
	"width" : 96,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 48,
	"originy" : 112
},

"tree_palm_icon" : {
	"texture" : "plant_repack",
	"topx" : 352,
	"topy" : 320,
	"height" : 32,
	"width" : 32,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 16,
	"originy" : 16
},

"cactus_one" : {
	"texture" : "plant_repack",
	"topx" : 32,
	"topy" : 160,
	"height" : 32,
	"width" : 32,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 16,
	"originy" : 16
},

"cactus_full" : {
	"texture" : "plant_repack",
	"topx" : 352,
	"topy" : 192,
	"height" : 96,
	"width" : 64,
	"number_of_frames" : 1,
	"frame_time" : 100,
	"originx" : 32,
	"originy" : 80
}

}