You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using buttons with texture (pixel art), there are two textures: normal and pressed. Note that in Godot 4.2 when pressing the button the button text is also pressed, which does not happen in 4.3. This problem also occurs with icons on buttons.
Godot 4.2:
Gravando.2024-05-31.215227.mp4
Godot 4.3
Gravando.2024-05-31.215322.mp4
Steps to reproduce
Add two textures (pixel art) for buttons and change the region of the button texture when clicked.
Testing with 4.3.dev6 and works as expected, this looks to be a similar/duplicate issue from #92602 and probably has the same cause: #92009, Im bisecting another issue now but i'll confirm later if is a regression from #92009
Tested versions
Godot 4.3 beta 1
System information
Windows 11 - Godot 4.3 beta 1
Issue description
I'm using buttons with texture (pixel art), there are two textures: normal and pressed. Note that in Godot 4.2 when pressing the button the button text is also pressed, which does not happen in 4.3. This problem also occurs with icons on buttons.
Godot 4.2:
Gravando.2024-05-31.215227.mp4
Godot 4.3
Gravando.2024-05-31.215322.mp4
Steps to reproduce
Add two textures (pixel art) for buttons and change the region of the button texture when clicked.
Minimal reproduction project (MRP)
Button Test.zip
The text was updated successfully, but these errors were encountered: