Skip to content
Snippets Groups Projects
Commit 210f6a4a authored by Kaj Koivunen's avatar Kaj Koivunen :coffee:
Browse files

esimerkkitekstiä

parent 89037fc1
No related branches found
No related tags found
No related merge requests found
...@@ -17,28 +17,31 @@ class SplashScreen(project: Project) : View("Ronove") { ...@@ -17,28 +17,31 @@ class SplashScreen(project: Project) : View("Ronove") {
hyperlink("Dummy 1") { hyperlink("Dummy 1") {
action { action {
project.pages = mutableListOf( project.pages = mutableListOf(
Page(listOf(Line("","",""))),
Page(listOf( Page(listOf(
Line("a","b","c"), Line("なんでタバコすってんだ?","Why are you smoking?","Why do you smoke?"),
Line("a","b","c"), Line("んー","Hmm.","Hmm..."),
Line("a","b","c") Line("フー","whoosh","Haa...", "SFX: Exhaling"),
Line("カツコつけてんの","I'm trying to be cool.", "I'm just trying to look cool"),
Line("かっこいー","That's so cool.", "Coooool!")
)), )),
Page(listOf( Page(listOf(
Line("a","b","c"), Line("Sivu 2","Page 2","Page 2"),
Line("a","b","c"), Line("a","b","c"),Line("a","b","c"),
Line("a","b","c") Line("a","b","c")
)), )),
Page(listOf( Page(listOf(
Line("a","b","c"), Line("Sivu 3","Page 3","Page 3"),
Line("a","b","c"), Line("a","b","c"),Line("a","b","c"),Line("a","b","c"),Line("a","b","c"),
Line("a","b","c") Line("a","b","c")
)), )),
Page(listOf( Page(listOf(
Line("a","b","c"), Line("Sivu 4","Page 4","Page 4"),
Line("a","b","c"), Line("a","b","c"),Line("a","b","c"),
Line("a","b","c") Line("a","b","c")
)), )),
Page(listOf( Page(listOf(
Line("a","b","c"), Line("Sivu 5","Page 5","Page 5"),
Line("a","b","c"), Line("a","b","c"),
Line("a","b","c") Line("a","b","c")
)) ))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment