diff options
author | BrickPi <49528459+BrickPi@users.noreply.github.com> | 2024-01-21 21:10:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-21 21:10:47 +0100 |
commit | 0840fd621cf35201f1e5ef90ad09033a2242b181 (patch) | |
tree | 12023bcc0a0b3d598aefec1b70bcd345de946ffe /game/project.godot | |
parent | fc0658161f84c7949198c2d907614acaa4332728 (diff) | |
parent | 369cb94556d82a2c273443ed7628c4cc37458ce0 (diff) |
Merge pull request #197 from OpenVicProject/reorganising
Diffstat (limited to 'game/project.godot')
-rw-r--r-- | game/project.godot | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/game/project.godot b/game/project.godot index 940c340..9d005b0 100644 --- a/game/project.godot +++ b/game/project.godot @@ -17,10 +17,16 @@ config/use_custom_user_dir=true config/features=PackedStringArray("4.2", "Forward Plus") boot_splash/bg_color=Color(0, 0, 0, 0) boot_splash/show_image=false -boot_splash/image="res://splash_assets/splash_image.png" -config/icon="res://icon.svg" +boot_splash/image="res://assets/graphics/splash_image.png" +config/icon="res://assets/OpenVic.svg" +config/macos_native_icon="res://assets/OpenVic.icns" +config/windows_native_icon="res://assets/OpenVic.ico" config/project_settings_override.template="user://settings.cfg" +[audio] + +buses/default_bus_layout="res://assets/audio/default_bus_layout.tres" + [autoload] Resolution="*res://src/Game/Autoload/Resolution.gd" @@ -54,7 +60,7 @@ enabled=PackedStringArray("res://addons/keychain/plugin.cfg", "res://addons/open [gui] -theme/custom="res://theme/default_theme.tres" +theme/custom="res://assets/graphics/theme/default_theme.tres" [input] @@ -131,7 +137,7 @@ locale/country_short_name={ "United Kingdom": "UK", "United States of America": "USA" } -locale/localisation_path="res://localisation" +locale/localisation_path="res://assets/localisation/locales" [memory] |