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
+2 -2
View File
@@ -5,8 +5,8 @@ extends Control
## multiplayer game, or join one by IP, driving scene switches + NetworkManager
## directly.
const JON_SCENE := "res://Scenes/JonScene.tscn"
const MULTIPLAYER_SCENE := "res://Scenes/multiPlayer.tscn"
const JON_SCENE := "res://scenes/JonScene.tscn"
const MULTIPLAYER_SCENE := "res://scenes/multiPlayer.tscn"
const SETTINGS_PATH := "user://vryhungry_settings.cfg"
var _ip := "127.0.0.1"