diff options
Diffstat (limited to 'src/main/resources/assets/taiga/book/sections')
| -rw-r--r-- | src/main/resources/assets/taiga/book/sections/intro.json | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/src/main/resources/assets/taiga/book/sections/intro.json b/src/main/resources/assets/taiga/book/sections/intro.json index 276837e..5d3586e 100644 --- a/src/main/resources/assets/taiga/book/sections/intro.json +++ b/src/main/resources/assets/taiga/book/sections/intro.json @@ -1,7 +1,15 @@ [ { - "name": "welcome", - "type": "text", - "data": "intro/welcome.json" + "name": "intro", + "type": "image with text below", + "data": "ores/intro.json" + }, + { + "name": "firstwords", + "type": "text with right image etch", + "data": "ores/firstwords.json" + }, + { + "type": "blank" } ]
\ No newline at end of file |
