installed ink addon

master
Leo Coogan 2 months ago
parent fb1b447a10
commit 28c180d141
Signed by: lcoogan
GPG Key ID: 54DBD17B0D75ABB0

@ -11,8 +11,8 @@ config_version=5
[application] [application]
config/name="Tibet" config/name="Tibet"
run/main_scene="uid://hac4l25a1g7v" run/main_scene="uid://dti3yc6lnv2p4"
config/features=PackedStringArray("4.7", "Forward Plus") config/features=PackedStringArray("4.7", "C#", "Forward Plus")
config/icon="res://icon.svg" config/icon="res://icon.svg"
[display] [display]
@ -29,6 +29,10 @@ project/assembly_name="shadrerTest"
version_control/plugin_name="GitPlugin" version_control/plugin_name="GitPlugin"
version_control/autoload_on_startup=true version_control/autoload_on_startup=true
[editor_plugins]
enabled=PackedStringArray("res://addons/GodotInk/plugin.cfg")
[input] [input]
moveForward={ moveForward={

@ -0,0 +1,9 @@
<Project Sdk="Godot.NET.Sdk/4.7.1">
<Import Project="addons\GodotInk\GodotInk.props" />
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<TargetFramework Condition=" '$(GodotTargetPlatform)' == 'android' ">net9.0</TargetFramework>
<EnableDynamicLoading>true</EnableDynamicLoading>
</PropertyGroup>
</Project>

@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "shadrerTest", "shadrerTest.csproj", "{E4C5E17D-E81E-4B97-A8A8-B4DE7E74D375}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E4C5E17D-E81E-4B97-A8A8-B4DE7E74D375}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E4C5E17D-E81E-4B97-A8A8-B4DE7E74D375}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E4C5E17D-E81E-4B97-A8A8-B4DE7E74D375}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{E4C5E17D-E81E-4B97-A8A8-B4DE7E74D375}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{E4C5E17D-E81E-4B97-A8A8-B4DE7E74D375}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{E4C5E17D-E81E-4B97-A8A8-B4DE7E74D375}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal
Loading…
Cancel
Save