Fix Scene folder rename refs

This commit is contained in:
JonShard
2026-08-06 19:46:43 +02:00
parent 85960df6b2
commit aa4ffd6346
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ const END_HOLD := 3.0
## scene and has to receive the whole layout over the network — the same path a
## client joining mid-session takes.
const SERVER_SCENE := "res://test/multiPlayerTest.tscn"
const CLIENT_SCENE := "res://Scenes/multiPlayer.tscn"
const CLIENT_SCENE := "res://scenes/multiPlayer.tscn"
func _run() -> void: