citizenl
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) 
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. 
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).