This website requires JavaScript.
Explore
Help
Sign in
ld55
/
hella-farm
Watch
1
Fork
You've already forked hella-farm
0
mirror of
https://github.com/Steffo99/hella-farm.git
synced
2024-11-22 16:14:22 +00:00
Code
Activity
9fda8cc86f
hella-farm
/
behaviours
/
edible.gd
9 lines
93 B
GDScript3
Raw
Normal View
History
Unescape
Escape
Create marker scene `Edible` to allow an entity to detect what other entities it can eat
2024-04-13 21:43:19 +00:00
extends
Node
class_name
Edible
Add `eaten` signal to `Edible`
2024-04-13 22:23:33 +00:00
signal
eaten
(
tag
:
StringName
)
Create marker scene `Edible` to allow an entity to detect what other entities it can eat
2024-04-13 21:43:19 +00:00
@
export
var
tag
:
StringName
Copy permalink