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