skullball/godot/scenes/ui/replay_hud.tscn

65 lines
1.8 KiB
Plaintext

[gd_scene format=3 uid="uid://coqf6cn4hntqi"]
[ext_resource type="Theme" uid="uid://drydbnrcdv4pk" path="res://default_theme.tres" id="1_4qrov"]
[node name="replay_hud" type="ReplayHud" unique_id=899758035 node_paths=PackedStringArray("current_time", "end_time", "slider")]
current_time = NodePath("panel/h_box_container/label")
end_time = NodePath("panel/h_box_container/label2")
slider = NodePath("panel/h_box_container/h_slider")
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 0
theme = ExtResource("1_4qrov")
[node name="panel" type="Panel" parent="." unique_id=389733281]
layout_mode = 1
anchors_preset = 7
anchor_left = 0.5
anchor_top = 1.0
anchor_right = 0.5
anchor_bottom = 1.0
offset_left = -279.0
offset_top = -152.0
offset_right = 281.0
offset_bottom = -49.0
grow_horizontal = 2
grow_vertical = 0
[node name="h_box_container" type="HBoxContainer" parent="panel" unique_id=343157918]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
alignment = 1
metadata/_edit_lock_ = true
[node name="label" type="Label" parent="panel/h_box_container" unique_id=1140720179]
custom_minimum_size = Vector2(50, 0)
custom_maximum_size = Vector2(50, -1)
clip_contents = true
layout_mode = 2
text = "0:00"
horizontal_alignment = 1
metadata/_edit_lock_ = true
[node name="h_slider" type="HSlider" parent="panel/h_box_container" unique_id=605407748]
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 4
metadata/_edit_lock_ = true
[node name="label2" type="Label" parent="panel/h_box_container" unique_id=1489275389]
custom_minimum_size = Vector2(50, 0)
custom_maximum_size = Vector2(50, -1)
clip_contents = true
layout_mode = 2
text = "0:00"
horizontal_alignment = 1
metadata/_edit_lock_ = true