Added "icons" and "splash_screen" folders into Assets/Graphics

Moved all the relative assets there, including the icon files which no longer are on the res:// folder. The main page of the repository should look much cleaner now.
This commit is contained in:
OverloadedOrama 2020-05-02 01:34:55 +03:00
parent c35e4b0613
commit 28de4d56f6
28 changed files with 56 additions and 60 deletions

View file

@ -48,11 +48,11 @@ config/name="Pixelorama"
config/description="A free & open-source 2D sprite editor"
run/main_scene="res://src/Main.tscn"
run/low_processor_mode=true
boot_splash/image="res://splash.png"
boot_splash/image="res://Assets/Graphics/splash.png"
boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 )
config/icon="res://icon.png"
config/macos_native_icon="res://icon.icns"
config/windows_native_icon="res://icon.ico"
config/icon="res://Assets/Graphics/icons/icon.png"
config/macos_native_icon="res://Assets/Graphics/icons/icon.icns"
config/windows_native_icon="res://Assets/Graphics/icons/icon.ico"
config/Version="v0.7"
[autoload]