diff --git a/cmd/client/main.go b/cmd/client/main.go index a1767ab..ad952fa 100644 --- a/cmd/client/main.go +++ b/cmd/client/main.go @@ -579,7 +579,8 @@ func (g *Game) DrawMenu(screen *ebiten.Image) { coopX := ScreenWidth/2 + 20 vector.DrawFilledRect(screen, float32(coopX), float32(btnY), float32(btnW), float32(btnH), ColBtnNormal, false) vector.StrokeRect(screen, float32(coopX), float32(btnY), float32(btnW), float32(btnH), 2, color.White, false) - text.Draw(screen, "CO-OP (Host)", basicfont.Face7x13, coopX+45, btnY+35, ColText) + text.Draw(screen, "CO-OP (Host)", basicfont.Face7x13, coopX+45, btnY+30, ColText) + text.Draw(screen, "(EXPERIMENTAL)", basicfont.Face7x13, coopX+45, btnY+45, color.RGBA{255, 68, 68, 255}) // Join Section joinY := ScreenHeight/2 + 100 @@ -641,7 +642,7 @@ func (g *Game) DrawLobby(screen *ebiten.Image) { screen.Fill(color.RGBA{20, 20, 30, 255}) // Titel - text.Draw(screen, "LOBBY", basicfont.Face7x13, ScreenWidth/2-20, 80, ColText) + text.Draw(screen, "LOBBY (EXPERIMENTAL)", basicfont.Face7x13, ScreenWidth/2-80, 80, color.RGBA{255, 68, 68, 255}) // Room Code (groß anzeigen) text.Draw(screen, "Room Code:", basicfont.Face7x13, ScreenWidth/2-40, 150, color.Gray{200}) diff --git a/cmd/client/web/index.html b/cmd/client/web/index.html index ec927da..ed552eb 100644 --- a/cmd/client/web/index.html +++ b/cmd/client/web/index.html @@ -29,7 +29,7 @@ - +
SCHUL-NEWS
@@ -73,7 +73,7 @@