Added a linkbutton to the paged articles demo.

This commit is contained in:
Relintai 2023-12-24 20:39:38 +01:00
parent b5f975b48e
commit bed9cd24f1

View File

@ -9,3 +9,23 @@ script = ExtResource( 1 )
[node name="PagedArticlesWebPage" type="PagedArticlesWebPage" parent="WebServerSimple"]
folder = "res://articles/"
[node name="PanelContainer" type="PanelContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer"]
margin_left = 7.0
margin_top = 7.0
margin_right = 1017.0
margin_bottom = 593.0
alignment = 1
[node name="LinkButton" type="LinkButton" parent="PanelContainer/VBoxContainer"]
margin_left = 393.0
margin_top = 286.0
margin_right = 616.0
margin_bottom = 300.0
size_flags_horizontal = 4
text = "Click to open http://127.0.0.1:8080"
uri = "http://127.0.0.1:8080"