adding some texting functions

This commit is contained in:
Chris Cochrun 2022-07-12 16:52:32 -05:00
parent 7ee81cd471
commit 0ab05b2687
4 changed files with 5 additions and 4 deletions

View file

@ -123,6 +123,7 @@ Item {
function nextSlideAction() {
print(textIndex);
print("YIPPEE KAYAYYYY!");
print("YIPPEE KAYAYYYY!");
if (itemType === "song") {
if (textIndex === 0) {
previewSlide.text = root.text[textIndex];