Add WebAssembly support for assets and chunks, implement gameover screen rendering, and enhance server gameplay logic with dynamic speeds, team naming, and score components.
This commit is contained in:
@@ -30,7 +30,7 @@ import (
|
||||
// --- CONFIG ---
|
||||
const (
|
||||
RawDir = "./assets_raw"
|
||||
OutFile = "./cmd/client/assets/assets.json"
|
||||
OutFile = "cmd/client/web/assets/assets.json"
|
||||
|
||||
WidthList = 280 // Etwas breiter für die Bilder
|
||||
WidthInspect = 300
|
||||
|
||||
Reference in New Issue
Block a user