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