We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Work have already started on replacing the hacked together version of src/prefabs/rooms/loadRooms.ts with a proper tokenizer and parser, which can be seen here: https://github.com/arx-tools/arx-level-generator/tree/main/src/prefabs/rooms/parser
src/prefabs/rooms/loadRooms.ts
This should make the language of rooms files more future proof and extendable.
The text was updated successfully, but these errors were encountered:
the POC is being written in arx-map-boilerplate repo's tokenize branch
arx-map-boilerplate
tokenize
Sorry, something went wrong.
No branches or pull requests
Work have already started on replacing the hacked together version of
src/prefabs/rooms/loadRooms.ts
with a proper tokenizer and parser, which can be seen here: https://github.com/arx-tools/arx-level-generator/tree/main/src/prefabs/rooms/parserThis should make the language of rooms files more future proof and extendable.
The text was updated successfully, but these errors were encountered: