mirror of
https://github.com/lihop/godot-xterm.git
synced 2024-11-10 04:40:25 +01:00
5a487a67c2
Former-commit-id: 0130ce96db
40 lines
1 KiB
Text
40 lines
1 KiB
Text
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/SIsilicon.3d.text/label_3d_converter.gd" type="Script" id=1]
|
|
|
|
[node name="Button" type="Button"]
|
|
margin_right = 172.0
|
|
margin_bottom = 20.0
|
|
text = "Convert to MeshInstance"
|
|
flat = true
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="PopupDialog" type="PopupDialog" parent="."]
|
|
visible = true
|
|
margin_left = 340.0
|
|
margin_top = 200.0
|
|
margin_right = 610.0
|
|
margin_bottom = 268.0
|
|
mouse_default_cursor_shape = 5
|
|
popup_exclusive = true
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PopupDialog"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 6.0
|
|
margin_top = 6.0
|
|
margin_right = -6.0
|
|
margin_bottom = -6.0
|
|
|
|
[node name="Label" type="Label" parent="PopupDialog/VBoxContainer"]
|
|
margin_right = 258.0
|
|
margin_bottom = 14.0
|
|
text = "Generating geometry"
|
|
align = 1
|
|
|
|
[node name="ProgressBar" type="ProgressBar" parent="PopupDialog/VBoxContainer"]
|
|
margin_top = 18.0
|
|
margin_right = 258.0
|
|
margin_bottom = 32.0
|
|
step = 1.0
|
|
[connection signal="pressed" from="." to="." method="_on_Button_pressed"]
|