添加了教育平台
This commit is contained in:
@@ -1,31 +1,40 @@
|
||||
[gd_scene format=3 uid="uid://njxsnsho85w6"]
|
||||
[gd_scene load_steps=4 format=3 uid="uid://njxsnsho85w6"]
|
||||
|
||||
[node name="PlaybackWindow" type="Window"]
|
||||
initial_position = 2
|
||||
title = "Playback"
|
||||
size = Vector2i(308, 128)
|
||||
wrap_controls = true
|
||||
[ext_resource type="Script" path="res://BITKit/Scripts/UX/UXDrag.cs" id="1_8kyds"]
|
||||
[ext_resource type="Texture2D" uid="uid://cans6tu1bntkn" path="res://Artists/Art/Icons/Icon_player-play-filled.png" id="2_ogljc"]
|
||||
[ext_resource type="Texture2D" uid="uid://wtpa4xcg7ky4" path="res://Artists/Art/Icons/Icon_player-pause-filled.png" id="3_hi6kp"]
|
||||
|
||||
[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="VBoxContainer" type="VBoxContainer"]
|
||||
offset_right = 512.0
|
||||
offset_bottom = 64.0
|
||||
script = ExtResource("1_8kyds")
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="."]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 4
|
||||
|
||||
[node name="CurrentTime" type="Label" parent="VBoxContainer/HBoxContainer"]
|
||||
[node name="CurrentTime" type="Label" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "当前时间"
|
||||
|
||||
[node name="NormalizeTime" type="HSlider" parent="VBoxContainer/HBoxContainer"]
|
||||
[node name="TextureButton" type="TextureButton" parent="HBoxContainer"]
|
||||
custom_minimum_size = Vector2(24, 24)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
toggle_mode = true
|
||||
texture_normal = ExtResource("2_ogljc")
|
||||
texture_pressed = ExtResource("3_hi6kp")
|
||||
ignore_texture_size = true
|
||||
stretch_mode = 4
|
||||
|
||||
[node name="NormalizeTime" type="HSlider" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 1
|
||||
max_value = 1.0
|
||||
step = 0.01
|
||||
|
||||
[node name="TotalTime" type="Label" parent="VBoxContainer/HBoxContainer"]
|
||||
[node name="TotalTime" type="Label" parent="HBoxContainer"]
|
||||
layout_mode = 2
|
||||
text = "总时间"
|
||||
|
Reference in New Issue
Block a user