mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
13 lines
649 B
Plaintext
13 lines
649 B
Plaintext
[gd_resource type="Biome" load_steps=5 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/villages/village.tres" type="Building" id=2]
|
|
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t1.tres" type="PropData" id=3]
|
|
[ext_resource path="res://modules/planets/test_planet/biomes/simple_biome/low_poly_rpg_item_collection_3/t2.tres" type="PropData" id=4]
|
|
|
|
[resource]
|
|
buildings = [ ExtResource( 2 ) ]
|
|
script = ExtResource( 1 )
|
|
prop_tree = ExtResource( 3 )
|
|
prop_tree2 = ExtResource( 4 )
|