Files
audioeditor/Controls/AudioClip.tscn
2025-02-16 18:41:12 +01:00

67 lines
1.7 KiB
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://dmmgalpx4fcc7"]
[ext_resource type="Script" path="res://Scripts/AudioClip.gd" id="1_iy5jd"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_8tb17"]
border_width_left = 2
border_width_top = 2
border_width_right = 2
border_width_bottom = 2
border_color = Color(0.273873, 0.273873, 0.273873, 1)
border_blend = true
[node name="AudioClip" type="Panel"]
modulate = Color(0.552956, 0.552956, 0.552956, 1)
clip_contents = true
custom_minimum_size = Vector2(4, 64)
anchors_preset = -1
anchor_right = 0.104
anchor_bottom = 0.059
offset_right = 0.319992
offset_bottom = 0.279995
theme_override_styles/panel = SubResource("StyleBoxFlat_8tb17")
script = ExtResource("1_iy5jd")
[node name="Panel" type="Panel" parent="."]
custom_minimum_size = Vector2(0, 20)
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 0.312
offset_bottom = 0.0319996
grow_horizontal = 2
[node name="Label" type="Label" parent="Panel"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
theme_override_font_sizes/font_size = 10
text = "New Audio Clip"
vertical_alignment = 1
text_overrun_behavior = 3
[node name="Window" type="ConfirmationDialog" parent="."]
title = "\"New Audio Clip\" Properties"
size = Vector2i(400, 600)
[node name="Control" type="Control" parent="Window"]
layout_mode = 3
anchors_preset = 0
offset_left = 8.0
offset_top = 8.0
offset_right = 92.0
offset_bottom = 51.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="Label" type="Label" parent="Window/Control"]
layout_mode = 0
offset_right = 40.0
offset_bottom = 23.0
text = "Clip properties!"
[connection signal="on_double_click" from="." to="Window" method="popup_centered"]