; ; 設定ファイル (Configurations) ; ; ボタンの割り当て (Keys) ; それぞれ ←↓↑→ に対応して、'x' で割り当てられた状態 ; 例えば xx-- だと ←↓が反応する ; Corresponding each arrows(left, down, up and right), 'x' is valid assignment. ; ex. xx-- means that key is assigned to left and down arrows. ButtonUp=--x- ButtonDown=-x-- ButtonLeft=x--- ButtonRight=---x ButtonA=---x ButtonB=-x-- ButtonX=--x- ButtonY=x--- ButtonL=x--- ButtonR=---x ; 画面内のビート数で、大きいと譜面が詰まるので流れが遅く見える ; The number of beats in the screen. BeatSpan=5.0 ; GOOD の判定に必要な秒数 (StepMania では 0.17、0.25 でかなり甘い判定) ; GOOD Judgement when in this seconds. JudgeSec=0.2