Fixed map path for Toyland
This commit is contained in:
parent
daf57a5289
commit
f35ad3c61e
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
extends Node
|
||||
|
||||
@onready var mapNode = get_node("/root/toyland")
|
||||
var mapPath = "res://scenes/islands.tscn"
|
||||
var mapPath = "res://scenes/toyland.tscn"
|
||||
var audio_stream_player = AudioStreamPlayer.new()
|
||||
|
||||
func _ready():
|
||||
|
|
Loading…
Reference in a new issue