Initial setup.

This commit is contained in:
Relintai 2022-08-23 15:24:20 +02:00
parent 7738ba459c
commit b74e7f9e09
3 changed files with 19 additions and 2 deletions

5
game/Main.gd Normal file
View File

@ -0,0 +1,5 @@
extends WebServer
func _ready():
start()

View File

@ -1,3 +1,14 @@
[gd_scene format=2]
[gd_scene load_steps=2 format=2]
[node name="Node" type="Node"]
[ext_resource path="res://Main.gd" type="Script" id=1]
[node name="WebServer" type="WebServerSimple"]
script = ExtResource( 1 )
[node name="WebRoot" type="WebRoot" parent="."]
[node name="Gallery" type="WebNode" parent="WebRoot"]
[node name="index" type="StaticWebPage" parent="WebRoot"]
uri_segment = "/"
data = "<a href=\"gallery\">Gallery</a>"

View File

@ -11,6 +11,7 @@ config_version=4
[application]
config/name="Pandemonium CMS"
run/main_scene="res://Main.tscn"
config/icon="res://icon.png"
[physics]