mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:24:43 -04:00
Asset renaming (#225)
* Renamed the Asset folder and subfolders to lowercase * Fixed font loading issue Co-authored-by: OverloadedOrama <manoschool@yahoo.com>
This commit is contained in:
parent
a056a87492
commit
1ad1ecb960
429 changed files with 2490 additions and 2443 deletions
|
@ -48,9 +48,9 @@ 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://Assets/Graphics/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://Assets/Graphics/icons/icon.png"
|
||||
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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue