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:
parent
3020edbdd5
commit
c39de9cb4c
2 changed files with 5 additions and 0 deletions
2
behaviours/pickable.gd
Normal file
2
behaviours/pickable.gd
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
extends Node
|
||||||
|
class_name Pickable
|
3
behaviours/pickable.tscn
Normal file
3
behaviours/pickable.tscn
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[gd_scene format=3 uid="uid://dijcjahkddudv"]
|
||||||
|
|
||||||
|
[node name="Pickable" type="Node"]
|
Loading…
Reference in a new issue