mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
Added a linkbutton to the paged articles demo.
This commit is contained in:
parent
b5f975b48e
commit
bed9cd24f1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user