A flashcard app for drilling on spellings of words based on audio recordings
draw_play_button = function(word)
	if Playing_source then return end
	love.graphics.polygon('fill', {word.left-20, word.top,
word.left-5, word.top+10, word.left-20, word.top+20})
end