Diffstat (limited to 'dots/dot_extras/dotray.tscn')
| -rw-r--r-- | dots/dot_extras/dotray.tscn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/dots/dot_extras/dotray.tscn b/dots/dot_extras/dotray.tscn new file mode 100644 index 0000000..9a95b1d --- /dev/null +++ b/dots/dot_extras/dotray.tscn @@ -0,0 +1,7 @@ +[gd_scene format=2] + +[node name="dotray" type="RayCast2D"] +position = Vector2( 30, 60 ) +enabled = true +cast_to = Vector2( 0, 0 ) +collision_mask = 2 |