mirror of
https://github.com/Relintai/broken_seals.git
synced 2025-01-08 01:49:35 +01:00
Fix script path.
This commit is contained in:
parent
79333fc92b
commit
b426724501
@ -1,7 +1,7 @@
|
|||||||
tool
|
tool
|
||||||
extends Sprite
|
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
|
var brenzenham
|
||||||
|
|
||||||
export(int) var continent_width : int = 1024
|
export(int) var continent_width : int = 1024
|
||||||
|
Loading…
Reference in New Issue
Block a user