Ruby support #1

Open
jaroslaw wants to merge 165 commits from ruby into main
Showing only changes of commit 5269c57e7b - Show all commits

View file

@ -1,6 +1,6 @@
# Spawning scripts # Spawning scripts
To spawn a Lua script you will need to get a handle to a script asset using To spawn a Ruby script you will need to get a handle to a script asset using
bevy's `AssetServer`. bevy's `AssetServer`.
```rust ```rust