Started to setup the UI
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user