Width in world units, calculated from height and the screen aspect ratio

Property definitions

gamnit $ UICamera :: width
	# Width in world units, calculated from `height` and the screen aspect ratio
	fun width: Float do return height * display.aspect_ratio
lib/gamnit/cameras.nit:210,2--211,57