diff --git a/neodj.lua b/neodj.lua new file mode 100644 index 0000000..4415699 --- /dev/null +++ b/neodj.lua @@ -0,0 +1,15 @@ +local accentColor = colors.gray +local buttonColor = colors.lightGray +local backgroundColor = colors.black + +function playDisk() + disk.playAudio() + + +if disk.isPresent() and disk.hasAudio() then + playDisk() +elseif disk.isPresent() then + print "Not a music disc" +else + print "No disc" +