mirror of
https://github.com/tonytins/CozyPixelStudio.git
synced 2025-06-25 05:34:43 -04:00
Using metadata for TreeItems in Preferences & About
To avoid issues with the TreeItem strings being translated. Starting to get more translation-friendly again, will commit changes to Translations.pot, en.po and el.po soon.
This commit is contained in:
parent
6beb4eed07
commit
2be469ec22
4 changed files with 25 additions and 11 deletions
|
@ -6,7 +6,6 @@
|
|||
[ext_resource path="res://Assets/Fonts/Roboto-Small.tres" type="DynamicFont" id=4]
|
||||
|
||||
[node name="SplashDialog" type="WindowDialog"]
|
||||
visible = true
|
||||
margin_right = 400.0
|
||||
margin_bottom = 380.0
|
||||
rect_min_size = Vector2( 400, 380 )
|
||||
|
@ -42,6 +41,7 @@ expand = true
|
|||
margin_top = 306.0
|
||||
margin_right = 400.0
|
||||
margin_bottom = 326.0
|
||||
mouse_default_cursor_shape = 2
|
||||
text = "Art by Erevoid"
|
||||
flat = true
|
||||
|
||||
|
@ -65,4 +65,5 @@ margin_bottom = 368.0
|
|||
custom_fonts/font = ExtResource( 4 )
|
||||
text = "Copyright 2019-2020 Orama Interactive"
|
||||
align = 1
|
||||
[connection signal="about_to_show" from="." to="." method="_on_SplashDialog_about_to_show"]
|
||||
[connection signal="pressed" from="Contents/ArtCredits" to="." method="_on_ArtCredits_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue