mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 15:54:44 -04:00
Put default image width and height to 64, made minor changes in the About dialog and in the Chinese translation
This commit is contained in:
parent
8b4c42a576
commit
50fa262a75
6 changed files with 13 additions and 12 deletions
|
@ -41,7 +41,7 @@ func _ready() -> void:
|
|||
if Global.config_cache.has_section_key("preferences", "default_fill_color"):
|
||||
fill_color = Global.config_cache.get_value("preferences", "default_fill_color")
|
||||
Global.is_default_image = !Global.is_default_image
|
||||
|
||||
|
||||
sprite.create(size.x, size.y, false, Image.FORMAT_RGBA8)
|
||||
sprite.fill(fill_color)
|
||||
sprite.lock()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue