BlockOG
BlockOG
Specifically, how to use it with websockets
The sign might not even actually be there when placed on some servers, so this crashes the client because it's trying to change a state which doesn't exist on a...
If you use `Window` directly and create a window multiple times in the same application (and use `egui_macroquad` in the first window), the EGUI state gets invalid, so this adds...
It would be nice to have the event system use Bevy systems, so it's easy to use it in Bevy games.
[A playground example](https://typescripttolua.github.io/play/#code/MYewdgzgLgBAhgJwTAvDA2gRgDQwEwC6A3AFAkA2AprAJaowAMpVs6AbjjG4feoguhoFc-dAGoxQ4iQAOCGmCgAKDrm4BKUhWoY2AZjUAWAr1FCRSdAForU0nIXL9RzUA) It should print ``` 1 2 2 1 ``` But instead prints ``` 2 2 1 1 ``` Because it puts the variable incrementing and decrementing before...
Adding tree-sitter grammar would allow for editors like [helix](https://helix-editor.com) to have luau syntax highlighting.