Sprites that have been update and for which needs_update can be set to false

Property definitions

gamnit $ SpriteContext :: updated_sprites
	# Sprites that have been update and for which `needs_update` can be set to false
	var updated_sprites = new Array[Sprite]
lib/gamnit/flat/flat_core.nit:1069,2--1070,40