diff --git a/contents/en/documents/2.7.html b/contents/en/documents/2.7.html index cdf1eb1..6f73bf4 100644 --- a/contents/en/documents/2.7.html +++ b/contents/en/documents/2.7.html @@ -92,3 +92,10 @@
gomobile build
is no longer supported (#2741).ebitenmobile
command, golang.org/x/mobile/app
's RunOnJVM
can no longer be used. Instead, use github.com/hajimehoshi/ebiten/v2/mobile
's RunOnJVM
(#2748).ebiten.SetWindowSize
before ebiten.RunGame
did not work correctly in the Linux i3wm desktop environment (#2951).GeoM
of the options argument in the the text/v2
package's Draw
function was unintentionally modified (#2954).gomobile build
はサポートされなくなりました (#2741)。ebitenmobile
コマンドを使用する場合、 golang.org/x/mobile/app
の RunOnJVM
は使用できなくなりました。代わりに github.com/hajimehoshi/ebiten/v2/mobile
の RunOnJVM
を使用してください (#2748)。ebiten.RunGame
前の ebiten.SetWindowSize
が正しく動かないことがあった問題の修正 (#2951)。text/v2
パッケージの Draw
関数で、オプション引数の GeoM
が意図せず変更されてしまう問題の修正 (#2954)。