mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
Place Cursor
in the System collision layer
This commit is contained in:
parent
2286009079
commit
d0546fb5d1
1 changed files with 3 additions and 1 deletions
|
@ -2,5 +2,7 @@
|
||||||
|
|
||||||
[ext_resource type="Script" path="res://scenes/game/cursor.gd" id="1_1og6v"]
|
[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")
|
script = ExtResource("1_1og6v")
|
||||||
|
|
Loading…
Reference in a new issue