You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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")
The text was updated successfully, but these errors were encountered:
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")
The text was updated successfully, but these errors were encountered: