Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
setchi committed Aug 16, 2017
1 parent 49bd42a commit 6580f66
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
# Note Editor
[![Release](https://img.shields.io/github/release/setchi/NoteEditor.svg?style=flat-square)](https://github.com/setchi/NoteEditor/releases/latest)
[![License](https://img.shields.io/github/license/setchi/NoteEditor.svg?style=flat-square)](LICENSE)
# Note Editor [![Release](https://img.shields.io/github/release/setchi/NoteEditor.svg?style=flat-square)](https://github.com/setchi/NoteEditor/releases/latest) [![License](https://img.shields.io/github/license/setchi/NoteEditor.svg?style=flat-square)](LICENSE)

音楽ゲーム用の譜面エディタです。
現在wav形式の音楽ファイルのみ対応しています。[English](https://translate.google.com/translate?sl=ja&tl=en&u=https://github.com/setchi/NoteEditor) (by Google Translate)
Expand All @@ -18,9 +16,9 @@
### 譜面の操作
| アクション | コマンド |
|:-----------|:------------|
| 拡大/縮小する | 上 / 下矢印キー, Ctrl + マウスホイール |
| 現在位置を移動する | / 右矢印キー, マウスホイール, 波形部分を左右にドラッグ |
| 現在位置を素早く移動する | Ctrl + 左 / 右矢印キー |
| 拡大/縮小する | 上下矢印キー / Ctrl + マウスホイール |
| 現在位置を移動する | 左右矢印キー / マウスホイール / 波形部分を左右にドラッグ |
| 現在位置を素早く移動する | Ctrl + 左右矢印キー |
| 再生 / 停止 | Space |
| ノーツをすべて選択する | Ctrl + A |
| ノーツを範囲選択する | Ctrl + 譜面をドラッグ |
Expand All @@ -34,10 +32,10 @@
|:-----------|:------------|
| ノーツ編集モードを切替える | Alt |
| ロングノーツ編集を開始する | Shift + ノーツを配置 |
| ロングノーツ編集モードを解除する | 右クリックEsc |
| ロングノーツ編集モードを解除する | 右クリック / Esc |

## 開発環境
Unity 5.5.2f1
Unity 2017.1.0f3

## LICENSE
MIT

0 comments on commit 6580f66

Please sign in to comment.