mirror of
https://github.com/Steffo99/hella-farm.git
synced 2025-03-21 14:43:27 +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…
Add table
Reference in a new issue