regression-test-project/Text/Label.tscn

11 lines
263 B
Plaintext
Raw Normal View History

2020-11-28 15:50:15 +01:00
[gd_scene load_steps=2 format=2]
[ext_resource path="res://Text/Label.gd" type="Script" id=1]
[node name="Label" type="Label"]
margin_right = 83.0
margin_bottom = 14.0
text = "Stomatologia"
2020-12-09 18:01:13 +01:00
structured_text_bidi_override_options = [ ]
2020-11-28 15:50:15 +01:00
script = ExtResource( 1 )