1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-01-31 23:49:47 +00:00
Pixelorama/src/UI/Dialogs/SaveSpriteHTML5.tscn

36 lines
758 B
Plaintext
Raw Normal View History

[gd_scene format=2]
[node name="SaveSpriteHTML5" type="ConfirmationDialog"]
margin_right = 200.0
margin_bottom = 70.0
[node name="FileNameContainer" type="HBoxContainer" parent="."]
anchor_right = 1.0
margin_left = 8.0
margin_top = 8.0
margin_right = -8.0
margin_bottom = 34.0
__meta__ = {
"_edit_use_anchors_": false
}
[node name="FileNameLabel" type="Label" parent="FileNameContainer"]
margin_top = 6.0
margin_right = 69.0
margin_bottom = 20.0
text = "File Name:"
__meta__ = {
"_edit_use_anchors_": false
}
[node name="FileNameLineEdit" type="LineEdit" parent="FileNameContainer"]
margin_left = 73.0
margin_top = 1.0
margin_right = 184.0
margin_bottom = 25.0
size_flags_horizontal = 3
size_flags_vertical = 4
__meta__ = {
"_edit_use_anchors_": false
}