readme
This commit is contained in:
31
Artists/Templates/PlaybackWindow.tscn
Normal file
31
Artists/Templates/PlaybackWindow.tscn
Normal 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 = "总时间"
|
9
Artists/Templates/UXPlayback_Element.tscn
Normal file
9
Artists/Templates/UXPlayback_Element.tscn
Normal 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")
|
Reference in New Issue
Block a user