1
0
mirror of https://github.com/Relintai/broken_seals.git synced 2025-01-04 13:39:36 +01:00
broken_seals/game/modules/planets/test_planet/SimplePlanetData.tres

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 )