2020-10-25 18:39:10 +01:00
|
|
|
[gd_scene load_steps=6 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://addons/graphics_editor/assets/minidotta_invis.png" type="Texture" id=1]
|
|
|
|
[ext_resource path="res://addons/graphics_editor/assets/minidotta.png" type="Texture" id=2]
|
|
|
|
[ext_resource path="res://addons/graphics_editor/assets/arrow_down.png" type="Texture" id=3]
|
|
|
|
[ext_resource path="res://addons/graphics_editor/assets/arrow_up.png" type="Texture" id=4]
|
|
|
|
|
|
|
|
[sub_resource type="StyleBoxFlat" id=1]
|
|
|
|
bg_color = Color( 0.25098, 0.25098, 0.25098, 1 )
|
|
|
|
|
|
|
|
[node name="Layer1" type="Button" groups=[
|
2020-10-27 20:18:11 +01:00
|
|
|
"layer_button",
|
2020-10-25 18:39:10 +01:00
|
|
|
]]
|
|
|
|
margin_right = 114.0
|
|
|
|
margin_bottom = 20.0
|
|
|
|
rect_min_size = Vector2( 0, 32 )
|
|
|
|
custom_styles/hover = SubResource( 1 )
|
|
|
|
custom_styles/pressed = SubResource( 1 )
|
|
|
|
custom_styles/focus = SubResource( 1 )
|
|
|
|
custom_styles/disabled = SubResource( 1 )
|
|
|
|
custom_styles/normal = SubResource( 1 )
|
|
|
|
text = "Layer 1"
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Visible" type="CheckButton" parent="."]
|
|
|
|
anchor_top = 0.5
|
|
|
|
anchor_bottom = 0.5
|
|
|
|
margin_top = -12.0
|
|
|
|
margin_right = 28.0
|
|
|
|
margin_bottom = 12.0
|
|
|
|
custom_icons/off = ExtResource( 1 )
|
|
|
|
custom_icons/on = ExtResource( 2 )
|
|
|
|
pressed = true
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
|
|
anchor_left = 1.0
|
|
|
|
anchor_right = 1.0
|
|
|
|
anchor_bottom = 1.0
|
|
|
|
margin_left = -20.0
|
|
|
|
__meta__ = {
|
|
|
|
"_edit_use_anchors_": false
|
|
|
|
}
|
|
|
|
|
|
|
|
[node name="Up" type="TextureButton" parent="VBoxContainer"]
|
|
|
|
margin_right = 20.0
|
|
|
|
margin_bottom = 14.0
|
|
|
|
rect_min_size = Vector2( 20, 0 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
texture_normal = ExtResource( 4 )
|
|
|
|
texture_pressed = ExtResource( 2 )
|
|
|
|
expand = true
|
|
|
|
stretch_mode = 3
|
|
|
|
|
|
|
|
[node name="Down" type="TextureButton" parent="VBoxContainer"]
|
|
|
|
margin_top = 18.0
|
|
|
|
margin_right = 20.0
|
|
|
|
margin_bottom = 32.0
|
|
|
|
rect_min_size = Vector2( 20, 0 )
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
size_flags_vertical = 3
|
|
|
|
texture_normal = ExtResource( 3 )
|
|
|
|
texture_pressed = ExtResource( 2 )
|
|
|
|
expand = true
|
|
|
|
stretch_mode = 3
|