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

feat: [0644] 矢印・フリーズアローのスクロール方向を反転する機能を実装 他 #1406

Merged
merged 4 commits into from Feb 17, 2023

Conversation

cwtickle
Copy link
Owner

@cwtickle cwtickle commented Feb 17, 2023

🔨 変更内容 / Details of Changes

  1. 矢印・フリーズアローのスクロール方向を反転する機能を実装しました。
    scrollch_dataで指定します。改行区切りでフレーム数, 矢印番号, スクロール方向の3つで1セットです。
    矢印番号は色変化や矢印モーションで使っているものと同じです。
    スクロール方向は-1で反転、1で元に戻します。
|scrollch_data=
1100,20,-1
1200,21,-1
1300,22,-1
2000,20,1
2000,21,1
2000,22,1
|
  1. キー変化keych_dataについて改行区切りに対応しました。

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

  1. 演出系で一時的にスクロールを反転したい場合にcustomjsが必要となるため。
  2. 他機能との機能統一のため。

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

📝 その他コメント / Other Comments

@codeclimate
Copy link

codeclimate bot commented Feb 17, 2023

Code Climate has analyzed commit e0535cc 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