pandemonium_cms/game/Main.tscn

17 lines
488 B
Plaintext
Raw Normal View History

2022-08-25 02:17:30 +02:00
[gd_scene load_steps=3 format=2]
2022-08-23 11:49:38 +02:00
2022-08-23 15:24:20 +02:00
[ext_resource path="res://Main.gd" type="Script" id=1]
2022-08-25 01:51:27 +02:00
[ext_resource path="res://addons/web_pages/classes/WebPage.gd" type="Script" id=2]
2022-08-23 15:24:20 +02:00
[node name="WebServer" type="WebServerSimple"]
script = ExtResource( 1 )
[node name="WebRoot" type="WebRoot" parent="."]
[node name="index" type="StaticWebPage" parent="WebRoot"]
uri_segment = "/"
2022-08-23 19:37:21 +02:00
data = "<a href=\"/blog\">Blog</a>"
2022-08-23 16:21:12 +02:00
2022-08-25 02:17:30 +02:00
[node name="Asdasd" type="WebNode" parent="WebRoot"]
2022-08-23 16:21:12 +02:00
script = ExtResource( 2 )