1
0
mirror of https://github.com/Relintai/broken_seals.git synced 2025-04-19 17:33:10 +02:00

Fix script path.

This commit is contained in:
Relintai 2022-05-25 22:31:27 +02:00
parent 79333fc92b
commit b426724501

View File

@ -1,7 +1,7 @@
tool
extends Sprite
var brenzenham_script = preload("res://test_world_generator/brenzenham.gd")
var brenzenham_script = preload("res://tests/test_world_generator/brenzenham.gd")
var brenzenham
export(int) var continent_width : int = 1024