Add "at anchor" skin selector.
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user