mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 15:44:23 +00:00
Remove tag
parameter from Collectable.collected
This commit is contained in:
parent
7c1907325a
commit
0c7c4d581a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ extends Node2D
|
|||
class_name Collectable
|
||||
|
||||
|
||||
signal collected(tag: StringName)
|
||||
signal collected
|
||||
|
||||
|
||||
@export var tag: StringName
|
||||
|
|
Loading…
Reference in a new issue