gss / engine

GSS engine
http://gss.github.io
MIT License
2.87k stars 103 forks source link

get properties without tag #217

Open msqaddura opened 7 years ago

msqaddura commented 7 years ago

Hello, I really liked the project and it looks pretty promising I was wondering if it is possible that I can take the result of a parsed layout, cuz i want to use that for canvas games to maintain the layout. i.e `#ball[center-x] == #basket[center-x];

ball[bottom] == #basket[bottom];`

can I use something like GSSEngine.getPropertiesById("ball")