@@ -0,0 +1,10 @@
using Godot;
using System;
public partial class Rack : Sprite2D
{
public void SetSprite(int ROW, int COLUMN, string IMAGEPATH)
GetNode<Node2D>("R" + ROW).GetNode<BallSprite>("C" + COLUMN).SetSprite(IMAGEPATH);
}
The note is not visible to the blocked user.