Height in pixels of this texture

Property definitions

gamnit $ Texture :: height=
	# Height in pixels of this texture
	var height = 0.0
lib/gamnit/textures.nit:68,2--69,17

gamnit $ CustomTexture :: height=
	redef var height
lib/gamnit/textures.nit:148,2--17