From 9ab7a49ccf47b25e6527ec2907a844a1f63297cd Mon Sep 17 00:00:00 2001 From: Jake Date: Mon, 21 Dec 2020 17:19:16 -0800 Subject: [PATCH] Updated to core --- .idea/.idea.NodeEditor/.idea/workspace.xml | 30 +---- App.config | 6 - App.xaml | 9 +- Controls/EditorCanvas.xaml | 3 +- Controls/EditorCanvas.xaml.cs | 11 +- NodeEditor.Core.csproj | 27 ++++ NodeEditor.Core.sln | 25 ++++ NodeEditor.csproj | 144 --------------------- NodeEditor.sln | 30 ----- Properties/AssemblyInfo.cs | 55 -------- main-map.png => assets/main-map_yellow.png | 0 schema/data.json | 35 +++++ schema/data.schema.json | 99 ++++++++++++++ 13 files changed, 204 insertions(+), 270 deletions(-) delete mode 100644 App.config create mode 100644 NodeEditor.Core.csproj create mode 100644 NodeEditor.Core.sln delete mode 100644 NodeEditor.csproj delete mode 100644 NodeEditor.sln delete mode 100644 Properties/AssemblyInfo.cs rename main-map.png => assets/main-map_yellow.png (100%) create mode 100644 schema/data.json create mode 100644 schema/data.schema.json diff --git a/.idea/.idea.NodeEditor/.idea/workspace.xml b/.idea/.idea.NodeEditor/.idea/workspace.xml index 0866b46..a73630b 100644 --- a/.idea/.idea.NodeEditor/.idea/workspace.xml +++ b/.idea/.idea.NodeEditor/.idea/workspace.xml @@ -28,10 +28,9 @@ - + - - + - - - - - + + @@ -119,9 +103,7 @@