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
Godot version:
3.2.1 stable-official OS/device including version:
Windows 8.1 Issue description:
I've noticed a bug where if you add SpriteFrames to whatever node you're using, the bottom panel disappears when you switch to the Script workspace. And it doesn't reappear even when you select another node. The only way to bring back the bottom panel was to toggle the maximize button on your window. I've also noticed that if you don't switch to the Script workspace, but switch to a different node, the SpriteFrames resource will disappear from the node it was placed in. However, if you add a SpriteFrame to an AnimatedSprite node and select "New SpriteFrames" in the Frames category in the Inspector, the SpriteFrame resource will stay. However, the problem with the Bottom Panel will remain if you switch to the Script workspace. Steps to reproduce:
Create two nodes and select one
Go to the Inspector and create a new Resource
Select SpriteFrames
Select the Script workspace and you will notice that the SpriteFrame's workspace will overtake the Bottom Panel.
Select another node and the node with the SpriteFrame resource will no longer have said resource.
Minimal reproduction project:
The text was updated successfully, but these errors were encountered:
Godot version:
3.2.1 stable-official
OS/device including version:
Windows 8.1
Issue description:
I've noticed a bug where if you add SpriteFrames to whatever node you're using, the bottom panel disappears when you switch to the Script workspace. And it doesn't reappear even when you select another node. The only way to bring back the bottom panel was to toggle the maximize button on your window. I've also noticed that if you don't switch to the Script workspace, but switch to a different node, the SpriteFrames resource will disappear from the node it was placed in. However, if you add a SpriteFrame to an AnimatedSprite node and select "New SpriteFrames" in the Frames category in the Inspector, the SpriteFrame resource will stay. However, the problem with the Bottom Panel will remain if you switch to the Script workspace.
Steps to reproduce:
Minimal reproduction project:
The text was updated successfully, but these errors were encountered: