5 lines
78 B
GDScript
5 lines
78 B
GDScript
extends Item
|
|
|
|
func collect() -> bool:
|
|
player.can_upslash = true
|
|
return true
|