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

@ -26,9 +26,9 @@ var theme_type := "Dark"
# warning-ignore:unused_class_variable
var is_default_image := true
# warning-ignore:unused_class_variable
var default_image_width := 32
var default_image_width := 64
# warning-ignore:unused_class_variable
var default_image_height := 32
var default_image_height := 64
# warning-ignore:unused_class_variable
var default_fill_color := Color(0, 0, 0, 0)
# warning-ignore:unused_class_variable