mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Make sure string "Layer" is translated on startup
This commit is contained in:
parent
b0e9870d54
commit
42c202d395
|
@ -164,6 +164,9 @@ func _ready() -> void:
|
||||||
|
|
||||||
OS.set_window_title("(" + tr("untitled") + ") - Pixelorama")
|
OS.set_window_title("(" + tr("untitled") + ") - Pixelorama")
|
||||||
|
|
||||||
|
Global.canvas.layers[0][2] = tr("Layer") + " 0"
|
||||||
|
Global.canvas.generate_layer_panels()
|
||||||
|
|
||||||
func _input(event : InputEvent) -> void:
|
func _input(event : InputEvent) -> void:
|
||||||
Global.left_cursor.position = get_global_mouse_position() + Vector2(-32, 32)
|
Global.left_cursor.position = get_global_mouse_position() + Vector2(-32, 32)
|
||||||
Global.left_cursor.texture = Global.left_cursor_tool_texture
|
Global.left_cursor.texture = Global.left_cursor_tool_texture
|
||||||
|
|
Loading…
Reference in a new issue