Multiplayer Test #2

Merged
seba merged 11 commits from multiplayer-test into main 2025-05-10 21:13:42 +02:00
2 changed files with 8 additions and 0 deletions
Showing only changes of commit bfe3418f79 - Show all commits

7
autoloads/utils.gd Normal file
View File

@ -0,0 +1,7 @@
extends Node
func get_external_freq_param():
match OS.get_name():
"web":
return JavaScriptBridge.eval("new URL(window.location.href).searchParams.get('freq')")
return null

1
autoloads/utils.gd.uid Normal file
View File

@ -0,0 +1 @@
uid://ua7dk3y0v21e