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