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:
OverloadedOrama 2020-01-11 00:29:29 +02:00
parent 8b4c42a576
commit 50fa262a75
6 changed files with 13 additions and 12 deletions

View file

@ -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()