From 453dcd52bdb9286987b272661669d4dc5eaa7e5d Mon Sep 17 00:00:00 2001 From: Brychan Dempsey Date: Sun, 29 Aug 2021 21:12:37 +1200 Subject: [PATCH] Cleaned some code; added dynamic loading of sprites --- PDGServer_WPF/MainWindow.xaml | 51 +++--- PDGServer_WPF/MainWindow.xaml.cs | 72 ++++++++- RBG_Server.Core/GameServer.cs | 268 +++++++++++++++---------------- 3 files changed, 229 insertions(+), 162 deletions(-) diff --git a/PDGServer_WPF/MainWindow.xaml b/PDGServer_WPF/MainWindow.xaml index bc7a7da..0a09f43 100644 --- a/PDGServer_WPF/MainWindow.xaml +++ b/PDGServer_WPF/MainWindow.xaml @@ -4,7 +4,7 @@ xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d" - Title="PDG Server" Height="600" Width="800"> + Title="PDG Server" Height="768" Width="1024" Background="#FF4B4B4B"> @@ -16,30 +16,33 @@ - -