32 lines
799 B
Plaintext
32 lines
799 B
Plaintext
[gd_scene format=3 uid="uid://njxsnsho85w6"]
|
|
|
|
[node name="PlaybackWindow" type="Window"]
|
|
initial_position = 2
|
|
title = "Playback"
|
|
size = Vector2i(308, 128)
|
|
wrap_controls = true
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="CurrentTime" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "当前时间"
|
|
|
|
[node name="NormalizeTime" type="HSlider" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
max_value = 1.0
|
|
step = 0.01
|
|
|
|
[node name="TotalTime" type="Label" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
text = "总时间"
|