This commit is contained in:
CortexCore
2023-06-19 00:41:44 +08:00
parent 073996ce6c
commit bf122c66dc
48 changed files with 683 additions and 84 deletions

View File

@@ -0,0 +1,31 @@
[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 = "总时间"

View File

@@ -0,0 +1,9 @@
[gd_scene load_steps=2 format=3 uid="uid://bw0rcgp1ftr1q"]
[ext_resource type="Texture2D" uid="uid://cmerxcdq74b5l" path="res://Artists/Art/Icons/Ionc_save.png" id="1_3vvky"]
[node name="UXPlayback_Element" type="Button"]
offset_right = 256.0
offset_bottom = 64.0
text = "FileName...."
icon = ExtResource("1_3vvky")