Compare commits

...

2 Commits

Author SHA1 Message Date
Atlas Cove d3a84d35b9 Project fix 2023-01-04 17:33:18 +00:00
Atlas Cove 0e7c8890ac Small update to project.godot 2023-01-03 20:05:23 +00:00
5 changed files with 32 additions and 1 deletions

2
.gitignore vendored
View File

@ -10,4 +10,6 @@ export_presets.cfg
# Mono-specific ignores
.mono/
data_*/
#Other
addons

View File

@ -2,4 +2,10 @@
<PropertyGroup>
<TargetFramework>net472</TargetFramework>
</PropertyGroup>
</Project>
<ItemGroup>
<PackageReference Include="System.Runtime" Version="4.3.1" />
<Reference Include="GodotSharp">
<HintPath>.mono/assemblies/Debug/GodotSharp.dll</HintPath>
</Reference>
</ItemGroup>
</Project>

12
NuGet.Config Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" protocolVersion="3" />
</packageSources>
<ItemGroup>
<Reference Include="Ink">
<HintPath>$(ProjectDir)/ink-engine-runtime.dll</HintPath>
<Private>False</Private>
</Reference>
</ItemGroup>
</configuration>

View File

@ -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

View File

@ -11,6 +11,7 @@ config_version=4
[application]
config/name="GIVE"
run/main_scene="res://give_mainwindow.tscn"
config/icon="res://icon.png"
[debug]
@ -25,6 +26,10 @@ enabled=PoolStringArray( )
singletons=[ ]
[mono]
project/assembly_name="GIVE"
[physics]
common/enable_pause_aware_picking=true