pandemonium_cms/game/Main.tscn

10 lines
288 B
Plaintext
Raw Normal View History

[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]
[ext_resource path="res://WebRoot.tscn" type="PackedScene" id=2]
2022-08-23 15:24:20 +02:00
[node name="WebServer" type="WebServerSimple"]
script = ExtResource( 1 )
[node name="WebRoot" parent="." instance=ExtResource( 2 )]