We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
表題通り。 例えば、以下のテキストだと、1行目は位置が中心でX座標が-1, y座標が-200に設定されることを期待されるが、それぞれ0が入る。
<ShowPicture: 33, Castle, Position[Center][-1][-2]> <MovePicture: 2, Position[Center][-100][-200]>
ざっと見たところ、ピクチャの表示とピクチャの移動の両方で発生している。(おそらく同じ処理を共有しているため)
なお、Frame2Textはマイナスの値が入ったイベントをテキストに正しく変換できているためそちらは修正の必要がなさそう。Text2Frameのテストケースの作成と、修正が必要となる。
https://x.com/fubukinomori/status/1756659135985389946?s=20
The text was updated successfully, but these errors were encountered:
@yktsr 123-fix-a-bug-related-to-picture-positioning ブランチにテストケースを追加しときました。バグ修正をお願いします。
Sorry, something went wrong.
元の指摘:https://x.com/fubukinomori/status/1756659135985389946?s=20
HidetoshiKawaguchi
yktsr
Successfully merging a pull request may close this issue.
表題通り。
例えば、以下のテキストだと、1行目は位置が中心でX座標が-1, y座標が-200に設定されることを期待されるが、それぞれ0が入る。
ざっと見たところ、ピクチャの表示とピクチャの移動の両方で発生している。(おそらく同じ処理を共有しているため)
なお、Frame2Textはマイナスの値が入ったイベントをテキストに正しく変換できているためそちらは修正の必要がなさそう。Text2Frameのテストケースの作成と、修正が必要となる。
https://x.com/fubukinomori/status/1756659135985389946?s=20
The text was updated successfully, but these errors were encountered: