Fixed map path for Toyland

This commit is contained in:
Paul Black 2023-03-18 21:19:25 +00:00
parent daf57a5289
commit f35ad3c61e

View file

@ -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():