init
This commit is contained in:
7
scripts/star_fragment.gd
Normal file
7
scripts/star_fragment.gd
Normal file
@@ -0,0 +1,7 @@
|
||||
extends Pickup
|
||||
class_name StarFragment
|
||||
|
||||
func pickup(rocket: Rocket):
|
||||
if not is_queued_for_deletion():
|
||||
DataHandler.pickup("star")
|
||||
super(rocket)
|
||||
Reference in New Issue
Block a user