From 63fb84a42cb252a2c8f0f1a5826a40894bbe46a9 Mon Sep 17 00:00:00 2001 From: "jeremy.becker" Date: Tue, 9 Sep 2025 08:32:17 +0200 Subject: [PATCH] Initial Commit. --- .gitattributes | 2 + .gitignore | 2 + .idea/.idea.working-title/.idea/.gitignore | 13 +++++++ .idea/.idea.working-title/.idea/encodings.xml | 4 ++ .../.idea.working-title/.idea/indexLayout.xml | 8 ++++ .../.idea/libraries/GdSdk.xml | 9 +++++ .idea/.idea.working-title/.idea/vcs.xml | 6 +++ NewScript.cs | 6 +++ NewScript.cs.uid | 1 + icon.svg | 1 + icon.svg.import | 37 +++++++++++++++++++ project.godot | 23 ++++++++++++ working-title.csproj | 7 ++++ working-title.sln | 19 ++++++++++ 14 files changed, 138 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 .idea/.idea.working-title/.idea/.gitignore create mode 100644 .idea/.idea.working-title/.idea/encodings.xml create mode 100644 .idea/.idea.working-title/.idea/indexLayout.xml create mode 100644 .idea/.idea.working-title/.idea/libraries/GdSdk.xml create mode 100644 .idea/.idea.working-title/.idea/vcs.xml create mode 100644 NewScript.cs create mode 100644 NewScript.cs.uid create mode 100644 icon.svg create mode 100644 icon.svg.import create mode 100644 project.godot create mode 100644 working-title.csproj create mode 100644 working-title.sln diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8ad74f7 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Normalize EOL for all files that Git considers text files. +* text=auto eol=lf diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4709183 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# Godot 4+ specific ignores +.godot/ diff --git a/.idea/.idea.working-title/.idea/.gitignore b/.idea/.idea.working-title/.idea/.gitignore new file mode 100644 index 0000000..6e1779f --- /dev/null +++ b/.idea/.idea.working-title/.idea/.gitignore @@ -0,0 +1,13 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Rider ignored files +/.idea.working-title.iml +/modules.xml +/contentModel.xml +/projectSettingsUpdater.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/.idea/.idea.working-title/.idea/encodings.xml b/.idea/.idea.working-title/.idea/encodings.xml new file mode 100644 index 0000000..df87cf9 --- /dev/null +++ b/.idea/.idea.working-title/.idea/encodings.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/.idea/.idea.working-title/.idea/indexLayout.xml b/.idea/.idea.working-title/.idea/indexLayout.xml new file mode 100644 index 0000000..7b08163 --- /dev/null +++ b/.idea/.idea.working-title/.idea/indexLayout.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.working-title/.idea/libraries/GdSdk.xml b/.idea/.idea.working-title/.idea/libraries/GdSdk.xml new file mode 100644 index 0000000..72a9c1b --- /dev/null +++ b/.idea/.idea.working-title/.idea/libraries/GdSdk.xml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/.idea.working-title/.idea/vcs.xml b/.idea/.idea.working-title/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/.idea.working-title/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/NewScript.cs b/NewScript.cs new file mode 100644 index 0000000..d560d64 --- /dev/null +++ b/NewScript.cs @@ -0,0 +1,6 @@ +using Godot; +using System; + +public partial class NewScript : Node +{ +} diff --git a/NewScript.cs.uid b/NewScript.cs.uid new file mode 100644 index 0000000..b0f7be0 --- /dev/null +++ b/NewScript.cs.uid @@ -0,0 +1 @@ +uid://csi0jwo0ijijn diff --git a/icon.svg b/icon.svg new file mode 100644 index 0000000..3fe4f4a --- /dev/null +++ b/icon.svg @@ -0,0 +1 @@ + diff --git a/icon.svg.import b/icon.svg.import new file mode 100644 index 0000000..2845864 --- /dev/null +++ b/icon.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://18744khc7c2b" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://icon.svg" +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/project.godot b/project.godot new file mode 100644 index 0000000..a5da4aa --- /dev/null +++ b/project.godot @@ -0,0 +1,23 @@ +; Engine configuration file. +; It's best edited using the editor UI and not directly, +; since the parameters that go here are not all obvious. +; +; Format: +; [section] ; section goes between [] +; param=value ; assign values to parameters + +config_version=5 + +[application] + +config/name="working-title" +config/features=PackedStringArray("4.4", "Forward Plus") +config/icon="res://icon.svg" + +[dotnet] + +project/assembly_name="working-title" + +[editor] + +version_control/autoload_on_startup=true diff --git a/working-title.csproj b/working-title.csproj new file mode 100644 index 0000000..095f083 --- /dev/null +++ b/working-title.csproj @@ -0,0 +1,7 @@ + + + net8.0 + true + workingtitle + + \ No newline at end of file diff --git a/working-title.sln b/working-title.sln new file mode 100644 index 0000000..b94fb41 --- /dev/null +++ b/working-title.sln @@ -0,0 +1,19 @@ +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 2012 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "working-title", "working-title.csproj", "{9F7330EA-6CCC-4DC8-B1C1-069B5D8C2221}" +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 + {9F7330EA-6CCC-4DC8-B1C1-069B5D8C2221}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {9F7330EA-6CCC-4DC8-B1C1-069B5D8C2221}.Debug|Any CPU.Build.0 = Debug|Any CPU + {9F7330EA-6CCC-4DC8-B1C1-069B5D8C2221}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU + {9F7330EA-6CCC-4DC8-B1C1-069B5D8C2221}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU + {9F7330EA-6CCC-4DC8-B1C1-069B5D8C2221}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU + {9F7330EA-6CCC-4DC8-B1C1-069B5D8C2221}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU + EndGlobalSection +EndGlobal