git repos / blockattack-game

Game/data/sprites/gui_rect_yellow.sprite

browsing at commit = 030a39c4a48e831edd74ede8251d8a0c916386e2

branches: v2.3.X

tags: v2.3.0

raw · blame · history

{

"ui_rect_yellow_nw" : {
	"texture" : "gui_back_yellow",
	"topx" : 0,
	"topy" : 0,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_n" : {
	"texture" : "gui_back_yellow",
	"topx" : 32,
	"topy" : 0,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_ne" : {
	"texture" : "gui_back_yellow",
	"topx" : 160,
	"topy" : 0,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_e" : {
	"texture" : "gui_back_yellow",
	"topx" : 160,
	"topy" : 32,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_se" : {
	"texture" : "gui_back_yellow",
	"topx" : 160,
	"topy" : 160,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_s" : {
	"texture" : "gui_back_yellow",
	"topx" : 32,
	"topy" : 160,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_sw" : {
	"texture" : "gui_back_yellow",
	"topx" : 0,
	"topy" : 160,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_w" : {
	"texture" : "gui_back_yellow",
	"topx" : 0,
	"topy" : 32,
	"height" : 32,
	"width" : 32
},

"ui_rect_yellow_fill" : {
	"texture" : "gui_back_yellow",
	"topx" : 32,
	"topy" : 32,
	"height" : 32,
	"width" : 32
}

}