[gd_scene load_steps=3 format=2] [ext_resource path="res://VideoPlayer.gd" type="Script" id=1] [ext_resource path="res://justplayer.gd" type="Script" id=2] [node name="Control" type="Control"] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="vp" type="VideoPlayer" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 script = ExtResource( 1 ) [connection signal="ready" from="." to="." method="_on_Control_ready"] [connection signal="ready" from="vp" to="vp" method="_on_VideoPlayer_ready"]