Results 12 comments of citizenl

> Can you please try `world.step(delta); world.step(delta);`, instead of `world.step(delta * 2);`? Yes, using world.step(delta); world.step(delta); can get the performance right. But the reality is that I want to use...

😀Thank you so much for your reply, it looks like I'll have to spend more time on this issue or compromise!

DatePicker Tree Upload

Bro what you need is >tsconfig.json ```json "useDefineForClassFields":false ``` Here is a starting [`template`](https://github.com/citizenll/godot-typescript-starter)

最早看到过cheatsheet ,可以有个类似的 [cheatsheets](https://devhints.io/) | [Repo](https://github.com/rstacruz/cheatsheets) ![image](https://user-images.githubusercontent.com/16896067/201639531-d303715b-c449-4071-ac2e-e3cf856ea429.png)

Due to the initial design, I defined FlexContainer as a Container node in Godot, following the behavior of Container. MarginContainer node handles the margin itself, and currently neither the container...

I can't replicate this issue on Windows, I'll test it later on an Ubuntu system when I have time. ![image](https://github.com/citizenll/godot-flexbox/assets/16896067/2c9c862d-e24c-4d3d-a078-d084d2b262d8)

Indeed, there is an issue with the precompiled files. I encountered the same problem in my Ubuntu system on VMware. I do not yet know why the files compiled by...

Support for HTML5 isn't supported as it hasn't been implemented yet in GDExtension.

Updated to 4.4, supports web export (note that multi-threading needs to be enabled).