extends Node2D export (PackedScene) var mob var score func _ready(): randomize() # Plant seed for random number generation