Files
godot-demo-projects/networking/webrtc_minimal/main.tscn

26 lines
984 B
Plaintext

[gd_scene load_steps=4 format=3 uid="uid://doxugiv53a6mc"]
[ext_resource type="PackedScene" uid="uid://cy8dirds4486g" path="res://minimal.tscn" id="1"]
[ext_resource type="Script" uid="uid://0gufqviee6mg" path="res://main.gd" id="2"]
[ext_resource type="Script" uid="uid://boa2qoo3mtome" path="res://link_button.gd" id="3"]
[node name="Main" type="Node"]
script = ExtResource("2")
[node name="Minimal" parent="." instance=ExtResource("1")]
[node name="CenterContainer" type="CenterContainer" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="LinkButton" type="LinkButton" parent="CenterContainer"]
modulate = Color(1, 0.921569, 0.152941, 1)
layout_mode = 2
text = "Make sure to download the GDExtension WebRTC Plugin and place it in the project folder"
script = ExtResource("3")
[connection signal="pressed" from="CenterContainer/LinkButton" to="CenterContainer/LinkButton" method="_on_LinkButton_pressed"]