init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
63
addons/inkgd/editor/panel/common/ink_progress_dialog.tscn
Normal file
63
addons/inkgd/editor/panel/common/ink_progress_dialog.tscn
Normal file
|
@ -0,0 +1,63 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/inkgd/editor/panel/common/ink_progress_dialog.gd" type="Script" id=1]
|
||||
|
||||
[node name="InkProgressDialog" type="Popup"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -250.0
|
||||
offset_top = -42.5
|
||||
offset_right = 250.0
|
||||
offset_bottom = 42.5
|
||||
custom_minimum_size = Vector2( 500, 85 )
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
theme_override_constants/margin_right = 10
|
||||
theme_override_constants/margin_top = 10
|
||||
theme_override_constants/margin_left = 10
|
||||
theme_override_constants/margin_bottom = 10
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"]
|
||||
offset_left = 10.0
|
||||
offset_top = 10.0
|
||||
offset_right = 490.0
|
||||
offset_bottom = 75.0
|
||||
theme_override_constants/separation = 5
|
||||
alignment = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TitleLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
offset_top = 1.0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 15.0
|
||||
text = "Compiling..."
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="ProgressBar" type="ProgressBar" parent="MarginContainer/VBoxContainer"]
|
||||
offset_top = 25.0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 39.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="CurrentStepLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
offset_top = 49.0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 63.0
|
||||
text = "the_intercept.ink"
|
Loading…
Add table
Add a link
Reference in a new issue