Add "at anchor" skin selector.

This commit is contained in:
2022-12-22 17:14:48 +08:00
parent 95628f07d1
commit 1f0ac2a2e9
2 changed files with 18 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ namespace Cryville.Crtr {
GetChar();
if (cc == '.') {
GetChar();
s.Add(new SkinSelector.State(GetIdentifier()));
s.Add(new SkinSelector.AtAnchor(GetIdentifier()));
key = null;
}
else {