Demo of an experimental lua-based markup language
on.update = function(dt)
	if Pan then
		Viewport.x = Pan.x - App.mouse_x()/Viewport.zoom
		Viewport.y = Pan.y - App.mouse_y()/Viewport.zoom
		B()
	end
end