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
Counterclockwise movement is already implemented, so a lot of systems can be re-used for this feature.
Related types and systems to look into for implementing this:
ObjectRouteDesc
LevelObject
LevelObjectMovement
builder_ui
route_settings
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Counterclockwise movement is already implemented, so a lot of systems can be re-used for this feature.
Related types and systems to look into for implementing this:
ObjectRouteDesc
(enum used inLevelObject
definition)LevelObjectMovement
(component)builder_ui
(system, to update the UI itself)route_settings
(system, is needed to readObjectRouteDesc
intoLevelObjectMovement
component)The text was updated successfully, but these errors were encountered: