add how to play link

This commit is contained in:
Evan
2024-11-29 13:11:15 -08:00
parent 3e4f4e42cf
commit 6cd75d3a9f
2 changed files with 11 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,7 @@ export const devConfig = new class extends DefaultConfig {
unitInfo(type: UnitType): UnitInfo {
const info = super.unitInfo(type)
const oldCost = info.cost
info.cost = (p: Player) => oldCost(p) / 1000000
info.cost = (p: Player) => oldCost(p) / 5
return info
}
@@ -14,6 +14,7 @@ export const devConfig = new class extends DefaultConfig {
}
numSpawnPhaseTurns(): number {
return 40
// return 100
}
gameCreationRate(): number {
return 20 * 1000