.ruby
.ruby
I don't even (probably escaped from the font generator tool)
parent transform auto_decompose flag can prevent a childs auto_decompose from having any effect
Currently every tile is unique geometry, but the option to specify that a layer is "locked" to submit as a single geometry for all the tiles for efficient rendering is...
- [ ] it should. - [ ] it should also come with a `tests/features/camera_bounds` test to make sure the bounds are working in various configurations
Otherwise it is clip/window space and manually maintaining that is not ideal.
It has a bug where if all paths are blocked it decides to go diagonal even if it isn't supposed to etc. I have made progress in a sub project...
Working: ```js class Test { Test { "test" } construct new() { System.print(Test) } } Test.new() ``` Not working: ```[compile line 4] Error at 'TEST': Variable is used but not...
I've been trying out the SDK, but have ended up stuck with a hard to debug crash. I would have filed this on the SDK repo but there isn't one,...
Making a note to investigate this. [This one](https://wren.io/try/?code=MoTwzgLgpgtgdABwE4EsB2EAUAiAFlAGwIHsACAdySjWwEoAoAMRQCMok4BDF4pLbagBM69UJFiJUGHJwBm0JKW68IdIA) ```js System.print("hello wren") Fiber.abort("end") S:ystem.print("after abort") ``` gets the expected runtime error ```js hello wren end [compile line 2] in (script) ```...