Skip to content

Commit

Permalink
fix credit
Browse files Browse the repository at this point in the history
  • Loading branch information
pankona committed Jun 29, 2024
1 parent 3630bbb commit 0671e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func (g *Game) initialize() {
g.drawHandler.Add(bg)

// クレジットを初期化
g.credit = 1000
g.credit = 100

// 敵が全滅したらウェーブを終了して建築フェーズに戻る
// 敵が全滅したことをコールバックする
Expand Down

0 comments on commit 0671e55

Please sign in to comment.