init
This commit is contained in:
commit
b99855351d
434 changed files with 50357 additions and 0 deletions
51
addons/inkgd/editor/panel/ink_bottom_panel.tscn
Normal file
51
addons/inkgd/editor/panel/ink_bottom_panel.tscn
Normal file
|
@ -0,0 +1,51 @@
|
|||
[gd_scene load_steps=2 format=2]
|
||||
|
||||
[ext_resource path="res://addons/inkgd/editor/panel/ink_bottom_panel.gd" type="Script" id=1]
|
||||
|
||||
[node name="Control" type="Control"]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
script = ExtResource( 1 )
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="TabContainer" type="TabContainer" parent="."]
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
custom_minimum_size = Vector2( 0, 428.75 )
|
||||
size_flags_vertical = 3
|
||||
tab_alignment = 0
|
||||
drag_to_rearrange_enabled = true
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="MarginContainer" type="MarginContainer" parent="."]
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 24.0
|
||||
clip_contents = true
|
||||
mouse_filter = 2
|
||||
size_flags_horizontal = 0
|
||||
size_flags_vertical = 0
|
||||
theme_override_constants/margin_right = 5
|
||||
theme_override_constants/margin_top = 5
|
||||
theme_override_constants/margin_left = 5
|
||||
theme_override_constants/margin_bottom = 5
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
||||
|
||||
[node name="LinkButton" type="LinkButton" parent="MarginContainer"]
|
||||
self_modulate = Color( 1, 1, 1, 0.647059 )
|
||||
offset_left = 1887.0
|
||||
offset_top = 5.0
|
||||
offset_right = 1915.0
|
||||
offset_bottom = 19.0
|
||||
tooltip_text = "Open a new issue on Github to report a problem!"
|
||||
size_flags_horizontal = 8
|
||||
text = "beta"
|
||||
underline = 1
|
||||
__meta__ = {
|
||||
"_edit_use_anchors_": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue