Imported German translation in the Project Settings

This commit is contained in:
OverloadedOrama 2019-12-15 13:44:53 +02:00
parent 2d97bb6e65
commit f3ab5960ba
11 changed files with 29 additions and 29 deletions

View file

@ -267,7 +267,7 @@ func _ready() -> void:
move_up_layer_button = find_node_by_name(root, "MoveUpLayer")
move_down_layer_button = find_node_by_name(root, "MoveDownLayer")
merge_down_layer_button = find_node_by_name(root, "MergeDownLayer")
add_palette_button = find_node_by_name(root, "AddPalette")
remove_palette_button = find_node_by_name(root, "RemovePalette")
palette_option_button = find_node_by_name(root, "PaletteOptionButton")