Beta
To indicate state of godot used or your own projects state. Can be used in combination with the godot version tag.
Latest engine news:
- O
Will 'float' vars be replaced by 'double' vars in later releases of Godot API?
- cybereality replied
- I found that float in GDScript is equivalent to double in C++ as a double-precision floating type. Documentation However, in Godot API of C#, all appearances of float in GDScript are corresponding wit...
- R
[Godot 4 beta] No option for pixel perfect filtering of images anymore?
- Ralphrius replied
- Hello! I'm making a 3D game with a pixely aesthetic. When importing a 32x32 png, Godot performs linear filtering, causing the result to be blurry. There's several documented ways of fixing this out th...