1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00

Create a Pickable token class to mark objects that can be picked up with the cursor

This commit is contained in:
Steffo 2024-04-14 05:25:36 +02:00
parent 3020edbdd5
commit c39de9cb4c
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 5 additions and 0 deletions

2
behaviours/pickable.gd Normal file
View file

@ -0,0 +1,2 @@
extends Node
class_name Pickable

3
behaviours/pickable.tscn Normal file
View file

@ -0,0 +1,3 @@
[gd_scene format=3 uid="uid://dijcjahkddudv"]
[node name="Pickable" type="Node"]