From 53c8a435a3cecdb9fe908640e76e830c6a88505d Mon Sep 17 00:00:00 2001 From: lars Date: Thu, 15 Oct 2020 21:36:06 +0200 Subject: [PATCH] [ADDED] made a color picker for the canvas --- Client/Client.csproj | 1 + Client/Views/GameWindow.xaml | 21 +++++++++------------ Client/Views/GameWindow.xaml.cs | 27 +++++++++++++++++++++++++-- Server/Server.csproj | 1 + 4 files changed, 36 insertions(+), 14 deletions(-) diff --git a/Client/Client.csproj b/Client/Client.csproj index d66b4aa..d5b88aa 100644 --- a/Client/Client.csproj +++ b/Client/Client.csproj @@ -7,6 +7,7 @@ + diff --git a/Client/Views/GameWindow.xaml b/Client/Views/GameWindow.xaml index cbc7879..28578fa 100644 --- a/Client/Views/GameWindow.xaml +++ b/Client/Views/GameWindow.xaml @@ -4,6 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:Client.Views" + xmlns:xctk="http://schemas.xceed.com/wpf/xaml/toolkit" mc:Ignorable="d" Title="Scrubl.io" Height="600" Width="1200"> @@ -11,7 +12,7 @@ - + @@ -29,23 +30,19 @@ - -