mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
11 lines
363 B
Plaintext
11 lines
363 B
Plaintext
|
[gd_resource type="TerramanLevelGenerator" load_steps=3 format=2]
|
||
|
|
||
|
[ext_resource path="res://scripts/world_generators/TerraWorldGenerator.gd" type="Script" id=1]
|
||
|
[ext_resource path="res://modules/planets/test_planet/test_world.tres" type="Resource" id=2]
|
||
|
|
||
|
[resource]
|
||
|
script = ExtResource( 1 )
|
||
|
_level_seed = 0
|
||
|
_spawn_mobs = true
|
||
|
world_gen_world = ExtResource( 2 )
|