ygdra/entity/entrance.tscn

16 lines
376 B
Plaintext

[gd_scene load_steps=3 format=2]
[sub_resource type="CylinderMesh" id=1]
top_radius = 0.8
bottom_radius = 0.9
height = 0.1
[sub_resource type="SpatialMaterial" id=2]
albedo_color = Color( 0.913725, 0.929412, 0.341176, 1 )
[node name="Entrance" type="Spatial"]
[node name="MeshInstance" type="MeshInstance" parent="."]
mesh = SubResource( 1 )
material/0 = SubResource( 2 )