mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
10 lines
435 B
Plaintext
10 lines
435 B
Plaintext
[gd_resource type="Biome" load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome.gd" type="Script" id=1]
|
|
[ext_resource path="res://modules/planets/test_planet/dungeons/dungeon.tres" type="Dungeon" id=2]
|
|
[ext_resource path="res://modules/planets/test_planet/dungeons/dungeon_l2.tres" type="Dungeon" id=3]
|
|
|
|
[resource]
|
|
dungeons = [ ExtResource( 2 ), ExtResource( 3 ) ]
|
|
script = ExtResource( 1 )
|