aboutsummaryrefslogtreecommitdiff
path: root/scenes/projectiles/ray.tscn
blob: c537ebdb745808ac0c438fce3bde186c58424c5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[gd_scene load_steps=3 format=2]

[ext_resource path="res://scripts/bullet.gd" type="Script" id=1]

[sub_resource type="CubeMesh" id=1]
size = Vector3( 1, 1, 1 )

[node name="ray" type="Spatial"]
script = ExtResource( 1 )

[node name="MeshInstance" type="MeshInstance" parent="."]
transform = Transform( 0.02, 0, 0, 0, 0.05, 0, 0, 0, 1, 0, 0, -0.5 )
mesh = SubResource( 1 )
material/0 = null