better favicon, improved map

This commit is contained in:
evanpelle
2024-09-01 20:31:17 -07:00
parent c1dc6217a5
commit daaca23e5c
7 changed files with 12 additions and 75 deletions
+3 -3
View File
@@ -12,9 +12,9 @@ export class GameRenderer {
private territoryContext: CanvasRenderingContext2D
private scale: number = .8
private offsetX: number = 0
private offsetY: number = 100
private scale: number = 1.8
private offsetX: number = -350
private offsetY: number = -200
private context: CanvasRenderingContext2D
+1 -1
View File
@@ -10,7 +10,7 @@
<body>
<div class="content">
<h1>OpenFront.io</h1>
<h2>(v0.02)</h2>
<h2>(v0.2.0)</h2>
<div id="username-container">
<input type="text" id="username" placeholder="Enter your username">
</div>
+1 -1
View File
@@ -16,7 +16,7 @@ export class DefaultConfig implements Config {
return 100
}
numBots(): number {
return 250
return 350
}
turnIntervalMs(): number {
return 100