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

RTA in Japan Winter 2023 のセットアップ画面を追加する #735

Merged
merged 2 commits into from
Dec 18, 2023

Conversation

cma2819
Copy link
Member

@cma2819 cma2819 commented Dec 18, 2023

resolves #731

  • 「次のゲーム」表示がこれまでと大きく変わる特別仕様なので、別の graphic として開発しました

screenshot

image

長いゲーム名は縮小して表示します

image

カテゴリ名が長いため省略される場合

image

On deck で省略される場合

image

Twitter 表示

image

@cma2819 cma2819 requested review from pasta04 and yagamuu December 18, 2023 05:43
@pasta04 pasta04 added graphics レイアウトに影響する内容 high priority 直近のイベントまでにすぐ対応したいもの labels Dec 18, 2023
@pasta04
Copy link
Contributor

pasta04 commented Dec 18, 2023

Style

  • ゲームタイトル
    • 上からstyleでweight:900を渡してるんだけど、BoldTextコンポーネントのスタイルが優先されて適用されて結局800になってる

image

  • 次のゲーム
    • repeatで30px間隔に置いてるんだけど、次のゲームの高さが535、次の次のゲームが570なので、35px間隔では。
    • 実際、要素の位置を取得してみるとyが565になってて5px分ズレてる

image

  • Informationってomnibarで流してるInformationを流すんじゃないか説。これをやる場合、setup-idolの中でinformationのレプリカントを取ってきて順次流す?
  • やりたいことの確認が要る

@cma2819
Copy link
Member Author

cma2819 commented Dec 18, 2023

  • ゲームタイトル

    • 上からstyleでweight:900を渡してるんだけど、BoldTextコンポーネントのスタイルが優先されて適用されて結局800になってる
  • 次のゲーム

    • repeatで30px間隔に置いてるんだけど、次のゲームの高さが535、次の次のゲームが570なので、35px間隔では。
    • 実際、要素の位置を取得してみるとyが565になってて5px分ズレてる

上記直しました

  • Informationってomnibarで流してるInformationを流すんじゃないか説。これをやる場合、setup-idolの中でinformationのレプリカントを取ってきて順次流す?
  • やりたいことの確認が要る

一応聞いてみますが、

  • 部品の設計に該当するものがない
  • 一時的な画像に文字を入れてくれてる
  • なんか文字の内容的にもスクロールしそう

なので動画に入ってるんじゃないかなとか思ってました

@cma2819 cma2819 merged commit d33e543 into master Dec 18, 2023
1 check passed
@cma2819 cma2819 deleted the rtaijw2023-setup branch December 18, 2023 16:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
graphics レイアウトに影響する内容 high priority 直近のイベントまでにすぐ対応したいもの
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[RiJW2023] セットアップ画面の変更
2 participants