65 lines
2.1 KiB
Plaintext
65 lines
2.1 KiB
Plaintext
[gd_scene load_steps=4 format=3 uid="uid://bgh1og6p43lsp"]
|
|
|
|
[ext_resource type="Texture2D" uid="uid://c7bolv16y04n" path="res://Assets/Icons/play_fill.svg" id="1_jt8rc"]
|
|
[ext_resource type="Texture2D" uid="uid://bqmcx807prwj0" path="res://Assets/Icons/pause_fill.svg" id="2_qh4e7"]
|
|
[ext_resource type="Texture2D" uid="uid://bmw8ftyp0yfnq" path="res://Assets/Icons/stop_fill.svg" id="3_222u2"]
|
|
|
|
[node name="Transport" type="PanelContainer"]
|
|
show_behind_parent = true
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
mouse_filter = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
|
layout_mode = 2
|
|
|
|
[node name="Controls" type="MarginContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
theme_override_constants/margin_left = 8
|
|
theme_override_constants/margin_top = 8
|
|
theme_override_constants/margin_right = 8
|
|
theme_override_constants/margin_bottom = 8
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/Controls"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
size_flags_vertical = 4
|
|
theme_override_constants/separation = 8
|
|
|
|
[node name="Play" type="Button" parent="HBoxContainer/Controls/HBoxContainer"]
|
|
modulate = Color(0.253333, 1, 0.2, 1)
|
|
layout_mode = 2
|
|
icon = ExtResource("1_jt8rc")
|
|
icon_alignment = 1
|
|
|
|
[node name="Pause" type="Button" parent="HBoxContainer/Controls/HBoxContainer"]
|
|
modulate = Color(1, 0.986667, 0.2, 1)
|
|
layout_mode = 2
|
|
icon = ExtResource("2_qh4e7")
|
|
icon_alignment = 1
|
|
|
|
[node name="Stop" type="Button" parent="HBoxContainer/Controls/HBoxContainer"]
|
|
self_modulate = Color(1, 0.2, 0.2, 1)
|
|
layout_mode = 2
|
|
icon = ExtResource("3_222u2")
|
|
icon_alignment = 1
|
|
|
|
[node name="Time" type="VBoxContainer" parent="HBoxContainer"]
|
|
layout_mode = 2
|
|
alignment = 1
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="HBoxContainer/Time"]
|
|
layout_mode = 2
|
|
|
|
[node name="CurrentTime" type="Label" parent="HBoxContainer/Time/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "00:00:00.00"
|
|
|
|
[node name="VSeparator" type="VSeparator" parent="HBoxContainer/Time/HBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Length" type="Label" parent="HBoxContainer/Time/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "00:00:00.00"
|