still working on shift marks function

This commit is contained in:
2026-01-26 01:41:03 -05:00
parent 2c74f67abe
commit 92759c4a12
2 changed files with 37 additions and 12 deletions

View File

@@ -45,7 +45,7 @@ public partial class Cell : TextureButton
public void Clear()
{
// _marker = null;
_marker = null;
TextureNormal = TexturePressed = TextureHover = TextureDisabled = TextureFocused = _defaultMark.Texture;
}
}