[gd_scene load_steps=4 format=2] [ext_resource path="res://Components/MultiStreamPlayer.gd" type="Script" id=1] [ext_resource path="res://UI/src/progressinner.png" type="Texture" id=2] [ext_resource path="res://UI/src/progressouter.png" type="Texture" id=3] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } [node name="VideoPlayer" type="VideoPlayer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 5.0 margin_top = 5.0 margin_right = -5.0 margin_bottom = -5.0 autoplay = true __meta__ = { "_edit_use_anchors_": false } [node name="TextureProgress" type="TextureProgress" parent="."] anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 20.0 margin_top = -47.0 margin_right = -27.0 margin_bottom = -14.0 max_value = 313.701 step = 0.1 texture_progress = ExtResource( 2 ) nine_patch_stretch = true __meta__ = { "_edit_use_anchors_": false } [node name="TextureRect" type="TextureRect" parent="."] anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 15.0 margin_top = -51.0 margin_right = -5.0 margin_bottom = -5.0 rect_scale = Vector2( 0.5, 0.5 ) texture = ExtResource( 3 ) stretch_mode = 1 __meta__ = { "_edit_use_anchors_": false } [connection signal="finished" from="VideoPlayer" to="." method="_on_VideoPlayer_finished"]