mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2025-01-02 14:39:37 +01:00
7 lines
153 B
GDScript3
7 lines
153 B
GDScript3
|
extends WebRoot
|
||
|
|
||
|
export(String, MULTILINE) var menu_text : String
|
||
|
|
||
|
func _render_main_menu(request: WebServerRequest) -> void:
|
||
|
request.body += menu_text
|