From db5155ea5c8d680f8774358e4673d8b5f62c8d34 Mon Sep 17 00:00:00 2001 From: UndeadMaelys Date: Wed, 20 Apr 2022 15:00:31 +0200 Subject: [PATCH] added words and created story <: --- lessons/story_the_fox_and_the_snail.lua | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/lessons/story_the_fox_and_the_snail.lua b/lessons/story_the_fox_and_the_snail.lua index e69de29..1bdd80c 100644 --- a/lessons/story_the_fox_and_the_snail.lua +++ b/lessons/story_the_fox_and_the_snail.lua @@ -0,0 +1,23 @@ +print([[ + +]] .. +colorText(COLOR.LightGray,[[bae dup-ya yu uda me]]) .. +colorText(COLOR.LightGray,[[gechla an dome an-kome ]]) +) +lessonPause() +print([[ +There was once a small snail // bae dup-ya yu uda me +Walked along trail of slime dust // gechla an dome an-kome +Very slowly did climb along the wall // ital to lup-lup pmepokome + +It didn't fall, it didn't fall! // wewok-fakome wewok-fakome! + +There is a fast fox // rima dirash yu uda me +Good hunting prey and plants // el-fu to bar ponya gukome +But not good at storing food // yu she ponya memeifakome + +Clicking the teeth, clicking the teeth! // t-shek kikome t-shek kikome! + +The fox had not eaten any meat // dirash chu paume shefakome +She had buried no more food before // pikeshe fa she mime meifakome +Very hungry, she had realized! // mya aa aa chas-kome peekakome]]) \ No newline at end of file