2023-06-14 16:23:16 +02:00
|
|
|
[gd_scene load_steps=2 format=2]
|
|
|
|
|
|
|
|
[ext_resource path="res://WebServerSimple.gd" type="Script" id=1]
|
|
|
|
|
|
|
|
[node name="Main" type="Node"]
|
|
|
|
|
|
|
|
[node name="WebServerSimple" type="WebServerSimple" parent="."]
|
|
|
|
script = ExtResource( 1 )
|
|
|
|
|
|
|
|
[node name="PagedArticleWebPage" type="PagedArticleWebPage" parent="WebServerSimple"]
|
|
|
|
articles_folder = "res://article/"
|
2023-12-24 19:51:06 +01:00
|
|
|
|
|
|
|
[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/"
|