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

[要望] 色変化全般の仕様見直し #1637

Closed
cwtickle opened this issue Apr 11, 2024 · 0 comments · Fixed by #1638
Closed

[要望] 色変化全般の仕様見直し #1637

cwtickle opened this issue Apr 11, 2024 · 0 comments · Fixed by #1638

Comments

@cwtickle
Copy link
Owner

cwtickle commented Apr 11, 2024

改善詳細 / Details of Improvement

  • 色変化全般の仕様を見直し、矢印・フリーズアローを分離した仕様に変更する。

改善理由 / Reason for Improvement

  • 旧Flash時代の仕様を継承しているため、拡張性に乏しい。
    CW Editionになり、拡張した項目の数々に仕様が追いついていない。

スクリーンショット / Screenshot

期待する見せ方・挙動 / Expected Behavior

  • 現時点では以下の仕様を想定。
    個別色変化・全体色変化を統合し、矢印・フリーズアローの定義方法を統一、分離する。
// フレーム数、矢印番号群、カラーコード(グラデーション)、個別/全体フラグ(全体=A)
|arrowColor_data=
200,0/1/2/3/4/5/6,#99ffff
400,0/2/4/6,#8888ff
400,3/5,#ffff99
|

// Normal -> 通常矢印、Hit -> ヒット時矢印、NormalBar -> 通常帯、HitBar -> ヒット帯
// NormalShadow -> 通常影、HitShadow -> ヒット時影
// フレーム数、矢印種類:矢印番号群、カラーコード(グラデーション)、個別/全体フラグ(全体=A)
|frzColor_data=
200,Normal:0/1/2/3/4/5/6,#99ffff
200,Hit:0/1/2/3/4/5/6,#8888ff
400,NormalBar:0/1/2/3/4/5/6,#9999ff,A
400,HitBar:0/1/2/3/4/5/6,#ffff99,A
|

その他検討事項 / Other Considerations

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