-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsigil_stone.tscn
More file actions
31 lines (23 loc) · 1.04 KB
/
Copy pathsigil_stone.tscn
File metadata and controls
31 lines (23 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[gd_scene load_steps=5 format=3 uid="uid://f5wxuvjfa2wu"]
[ext_resource type="Script" path="res://sigil_stone.gd" id="1_umv2w"]
[sub_resource type="SphereShape3D" id="SphereShape3D_2juct"]
radius = 0.07
[sub_resource type="StandardMaterial3D" id="StandardMaterial3D_xhy3t"]
albedo_color = Color(0.976471, 0.980392, 0.498039, 1)
emission_enabled = true
emission = Color(0.337255, 0.337255, 0.337255, 1)
emission_energy_multiplier = 1.59
[sub_resource type="SphereMesh" id="SphereMesh_kvlrl"]
material = SubResource("StandardMaterial3D_xhy3t")
radius = 0.07
height = 0.07
[node name="SigilStone" type="Node3D"]
script = ExtResource("1_umv2w")
[node name="SigilStoneArea" type="Area3D" parent="."]
transform = Transform3D(0.999994, 0, 0, 0, 0.999991, 0, 0, 0, 0.999997, 0, 0, -0.6)
collision_layer = 8
collision_mask = 0
[node name="CollisionShape3D" type="CollisionShape3D" parent="SigilStoneArea"]
shape = SubResource("SphereShape3D_2juct")
[node name="MeshInstance3D" type="MeshInstance3D" parent="SigilStoneArea"]
mesh = SubResource("SphereMesh_kvlrl")