tobx
tobx
@lotabout I am not too familiar with the GitHub labels, does `by-design` mean that this is not going to change? I am wondering about: ```bash echo -e "a:b" | sk...
I can confirm this. I also tried it with the proposed song and you can hear it very well with it. Even with simple code like: ```rust fn main() {...
I was digging a little more into this. My audio file was 44.1 kHz, but my audio interface was set to 96 kHz. When I set the interface to 44.1...
Yes, you are right, this was a different issue. I was listening to another file and forgot to run it with `--release`, so the resampling was probably too much for...
Ok, I am sorry for the confusion, multiple audio interfaces and different testing files, so I mixed up things again. So no, when setting the interface to the same rate...
For me `self` works within a file (e.g. `macros.html`) that is imported via: `{% import "macros.html" as macros %}` If I import another macro file from within `macros.html`: e.g.: `{%...
@Keats First of all, Tera is awesome, I looked into many template engines lately and have chosen this, but I came across this issue today and want to raise some...
Sounds great, thank you for the fast answer and nice to hear this is going forward!
I just found out that [Tiled](https://www.mapeditor.org/) supports a global map property `Parallax Origin` (`X`and `Y`). I guess this issue could be solved by adding an optional parameter `parallaxOrigin` without breaking...
@Dercetech I played around with your example. The issue is that the camera does not start scrolling before the player reaches the center of the screen. This is by design....