mirror of
https://github.com/Orama-Interactive/Pixelorama.git
synced 2025-01-19 01:29:49 +00:00
Update hint tooltip of the alpha lock button
This commit is contained in:
parent
dc9ba6dd9c
commit
4614a648d1
|
@ -1602,6 +1602,14 @@ msgstr ""
|
||||||
msgid "Pixel Perfect"
|
msgid "Pixel Perfect"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Pixel Perfect\n"
|
||||||
|
"Makes lines smooth by removing the extra pixels on the edges"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
|
#. A button found in the global tool options. When enabled, the alpha value of the pixels being drawn is locked, meaning that the user can only draw on non-transparent pixels.
|
||||||
|
msgid "Lock alpha"
|
||||||
|
msgstr ""
|
||||||
|
|
||||||
msgid "Fill inside"
|
msgid "Fill inside"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
@ -1617,10 +1625,6 @@ msgstr ""
|
||||||
msgid "Gap Y:"
|
msgid "Gap Y:"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
msgid "Pixel Perfect\n"
|
|
||||||
"Makes lines smooth by removing the extra pixels on the edges"
|
|
||||||
msgstr ""
|
|
||||||
|
|
||||||
msgid "Fill Shape"
|
msgid "Fill Shape"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
|
|
@ -129,8 +129,7 @@ texture = ExtResource("4")
|
||||||
[node name="AlphaLock" type="Button" parent="ScrollContainer/CenterContainer/GridContainer"]
|
[node name="AlphaLock" type="Button" parent="ScrollContainer/CenterContainer/GridContainer"]
|
||||||
custom_minimum_size = Vector2(32, 32)
|
custom_minimum_size = Vector2(32, 32)
|
||||||
layout_mode = 2
|
layout_mode = 2
|
||||||
tooltip_text = "Pixel Perfect
|
tooltip_text = "Lock alpha"
|
||||||
Makes lines smooth by removing the extra pixels on the edges"
|
|
||||||
mouse_default_cursor_shape = 2
|
mouse_default_cursor_shape = 2
|
||||||
toggle_mode = true
|
toggle_mode = true
|
||||||
shortcut = SubResource("Shortcut_vcyug")
|
shortcut = SubResource("Shortcut_vcyug")
|
||||||
|
|
Loading…
Reference in a new issue