Tuesday, 16 September 2025 22:07:13

This commit is contained in:
2025-09-16 22:07:16 -04:00
parent 948e1d3874
commit 853960932f
6 changed files with 11 additions and 73 deletions

View File

@@ -3,5 +3,5 @@ using System;
public partial class Cell : Sprite2D
{
public int _row, _column;
public int _row, _column, _size;
}