extends Node2D func _ready(): pass func _draw(): pass func _physics_process(delta): update();