mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
10 lines
428 B
Plaintext
10 lines
428 B
Plaintext
[gd_resource type="Resource" load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://addons/world_generator/resources/world_generator_settings.gd" type="Script" id=1]
|
|
|
|
[resource]
|
|
script = ExtResource( 1 )
|
|
continent_class_folders = PoolStringArray( "res://world_generator/continents/" )
|
|
zone_class_folders = PoolStringArray( "res://world_generator/zones/" )
|
|
subzone_class_folders = PoolStringArray( "res://world_generator/subzones/" )
|