Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve: [0651] カスタムキー定義のshuffleXについて部分省略指定に対応 #1417

Merged
merged 1 commit into from Feb 28, 2023

Conversation

cwtickle
Copy link
Owner

🔨 変更内容 / Details of Changes

  1. カスタムキー定義のshuffleXについて部分省略指定に対応しました。
    shuffleXについて、下記のように部分的に空指定ができるようになります。
    何も指定しない場合は、全てのシャッフルグループがグループ1に割り当てられます。
|shuffle10p=$$11i_0$11i_1|

|minWidth10p=650|
|color10p=0,1,2,1,0,0,1,2,1,0$10p_0$11i_0$11i_1|
|chara10p=left,down,gor,up,right,sleft,sdown,siyo,sup,sright$10p_0$11i_0$11i_1|
|stepRtn10p=-45,45,onigiri,135,-135,-45,45,onigiri,135,-135$10p_0$11i_0$11i_1|
|keyCtrl10p=88/90,69/87,68/70/83,84/82,86/67,66/78,89/85,72/74/75,73/79,77/188$88/90,87/81,68/83/70,82/84,67/86,77/78,85/89,75/74/76,79/80,188/190$11i_0$11i_1|
|blank10p=50$50$50$50|
|scroll10p=Cross::1,1,1,-1,-1,-1,-1,1,1,1/Split::1,1,1,1,1,-1,-1,-1,-1,-1/Alternate::1,-1,1,-1,1,1,-1,1,-1,1$10p_0$11i_0$11i_1|
|transKey10p=$$11i$11i|
  • キーの上書きなどでシャッフルグループを変えたくないときは、略記指定が使えます。(変化なし)
|shuffle7=7_0$7_1|

🔖 関連Issue, 変更理由 / Related Issues, Reason for Changes

  1. 別キーモードなどでシャッフルグループを部分流用したい場合で、
    カスタムキーそのもののシャッフルグループには手を入れたくない場合の無用な設定を防ぎます。

📷 スクリーンショット / Screenshot

📝 その他コメント / Other Comments

@codeclimate
Copy link

codeclimate bot commented Feb 28, 2023

Code Climate has analyzed commit 48392a5 and detected 0 issues on this pull request.

View more on Code Climate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant