mirror of
https://github.com/Relintai/pandemonium_demo_projects.git
synced 2024-12-21 13:56:50 +01:00
7 lines
153 B
GDScript
7 lines
153 B
GDScript
extends WebRoot
|
|
|
|
export(String, MULTILINE) var menu_text : String
|
|
|
|
func _render_main_menu(request: WebServerRequest) -> void:
|
|
request.body += menu_text
|