1
0
mirror of https://github.com/Relintai/broken_seals.git synced 2025-03-12 03:49:54 +01:00
broken_seals/game/tw/world_generator.tres

11 lines
363 B
Plaintext
Raw Normal View History

[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 )