Started to setup the UI

This commit is contained in:
2023-01-25 12:10:40 +01:00
parent dca1caf427
commit 512fc44e0f
5 changed files with 317 additions and 51 deletions
+5
View File
@@ -44,6 +44,11 @@ namespace Caisses
//base.Tick();
Position = checkBounds(Position, StoreArea, WaitingRoomArea);
Color = Color.FromArgb(ShoppingTime * 2, 0, 0);
if (State == ClientState.Waiting)
{
Speed = new PointF(Speed.X + WaitingTime / 100f,Speed.Y + WaitingTime / 100f);
}
}
public void Draw(Bitmap storeImage, Bitmap waitingRoomImage)
{