chore: run gdformat
This commit is contained in:
@@ -5,6 +5,7 @@ extends PickupBase
|
||||
|
||||
@onready var collision_shape_2d: CollisionShape2D = $Area2D/CollisionShape2D
|
||||
|
||||
|
||||
func pickup() -> void:
|
||||
if not player:
|
||||
push_error("pickup called on %s without player set" % self)
|
||||
|
Reference in New Issue
Block a user