deep-entertainment / issues

Issue tracker for deep Entertainment projects
1 stars 0 forks source link

[EGOVENTURE] A hotspot indicator event (space bar) enables the cursor when changing to a new location while the WaitingScreen is visible #42

Closed ThmsKnz closed 10 months ago

ThmsKnz commented 10 months ago

Describe the bug A hotspot indicator event (space bar) enables the cursor when changing to a new location while the WaitingScreen is visible

To Reproduce Use the Example Game, navigate from the map to a location, press 'space' while the WaitingScreen texture is being displayed.

Additional context This can be fixed by checking in hotspot.gd that no WaitingScreen is visible when the input event is processed. I will add a Pull Request for this issue.