From d3a84d35b950d421708d3e310178fff606a611e2 Mon Sep 17 00:00:00 2001 From: Atlas Cove Date: Wed, 4 Jan 2023 17:33:18 +0000 Subject: [PATCH] Project fix --- .gitignore | 2 ++ GIVE.csproj | 8 +++++++- NuGet.Config | 12 ++++++++++++ give_mainwindow.tscn | 6 ++++++ 4 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 NuGet.Config diff --git a/.gitignore b/.gitignore index 822b784..765bd51 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,6 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +#Other +addons diff --git a/GIVE.csproj b/GIVE.csproj index 48e15c3..f54be76 100644 --- a/GIVE.csproj +++ b/GIVE.csproj @@ -2,4 +2,10 @@ net472 - \ No newline at end of file + + + + .mono/assemblies/Debug/GodotSharp.dll + + + diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..bf45e71 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,12 @@ + + + + + + + +$(ProjectDir)/ink-engine-runtime.dll +False + + + diff --git a/give_mainwindow.tscn b/give_mainwindow.tscn index b171e8d..bc33a3a 100644 --- a/give_mainwindow.tscn +++ b/give_mainwindow.tscn @@ -1,3 +1,9 @@ [gd_scene format=2] [node name="Node2D" type="Node2D"] + +[node name="Panel" type="Panel" parent="."] +margin_left = 2.0 +margin_top = 358.0 +margin_right = 1023.0 +margin_bottom = 511.0