diff --git a/project.godot b/project.godot index 44df7b0..48e2747 100644 --- a/project.godot +++ b/project.godot @@ -11,8 +11,8 @@ config_version=5 [application] config/name="Tibet" -run/main_scene="uid://hac4l25a1g7v" -config/features=PackedStringArray("4.7", "Forward Plus") +run/main_scene="uid://dti3yc6lnv2p4" +config/features=PackedStringArray("4.7", "C#", "Forward Plus") config/icon="res://icon.svg" [display] @@ -29,6 +29,10 @@ project/assembly_name="shadrerTest" version_control/plugin_name="GitPlugin" version_control/autoload_on_startup=true +[editor_plugins] + +enabled=PackedStringArray("res://addons/GodotInk/plugin.cfg") + [input] moveForward={ diff --git a/shadrerTest.csproj b/shadrerTest.csproj new file mode 100644 index 0000000..37a5ae8 --- /dev/null +++ b/shadrerTest.csproj @@ -0,0 +1,9 @@ + + + + net8.0 + net9.0 + true + + + diff --git a/shadrerTest.sln b/shadrerTest.sln new file mode 100644 index 0000000..a51fa9d --- /dev/null +++ b/shadrerTest.sln @@ -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