kamishibai: '4.0'

controls:
  keymaps:
    production:
      Space: rehearsal.skipPose
      ArrowRight: rehearsal.skipAction
      ArrowDown: rehearsal.skipScene

assets:
  Classroom:
    kind: backdrop
    file: classroom.svg
  StudentReady:
    kind: costume
    target: Student
    file: student-ready.svg

actors:
  Student: StudentReady

cover:
  backdrop: Classroom

poseRecognition:
  navigation:
    allowSkip: true

scenes:
  earthquake:
    - stage: Classroom
    - Student.show:
        skin: StudentReady
        x: -90
        y: -55
        scale: 58
    - Student.sya:
        text: なにがおきたの？
        seconds: 2
