mirror of
https://github.com/setube/ogame-vue-ts.git
synced 2026-05-12 16:05:12 +08:00
1.6.0更新
This commit is contained in:
@@ -26,6 +26,7 @@ export const useGameStore = defineStore('game', {
|
||||
gameTime: Date.now(),
|
||||
isPaused: false,
|
||||
gameSpeed: 1,
|
||||
battleToFinish: true, // 战斗到底模式:false=经典模式(6回合平局),true=战斗到底(最多100回合)
|
||||
player: {
|
||||
id: 'player1',
|
||||
name: '',
|
||||
|
||||
Reference in New Issue
Block a user