Erfa
Erfa
I've tried to import this with webpack, but as far as I can tell there is no package.json? What is the intended way to bundle this with the rest of...
I have the following setup, a Sprite wrapped in a Smoothing2D that targets a KinematicBody2D. I also have a Camera2D with smoothing enabled, that follows the character. It is a...
When throwing a nade threw something breakable, like glass, they don't replay the same way when the glass is gone when using .throw. Video showing the problem: https://www.youtube.com/watch?v=sRqrDiERoak ### Expected...
It seems like empty typed messages are not supported. I tried doing this: ``` class ExampleMessage extends Schema {} ``` And then in the room: ``` this.broadcast(new ExampleMessage()) ``` This...
This is a very cool library with many useful UI elements already. Main thing I'm missing is a standard drop-down list. I'm guessing I'm not the only one who would...
Really cool plugin! I have one issue, when I use sprites (I tried the example ones), the inner sprite barely moves. When skipping the sprites and using default graphics, it...
CS2
This is my favorite CSGO mod. Are there any plans to port it to CS2? I don't know how different it is, but I'm assuming there would be quite a...
Hello! Right now when I use my indicator with `animation: true` and `animateFromLastPercent: true` it looks great when I change the percentage values. But when the widget first appears, it...
This library is working great for me, but I have an idea for a small improvement. In my case I want to use it on timestamps from a server. There's...
Does this wrapper support the async/await pattern? I tried it, but it doesn't seem like so. I ended up creating a small layer around it to solve it, like this:...