Update painter.html

This commit is contained in:
CajunAvenger 2023-03-24 16:26:31 -05:00
parent 35d60d2729
commit a8c03cda8e

View File

@ -446,11 +446,6 @@
paint_quote_ele = document.getElementById("paint-quotes");
paint_italic_ele = document.getElementById("paint-ital");
keep_checking = document.getElementById("keep-checking");
addCharacter("Hannah", "1919e6");
addCharacter("Karina", "c444e6");
addCharacter("Seiva", "e5b300");
addCharacter("Mikara", "7979e6");
addCharacter("Solari", "00cc44");
});
</script>