mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
Added a linkbutton to the PagedArticle demo.
This commit is contained in:
parent
3c244d6619
commit
0c8830647c
@ -10,3 +10,23 @@ script = ExtResource( 1 )
|
||||
[node name="PagedArticleWebPage" type="PagedArticleWebPage" parent="WebServerSimple"]
|
||||
uri_segment = "/"
|
||||
articles_folder = "res://article/"
|
||||
|
||||
[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 = 377.0
|
||||
margin_top = 286.0
|
||||
margin_right = 633.0
|
||||
margin_bottom = 300.0
|
||||
size_flags_horizontal = 4
|
||||
text = "Click here to visit http://127.0.0.1:8080/"
|
||||
uri = "http://127.0.0.1:8080/"
|
||||
|
Loading…
Reference in New Issue
Block a user