usingGodot;usingSystem;publicpartialclassNode2d:Node2D{// Called when the node enters the scene tree for the first time.publicoverridevoid_Ready(){}// Called every frame. 'delta' is the elapsed time since the previous frame.publicoverridevoid_Process(doubledelta){}}