1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-18 17:19:50 +00:00

Make sure string "Layer" is translated on startup

This commit is contained in:
OverloadedOrama 2020-01-06 00:17:59 +02:00
parent b0e9870d54
commit 42c202d395

View file

@ -164,6 +164,9 @@ func _ready() -> void:
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:
Global.left_cursor.position = get_global_mouse_position() + Vector2(-32, 32)
Global.left_cursor.texture = Global.left_cursor_tool_texture