issues
search
casual-simulation
/
casualos
Casual Open Simulation for the Web
https://ab1.bot
MIT License
49
stars
9
forks
source link
Add the os.addDropGrid() and os.addBotDropGrid() functions
#253
Closed
KallynGowdy
closed
2 years ago
KallynGowdy
commented
2 years ago
:rocket: Improvements
Added the
os.addDropGrid(...grids)
and
os.addBotDropGrid(botId, ...grids)
functions to make it easy to snap bots to a custom grid.
These functions are useful if you want to snap bots to a grid with a custom position or rotation.
Additionally, they can be used to move bots in a grid that is attached to a portal bot.
See the documentation for detailed usage information.
:rocket: Improvements
os.addDropGrid(...grids)
andos.addBotDropGrid(botId, ...grids)
functions to make it easy to snap bots to a custom grid.