Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

镜头

该页面展示的黑魔法均为在游戏内插入后的默认参数

跟随玩家

@[set_camera_follow_player] { true }

特定方向移动

@[pan_camera] {
  
    "parameter": "position:x",
    "add": 60,
    "time_sec": 1,
    "target": "Node/MainMap/Player/Camera3D",
    "target_type": "path",
    "wait": true
  
}

移动到目标位置

@[pan_camera_to_point] {
  
    "pos": [
      0,
      0
    ],
    "time_sec": 1,
    "wait": true
  
}

震动

@[start_constant_shake] {
  
    "f": 20,
    "d": 0.5
  
}

停止震动


@[stop_constant_shake]

画面渐变至颜色

@[fade_screen] {
  
    "color": "#000000",
    "alpha": 0,
    "time_sec": 1
  
}