diff options
author | Conor Allison <conoboy137@hotmail.co.uk> | 2024-02-29 23:56:05 +0100 |
---|---|---|
committer | Conor Allison <conoboy137@hotmail.co.uk> | 2024-02-29 23:56:05 +0100 |
commit | 30c3407b39bd85a456b1bf9ea6162e83313f4a00 (patch) | |
tree | 31f4520b9db06764f26dc91e4040f13deab1255e | |
parent | 9e305db5e5090a1a24979c480d64eebfe2de65da (diff) |
Creating branch for Technology Panel creation
Initial Push
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | game/project.godot | 4 |
2 files changed, 5 insertions, 0 deletions
@@ -84,3 +84,4 @@ compile_commands.json # ccls .ccls-cache +OpenVic.code-workspace 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") |