diff --git a/Game/LevelScope.cs.uid b/Game/LevelScope.cs.uid new file mode 100644 index 0000000..0b14511 --- /dev/null +++ b/Game/LevelScope.cs.uid @@ -0,0 +1 @@ +uid://d18acsodp1s3i diff --git a/addons/GodotDI/GodotDI.cs b/addons/GodotDI/GodotDI.cs new file mode 100644 index 0000000..b6235c2 --- /dev/null +++ b/addons/GodotDI/GodotDI.cs @@ -0,0 +1,27 @@ +#if TOOLS +using Godot; +using GodotHostTest.addons.godot_di; + +namespace GodotHostTest.GodotDI; + +[Tool] +public partial class GodotDI : EditorPlugin +{ + private ScopeInspectorPlugin? _plugin; + + public override void _EnterTree() + { + GD.Print("Initializing Godot DI"); + _plugin = new ScopeInspectorPlugin(); + AddInspectorPlugin(_plugin); + } + + public override void _ExitTree() + { + GD.Print("Deinitializing Godot DI"); + RemoveInspectorPlugin(_plugin); + _plugin?.Dispose(); + _plugin = null; + } +} +#endif \ No newline at end of file diff --git a/addons/GodotDI/GodotDI.cs.uid b/addons/GodotDI/GodotDI.cs.uid new file mode 100644 index 0000000..264d883 --- /dev/null +++ b/addons/GodotDI/GodotDI.cs.uid @@ -0,0 +1 @@ +uid://dtvb8nb6d2j4m diff --git a/addons/GodotDI/GodotScriptPathCache.cs.uid b/addons/GodotDI/GodotScriptPathCache.cs.uid new file mode 100644 index 0000000..d7d08eb --- /dev/null +++ b/addons/GodotDI/GodotScriptPathCache.cs.uid @@ -0,0 +1 @@ +uid://brjpccpd5ta6x diff --git a/addons/GodotDI/RandomIntEditor.cs.uid b/addons/GodotDI/RandomIntEditor.cs.uid new file mode 100644 index 0000000..25a0380 --- /dev/null +++ b/addons/GodotDI/RandomIntEditor.cs.uid @@ -0,0 +1 @@ +uid://db526cjmnd4q7 diff --git a/addons/GodotDI/ScopeInspectorPlugin.cs.uid b/addons/GodotDI/ScopeInspectorPlugin.cs.uid new file mode 100644 index 0000000..7eb731f --- /dev/null +++ b/addons/GodotDI/ScopeInspectorPlugin.cs.uid @@ -0,0 +1 @@ +uid://cl7d2h5juc2gh diff --git a/addons/GodotDI/ScopePickerEditor.cs.uid b/addons/GodotDI/ScopePickerEditor.cs.uid new file mode 100644 index 0000000..a04910a --- /dev/null +++ b/addons/GodotDI/ScopePickerEditor.cs.uid @@ -0,0 +1 @@ +uid://cy4jjk14my305 diff --git a/addons/GodotDI/ScopeTypesAndNames.cs.uid b/addons/GodotDI/ScopeTypesAndNames.cs.uid new file mode 100644 index 0000000..09b0418 --- /dev/null +++ b/addons/GodotDI/ScopeTypesAndNames.cs.uid @@ -0,0 +1 @@ +uid://dgxakmyv77lcu diff --git a/addons/GodotDI/ServiceSource.svg b/addons/GodotDI/ServiceSource.svg new file mode 100644 index 0000000..908103d --- /dev/null +++ b/addons/GodotDI/ServiceSource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/addons/GodotDI/ServiceSource.svg.import b/addons/GodotDI/ServiceSource.svg.import new file mode 100644 index 0000000..fa5c5e7 --- /dev/null +++ b/addons/GodotDI/ServiceSource.svg.import @@ -0,0 +1,43 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ce5hi46doaiv8" +path="res://.godot/imported/ServiceSource.svg-ca2976082d4f895e226f23d45377b764.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/GodotDI/ServiceSource.svg" +dest_files=["res://.godot/imported/ServiceSource.svg-ca2976082d4f895e226f23d45377b764.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/uastc_level=0 +compress/rdo_quality_loss=0.0 +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/channel_remap/red=0 +process/channel_remap/green=1 +process/channel_remap/blue=2 +process/channel_remap/alpha=3 +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/addons/GodotDI/plugin.cfg b/addons/GodotDI/plugin.cfg new file mode 100644 index 0000000..717f7df --- /dev/null +++ b/addons/GodotDI/plugin.cfg @@ -0,0 +1,7 @@ +[plugin] + +name="GodotDI" +description="" +author="owof games" +version="0.1" +script="GodotDI.cs" diff --git a/godot-host-test.csproj.DotSettings b/godot-host-test.csproj.DotSettings new file mode 100644 index 0000000..c75db4a --- /dev/null +++ b/godot-host-test.csproj.DotSettings @@ -0,0 +1,2 @@ + + True \ No newline at end of file