init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
89
addons/inkgd/editor/panel/common/ink_rich_dialog.tscn
Normal file
89
addons/inkgd/editor/panel/common/ink_rich_dialog.tscn
Normal file
|
@ -0,0 +1,89 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/inkgd/editor/panel/common/ink_rich_dialog.gd" type="Script" id=1]
|
||||
|
||||
[node name="Window" type="Window"]
|
||||
anchor_left = 0.5
|
||||
anchor_top = 0.5
|
||||
anchor_right = 0.5
|
||||
anchor_bottom = 0.5
|
||||
offset_left = -250.0
|
||||
offset_top = -150.0
|
||||
offset_right = 250.0
|
||||
offset_bottom = 150.0
|
||||
custom_minimum_size = Vector2( 500, 300 )
|
||||
window_title = "Error"
|
||||
resizable = true
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
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 = 290.0
|
||||
theme_override_constants/separation = 10
|
||||
|
||||
[node name="MessageLabel" type="Label" parent="MarginContainer/VBoxContainer"]
|
||||
offset_right = 480.0
|
||||
offset_bottom = 31.0
|
||||
text = "Something went wrong while testing inklecate's setup. Please see the output below."
|
||||
autowrap = true
|
||||
|
||||
[node name="OutputPanel" type="Panel" parent="MarginContainer/VBoxContainer"]
|
||||
offset_top = 41.0
|
||||
offset_right = 480.0
|
||||
offset_bottom = 250.0
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="OutputScrollContainer" type="ScrollContainer" parent="MarginContainer/VBoxContainer/OutputPanel"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="OutputMarginContainer" type="MarginContainer" parent="MarginContainer/VBoxContainer/OutputPanel/OutputScrollContainer"]
|
||||
offset_right = 480.0
|
||||
offset_bottom = 136.0
|
||||
size_flags_horizontal = 3
|
||||
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="OutputLabel" type="Label" parent="MarginContainer/VBoxContainer/OutputPanel/OutputScrollContainer/OutputMarginContainer"]
|
||||
offset_left = 10.0
|
||||
offset_top = 10.0
|
||||
offset_right = 470.0
|
||||
offset_bottom = 126.0
|
||||
size_flags_vertical = 0
|
||||
text = "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
|
||||
autowrap = true
|
||||
|
||||
[node name="AcceptButton" type="Button" parent="MarginContainer/VBoxContainer"]
|
||||
offset_left = 224.0
|
||||
offset_top = 260.0
|
||||
offset_right = 255.0
|
||||
offset_bottom = 280.0
|
||||
size_flags_horizontal = 4
|
||||
text = "OK"
|
Loading…
Add table
Add a link
Reference in a new issue