make big display toggleable

This commit is contained in:
Vinzenz Schroeter 2024-04-07 20:16:22 +02:00
parent a9aaf899a2
commit dc9ad21a3d
29 changed files with 119 additions and 46 deletions

View file

@ -1,4 +1,5 @@
using TanksServer.Helpers;
using TanksServer.Services;
namespace TanksServer.DrawSteps;

View file

@ -1,4 +1,6 @@
using TanksServer.Helpers;
using TanksServer.Models;
using TanksServer.Services;
namespace TanksServer.DrawSteps;

View file

@ -1,6 +1,7 @@
using SixLabors.ImageSharp;
using SixLabors.ImageSharp.PixelFormats;
using TanksServer.Helpers;
using TanksServer.Services;
namespace TanksServer.DrawSteps;