mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
10 lines
336 B
Plaintext
10 lines
336 B
Plaintext
[gd_resource type="BiomeData" load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://scripts/biomes/simple_biome.gd" type="Script" id=1]
|
|
[ext_resource path="res://data/dungeons/1_test.tres" type="DungeonData" id=2]
|
|
|
|
[resource]
|
|
target_script = ExtResource( 1 )
|
|
dungeon_datas = [ ExtResource( 2 ) ]
|
|
voxel_surfaces = [ null, null, null, null ]
|