이전퀴즈 데이터팩
This commit is contained in:
45
music_quiz/data/mq/dialog/page2.json
Normal file
45
music_quiz/data/mq/dialog/page2.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"type": "minecraft:confirmation",
|
||||
"title": {
|
||||
"text": "음악퀴즈",
|
||||
"bold": true
|
||||
},
|
||||
"body": [
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "음악퀴즈 설명",
|
||||
"bold": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "minecraft:plain_message",
|
||||
"contents": {
|
||||
"text": "\n5. 다시듣기는 노래가 끝까지 다 재생되었거나,\n다시 처음부분부터 들어보고싶을때\n누르면 좋습니다.\n\n6. 뒤에있는 \"소리 테스트\" 버튼으로\n미리 소리크기를 들어보고 조절할수있습니다."
|
||||
}
|
||||
}
|
||||
],
|
||||
"inputs": [],
|
||||
"can_close_with_escape": true,
|
||||
"pause": false,
|
||||
"after_action": "close",
|
||||
"yes": {
|
||||
"label": {
|
||||
"text": "<- 이전 페이지",
|
||||
"type": "text"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:show_dialog",
|
||||
"dialog": "mq:page1"
|
||||
}
|
||||
},
|
||||
"no": {
|
||||
"label": {
|
||||
"text": "다음 페이지 ->"
|
||||
},
|
||||
"action": {
|
||||
"type": "minecraft:show_dialog",
|
||||
"dialog": "mq:page3"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user