From d0546fb5d140fc302809117882812a71dc318518 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Tue, 16 Apr 2024 02:19:01 +0200 Subject: [PATCH] Place `Cursor` in the System collision layer --- scenes/game/cursor.tscn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scenes/game/cursor.tscn b/scenes/game/cursor.tscn index e31c98e..57db1e8 100644 --- a/scenes/game/cursor.tscn +++ b/scenes/game/cursor.tscn @@ -2,5 +2,7 @@ [ext_resource type="Script" path="res://scenes/game/cursor.gd" id="1_1og6v"] -[node name="Cursor" type="Node2D"] +[node name="Cursor" type="CharacterBody2D"] +collision_layer = 64 +collision_mask = 0 script = ExtResource("1_1og6v")