mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-02 14:39:37 +01:00
12 lines
210 B
GDScript3
12 lines
210 B
GDScript3
|
extends WebServerSimple
|
||
|
|
||
|
|
||
|
# Declare member variables here. Examples:
|
||
|
# var a: int = 2
|
||
|
# var b: String = "text"
|
||
|
|
||
|
|
||
|
# Called when the node enters the scene tree for the first time.
|
||
|
func _ready() -> void:
|
||
|
start()
|