diff options
Diffstat (limited to 'game')
-rw-r--r-- | game/project.godot | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/game/project.godot b/game/project.godot index 9d005b0..ca2d2c1 100644 --- a/game/project.godot +++ b/game/project.godot @@ -54,6 +54,10 @@ window/stretch/mode="canvas_items" window/stretch/aspect="ignore" window/per_pixel_transparency/allowed=true +[dotnet] + +project/assembly_name="OpenVic" + [editor_plugins] enabled=PackedStringArray("res://addons/keychain/plugin.cfg", "res://addons/openvic-plugin/plugin.cfg") |