mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-06 17:56:47 +00:00
better favicon, improved map
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user