We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d551b commit b0b12c7Copy full SHA for b0b12c7
cmd/main.go
@@ -10,7 +10,7 @@ import (
10
11
func main() {
12
ebiten.SetWindowSize(layout.WinWidth, layout.WinHeight)
13
- ebiten.SetWindowTitle("2048 - Day 9 測試")
+ ebiten.SetWindowTitle("2048 - Day 10 測試")
14
gameInstance := game.NewGame()
15
gameInstance.AddRandomTile(game.Default)
16
0 commit comments