mirror of
https://github.com/Relintai/pandemonium_cms.git
synced 2024-11-20 10:07:17 +01:00
Initial setup.
This commit is contained in:
parent
7738ba459c
commit
b74e7f9e09
5
game/Main.gd
Normal file
5
game/Main.gd
Normal file
@ -0,0 +1,5 @@
|
||||
extends WebServer
|
||||
|
||||
|
||||
func _ready():
|
||||
start()
|
@ -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>"
|
||||
|
@ -11,6 +11,7 @@ config_version=4
|
||||
[application]
|
||||
|
||||
config/name="Pandemonium CMS"
|
||||
run/main_scene="res://Main.tscn"
|
||||
config/icon="res://icon.png"
|
||||
|
||||
[physics]
|
||||
|
Loading…
Reference in New Issue
Block a user