GoldBars no more pickable.
parent
1693b63730
commit
55c81d125a
|
@ -2,7 +2,7 @@ using System;
|
|||
|
||||
public static class Globals
|
||||
{
|
||||
public const float EpsPosition = 0.02f;
|
||||
public const float EpsPosition = 0.01f;
|
||||
public const float EpsPositionSquared = EpsPosition * EpsPosition;
|
||||
public const float EpsRadians = 0.1f * Godot.Mathf.Pi / 180f;
|
||||
public const float EpsRadiansSquared = EpsRadians * EpsRadians;
|
||||
|
|
|
@ -9,6 +9,7 @@ extents = Vector3( 0.354271, 0.0817164, 0.173406 )
|
|||
[node name="Gold" type="KinematicBody"]
|
||||
collision_layer = 9
|
||||
collision_mask = 0
|
||||
input_ray_pickable = false
|
||||
script = ExtResource( 1 )
|
||||
|
||||
[node name="CollisionShape" type="CollisionShape" parent="."]
|
||||
|
|
Loading…
Reference in New Issue