A flashcard app for drilling on spellings of words based on audio recordings
draw_record_button = function(word)
	if word == Recording_word then
		love.graphics.rectangle('fill', word.left-50, word.top, 20,20)
	else
		love.graphics.circle('fill', word.left-40, word.top+10, 10)
	end
end