Scale applied to this sprite

The basic size of self depends on the size in pixels of texture.

Property definitions

gamnit $ Sprite :: scale_direct=
	# Scale applied to this sprite
	#
	# The basic size of `self` depends on the size in pixels of `texture`.
	var scale = 1.0 is writable(scale_direct=)
lib/gamnit/flat/flat_core.nit:175,2--178,43