-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Arrow.tscn
35 lines (27 loc) · 871 Bytes
/
Arrow.tscn
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
32
33
34
35
[gd_scene load_steps=5 format=2]
[ext_resource path="res://Arrow.gd" type="Script" id=1]
[sub_resource type="CylinderMesh" id=1]
top_radius = 0.1
bottom_radius = 0.1
height = 5.0
[sub_resource type="CylinderMesh" id=2]
top_radius = 0.15
bottom_radius = 0.001
height = 0.4
[sub_resource type="SphereMesh" id=3]
radius = 0.05
height = 0.1
[node name="Arrow" type="Spatial"]
script = ExtResource( 1 )
[node name="Shaft" type="MeshInstance" parent="."]
transform = Transform( 1, 0, 0, 0, -1.62921e-07, -1, 0, 1, -1.62921e-07, 0, 0, -2.5 )
mesh = SubResource( 1 )
material/0 = null
[node name="Point" type="MeshInstance" parent="Shaft"]
transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2.6, 1.62919e-08 )
mesh = SubResource( 2 )
material/0 = null
[node name="MeshInstance" type="MeshInstance" parent="."]
visible = false
mesh = SubResource( 3 )
material/0 = null