blob: 66be1f7d84656223f3298fbff40acfb3dcda4181 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<floater name="gestures" title="アクティブ・ジェスチャー">
<text name="help_label">
ジェスチャーをダブルクリックして、 アニメーションとサウンドを再生。
</text>
<scroll_list bottom_delta="-385" height="360" name="gesture_list">
<column label="トリガ" name="trigger" />
<column label="キー" name="shortcut" />
<column label="" name="key" />
<column label="名前" name="name" />
</scroll_list>
<button label="新規" name="new_gesture_btn" />
<button label="持ち物" name="inventory_btn" />
<button label="編集" name="edit_btn" />
<button label="再生" name="play_btn" />
<button label="停止" name="stop_btn" />
</floater>
|