Godot 4.X
Tag for discussions and questions for Godot 4
Latest engine news:
- M
SubViewport Mouse Motion only working when holding down mouse button
- metamagicshaman replied
- So I have a project that uses a SubViewport to lower the resolution, while using the main Viewport for displaying the UI and everything. The problem is that when I switch from MOUSE_MODE_VISIBLE to MO...
- J
There is still a transparency issue with setting ALPHA=1.0 in the shader script
- jl1872002 replied
- Tested versions 4.0.4, 4.2, 3.5 System information macOS 14.4 (23E214) Godot 4.2, 4.0.4 Issue description Setting ALPHA=1.0 in the shader script still has a transparent effect, just like setting the t...
Bug where Player gains more jump force if jumping while attacking ?
- buzzbuzz20xx replied
- Making a 2D side-scroller where the Player can Jump and also attack with a sword, the player can even attack while jumping, there's a bug where for some reason the player will be able to jump higher t...